vertices

property Mesh.vertices

Vertex list.

Read access to the vertex list. This list should not be modified directly.

Type:

list[Vertex]

Note

The vertex list may contain deleted vertices. Call clean() to remove deleted vertices from the vertex container.