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