Click or drag to resize

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.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public override double Volume { get; }

Return Value

Double
Volume in cubic meters
See Also