CurveCurveIntersector2dGetIntersectionPointTolerance Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
21.4.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
- Type: SystemInt32
Return Value
Type:
Double
See Also