Curve3dIsDegenerate(Entity3d,
Tolerance) Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public bool IsDegenerate(
out Entity3d result,
Tolerance tolerance
)
Public Function IsDegenerate (
<OutAttribute> ByRef result As Entity3d,
tolerance As Tolerance
) As Boolean
public:
bool IsDegenerate(
[OutAttribute] Entity3d^% result,
Tolerance tolerance
)
member IsDegenerate :
result : Entity3d byref *
tolerance : Tolerance -> bool
Parameters
- result Entity3d
-
- tolerance Tolerance
-
Return Value
Boolean
See Also