mesh_disconnected_vertices

compas.datastructures.mesh_disconnected_vertices(mesh)[source]

Get the disconnected vertex groups in a mesh.

Parameters

mesh (Mesh) – A mesh.

Returns

list[list[int]] – The disconnected parts of the mesh as a list of lists of vertex identifiers.