Compute the Volume of the Brep. If you want proper Volume data with moments
and error information, use the VolumeMassProperties class.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public double GetVolume()
Public Function GetVolume As Double
Return Value
Type:
DoubleThe volume of the Brep.
See Also