BrepEntityGetSurfaceArea 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()
Public Function GetSurfaceArea As Double
public:
double GetSurfaceArea()
member GetSurfaceArea : unit -> float
Return Value
Double
Surface area of the entity.
See Also