mesh_from_pointcloud

compas_tno.utilities.mesh_from_pointcloud(points)[source]

Construct a Delaunay triangulation of set of vertices.

Parameters

points (list) – XY(Z) coordinates of the points to triangulate.

Returns

mesh (MeshDos) – Delaunay mesh created.