FaceGetArea(Double) Method
|
Provides the surface area of the face.
Namespace: Teigha.BoundaryRepresentation
Assembly: TD_MgdBrep (in TD_MgdBrep.dll)
Version: 0.0.0.0
Syntax
public double GetArea(
double tolRequired
)
Public Function GetArea (
tolRequired As Double
) As Double
public:
double GetArea(
double tolRequired
)
member GetArea :
tolRequired : float -> float
Parameters
- tolRequired Double
- [in] Tolerance required for the result of the calculation.
Return Value
Double
Surface area of the face.
See Also