network_disconnected_nodes

compas.datastructures.network_disconnected_nodes(network)[source]

Get the disconnected node groups in a network.

Parameters:
networkcompas.datastructures.Network

A network.

Returns:
list[list[hashable]]

The list of disconnected node groups.