Cell.connected_components

Cell.connected_components()

Find the connected components of the mesh.

Parameters

mesh (compas.datastructures.Mesh) – A mesh data structure.

Returns

list[list[int]] – Groups of connected vertices.