Graph.is_planar_embedding

Graph.is_planar_embedding()[source]

Verify that a graph is embedded in the plane without crossing edges.

Parameters:
graphcompas.datastructures.Graph

A graph object.

Returns:
bool

True if the graph is embedded in the plane without crossing edges. Fase otherwise.