ForceDiagram.is_orientable¶
- 
ForceDiagram.is_orientable()¶ 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.