PointOnCurve3dIsSingular Method (Tolerance)
 | 
Namespace:  Teigha.Geometry
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public bool IsSingular(
        Tolerance tolerance
)
 
Public Function IsSingular ( 
        tolerance As Tolerance
) As Boolean
 
public:
bool IsSingular(
        Tolerance tolerance
)
 
member IsSingular : 
        tolerance : Tolerance -> bool 
 
 
 
Parameters
- tolerance
 
- Type: Teigha.GeometryTolerance
 
Return Value
Type: 
Boolean 
See Also