mesh_disconnected_vertices
- compas.datastructures.mesh_disconnected_vertices(mesh)[source]
Get the disconnected vertex groups in a mesh.
- Parameters:
- mesh
compas.datastructures.Mesh
A mesh.
- mesh
- Returns:
- list[list[int]]
The disconnected parts of the mesh as a list of lists of vertex identifiers.