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