size

property Mesh.size

Mesh size.

Mesh size not accounting for deleted vertices and faces. The attribute value \((v, e, f)\) holds the number of vertices, the number of edges, and the number of faces.

Type:

(int, int, int)

Note

In the presence of deleted items the value len(mesh.vertices) (resp. len(mesh.faces)) and the corresponding value of mesh.size are different.