unmerged_vertices_count property

unmerged_vertices_count property

The count of unmerged vertices that passed in by TriMesh.begin_vertex and TriMesh.end_vertex.

Definition:

@property
def unmerged_vertices_count(self):
    ...

See Also