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:

ndarray

Note

The vertex coordinate array contains coordinate entries of deleted vertices. Calling clean() removes those entries.