pyblenderSDIC.meshes.TriangleMesh3D.volume#
- property TriangleMesh3D.volume: float | None#
Get the volume of the mesh.
See also
The method
compute_volume
can be used to compute the volume if it is not already computed.- Returns:
The volume of the mesh. If not computed, returns None.
- Return type:
Optional[float]