pyblenderSDIC.meshes.TriangleMesh3D.is_watertight#
- property TriangleMesh3D.is_watertight: bool#
Get the watertight property of the mesh.
This property indicates whether the mesh is watertight, meaning that it has no holes and is a closed 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 watertight, False otherwise.
- Return type:
bool