CurveCurveIntersector2dGetIntersectionPointTolerance
Method
 | 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public double GetIntersectionPointTolerance(
        int intersection
)
 
Public Function GetIntersectionPointTolerance ( 
        intersection As Integer
) As Double
 
public:
double GetIntersectionPointTolerance(
        int intersection
)
 
member GetIntersectionPointTolerance : 
        intersection : int -> float 
 
 
 
Parameters
- intersection  Int32
 
-  
 
Return Value
Double
 
See Also