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