Mesh.from_points

classmethod Mesh.from_points(points)[source]

Construct a mesh from a delaunay triangulation of a set of points.

Parameters:
pointslist[list[float]]

XYZ coordinates of the points. Z coordinates should be zero.

Returns:
compas.datastructures.Mesh

A mesh object.