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