TopologyDiagram.is_edge_supported
- TopologyDiagram.is_edge_supported(edge)[source]
Checks if any of the nodes of an edge is a support.
- Parameters:
edge (
tuple) – An edge key.- Returns:
flag (
bool) –True``if any of the edge nodes is a support. ``Falseotherwise.