points
- property Mesh.points
Vertex coordinate array.
Direct read and write access to vertex coordinates. Changing the size of the coordinate array is likely to break the halfedge data structure.
- Type:
Note
The vertex coordinate array contains coordinate entries of deleted vertices. Calling
clean()
removes those entries.