RegionShapeGetArea Method |
Gets a double value representing the area of the region. The curve will be divided into lines with the specified number to calculate the area.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract double GetArea(
int curveDivisors
)
Public MustOverride Function GetArea (
curveDivisors As Integer
) As Double
Parameters
- curveDivisors
- Type: SystemInt32
Number of divisions of the curve. Values in the range of 100 to 50000.
Return Value
Type:
Double
A double value representing the area of the region.
See Also