MeshObjectVolume Property |
Volume of material in shape - for certain shapes (e.g. box, sphere, cylinder) this is overridden and it is accurate
Otherwise it is the volume enclosed by the triangular faces in the mesh. This requires a "closed" mesh, that the
mesh does not have both front and back faces, and any overlap in the mesh will be counted multiple times.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic override double Volume { get; }Return Value
DoubleVolume in cubic meters
See Also