BrepEntityGetSurfaceArea(Double)
Method
|
Gets the surface area of the entity. The
surface area property is applicable for most entities, that
represent volumetric figures.
Namespace: Teigha.BoundaryRepresentation
Assembly: TD_MgdBrep (in TD_MgdBrep.dll)
Version: 0.0.0.0
Syntax
public double GetSurfaceArea(
double tolRequired
)
Public Function GetSurfaceArea (
tolRequired As Double
) As Double
public:
double GetSurfaceArea(
double tolRequired
)
member GetSurfaceArea :
tolRequired : float -> float
Parameters
- tolRequired Double
- [in] Tolerance required for the result of the calculation.
Return Value
Double
Surface area of the entity.
See Also