network_explode

compas.datastructures.network_explode(network, cls=None)[source]

Explode a network into its connected components.

Parameters

network (compas.datastructures.Network) – A network.

Returns

list[compas.datastructures.Network] – The list of exploded network parts.