network_explode

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

Explode a network into its connected components.

Parameters

network (Network) – A network.

Returns

exploded_networks (list) – The list of the networks from the exploded network parts.