Mesh.is_orientable
- 
Mesh.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.