BendNetwork.is_planar_embedding
- BendNetwork.is_planar_embedding()
Verify that a graph is embedded in the plane without crossing edges.
- Parameters:
- graph
compas.datastructures.Graph
A graph object.
- graph
- Returns:
- bool
True if the graph is embedded in the plane without crossing edges. Fase otherwise.