VolumeMassPropertiesCompute Method (Brep) |
Compute the VolumeMassProperties for a single Brep.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public static VolumeMassProperties Compute(
Brep brep
)
Public Shared Function Compute (
brep As Brep
) As VolumeMassProperties
Parameters
- brep
- Type: Rhino.GeometryBrep
Brep to measure.
Return Value
Type:
VolumeMassPropertiesThe VolumeMassProperties for the given Brep or null on failure.
Exceptions See Also