Mesh.from_points
- classmethod Mesh.from_points(points, boundary=None, holes=None)
Construct a mesh from a delaunay triangulation of a set of points.
- Parameters
points (list[list[float]]) – XYZ coordinates of the points. Z coordinates should be zero.
- Returns
compas.datastructures.Mesh
– A mesh object.