network_disconnected_edges
- compas.datastructures.network_disconnected_edges(network)[source]
Get the disconnected edge groups in a network.
- Parameters:
- network
compas.datastructures.Network
A network.
- network
- Returns:
- list[list[tuple[hashable, hashable]]]
The list of disconnected edge groups.