Part.get_connected_components
- Part.get_connected_components()[source]
Checks if the mesh is fully connected or consists of multiple ‘islands’.
- Returns:
- List[NodesGroup]
A list of NodesGroup objects. If the list contains only one group, the mesh is fully connected. If it contains multiple groups, each group represents a disconnected island of nodes.