point

property Vertex.point

Vertex coordinates.

Read and write access to vertex coordinates. View of the vertex coordinate array. Requires a valid parent mesh.

Type:

ndarray

Note

This attribute can be set from any array_like vertex coordinate representation. Coordinates are assigned to the corresponding row of the parent mesh’s coordinate array. In particular, NumPy’s broadcast rules apply.