mesh_from_pointcloud
- compas_tno.utilities.mesh_from_pointcloud(points, cls=None)
Construct a Delaunay triangulation of set of vertices.
- Parameters:
- pointslist
XY(Z) coordinates of the points to triangulate.
- Returns:
- meshMeshDos
Delaunay mesh created.