Brep.GetArea Method (Double, Double)

BrepGetArea 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)
Since: 5.0
Syntax
public double GetArea(
	double relativeTolerance,
	double absoluteTolerance
)
Public Function GetArea ( 
	relativeTolerance As Double,
	absoluteTolerance As Double
) As Double

Parameters

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

Return Value

Type: Double
The area of the Brep.
See Also