network_disconnected_edges

compas.datastructures.network_disconnected_edges(network)[source]

Get the disconnected edge groups in a network.

Parameters:
networkcompas.datastructures.Network

A network.

Returns:
list[list[tuple[hashable, hashable]]]

The list of disconnected edge groups.