pyblenderSDIC.meshes.TriangleMesh3D.is_orientable#

property TriangleMesh3D.is_orientable: bool#

Get the orientable property of the mesh.

This property indicates whether the mesh is orientable, meaning that it has a consistent orientation across its surface.

Note

After each modification of the mesh (e.g., vertices or triangles), this property should be recomputed using Open3D (automatically done by the Open3D wrapper). In fact, the computation of this property is higher the first time it is accessed after a modification.

Returns:

True if the mesh is orientable, False otherwise.

Return type:

bool