ForceDiagram.is_dual_edge_load

ForceDiagram.is_dual_edge_load(edge)

Verify if the corresponding edge in the diagram’s dual is marked as “load”.

Parameters:
edgetuple of int

The edge identifier.

Returns:
bool