M_Rhino_Geometry_Brep_GetArea_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Compute the Area of the Brep. If you want proper Area data with moments and error information, use the AreaMassProperties class.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public double GetArea(
double relativeTolerance,
double absoluteTolerance
)
VB
Public Function GetArea (
relativeTolerance As Double,
absoluteTolerance As Double
) As Double
- relativeTolerance
- Type: System.Double
Relative tolerance to use for area calculation. - absoluteTolerance
- Type: System.Double
Absolute tolerance to use for area calculation.
Type: Double
The area of the Brep.
Supported in: 6.0.16224.21491, 5D58w