M_Rhino_Geometry_Brep_GetArea_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Brep.GetArea Method (Double, Double)

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

Syntax

C#

public double GetArea(
	double relativeTolerance,
	double absoluteTolerance
)

VB

Public Function GetArea ( 
	relativeTolerance As Double,
	absoluteTolerance As Double
) As Double

Parameters

 

relativeTolerance
Type: System.Double
Relative tolerance to use for area calculation.
absoluteTolerance
Type: System.Double
Absolute tolerance to use for area calculation.

Return Value

Type: Double
The area of the Brep.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Brep Class
GetArea Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️