HalfEdge.is_orientable

HalfEdge.is_orientable()[source]

Verify that the mesh is orientable.

A manifold mesh is orientable if the following conditions are fulfilled:

  • Any two adjacent faces have compatible orientation, i.e. the faces have a unified cycle direction.

Returns

bool – True, if the mesh is orientable. False, otherwise.