EGI.from_points
- classmethod EGI.from_points(points, boundary=None, holes=None)
 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
>>>