Skip to content

M_Rhino_Geometry_Brep_GetArea

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Brep.GetArea 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) Version: Rhino 6.0

Syntax

C#

public double GetArea()

VB

Public Function GetArea As Double

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

Clone this wiki locally