BendNetwork.is_planar_embedding

BendNetwork.is_planar_embedding()

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.