M_Rhino_Geometry_AreaMassProperties_Compute - mcneel/rhinocommon-api-docs GitHub Wiki
Computes an AreaMassProperties for a brep.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static AreaMassProperties Compute(
Brep brep
)
VB
Public Shared Function Compute (
brep As Brep
) As AreaMassProperties
- brep
- Type: Rhino.Geometry.Brep
Brep to measure.
Type: AreaMassProperties
The AreaMassProperties for the given Brep or null on failure.
Exception | Condition |
---|---|
ArgumentNullException | When brep is null. |
Supported in: 6.0.16224.21491, 5D58w
AreaMassProperties Class
Compute Overload
Rhino.Geometry Namespace