FormNetwork.network_is_planar_embedding
- FormNetwork.network_is_planar_embedding()
Verify that a network is embedded in the plane without crossing edges.
- Parameters
network (Network) – A network object.
- Returns
bool – True if the network is embedded in the plane without crossing edges. Fase otherwise.