network_is_planar_embedding
- compas.datastructures.network_is_planar_embedding(network)[source]
Verify that a network is embedded in the plane without crossing edges.
- Parameters:
- network
compas.datastructures.Network
A network object.
- network
- Returns:
- bool
True if the network is embedded in the plane without crossing edges. Fase otherwise.