Mesh.connected_components
- Mesh.connected_components()[source]
Find the connected components of the mesh.
- Parameters
mesh (
compas.datastructures.Mesh
) – A mesh data structure.- Returns
list[list[int]] – Groups of connected vertices.
Find the connected components of the mesh.
mesh (compas.datastructures.Mesh
) – A mesh data structure.
list[list[int]] – Groups of connected vertices.