Click or drag to resize

BrepGetArea Method

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()

Return Value

Type: Double
The area of the Brep.
See Also