BrepEntityGetPerimeterLength(Double)
Method
|
Gets the perimeter length of the entity. The
perimeter length property is applicable for most entities, that
represent plane figures and some 3D figures.
Namespace: Teigha.BoundaryRepresentation
Assembly: TD_MgdBrep (in TD_MgdBrep.dll)
Version: 0.0.0.0
Syntax
public double GetPerimeterLength(
double tolRequired
)
Public Function GetPerimeterLength (
tolRequired As Double
) As Double
public:
double GetPerimeterLength(
double tolRequired
)
member GetPerimeterLength :
tolRequired : float -> float
Parameters
- tolRequired Double
- [in] Tolerance required for the result of the calculation.
Return Value
Double
Perimeter length of the entity.
See Also