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.
Note
In the presence of deleted items the value
len(mesh.vertices)
(resp.len(mesh.faces)
) and the corresponding value ofmesh.size
are different.