delaunay_mesh_from_points
- compas_tno.utilities.delaunay_mesh_from_points(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.