Graph.is_planar_embedding
- Graph.is_planar_embedding()[source]
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.