CurveCurveIntersector2d(Curve2d, Curve2d, Interval, Interval) Constructor

Constructor for the CurveCurveIntersector2d class. Creates an intersector with two passed curves limited by the specified intervals.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public CurveCurveIntersector2d(
        Curve2d curve1,
        Curve2d curve2,
        Interval range1,
        Interval range2
)

Parameters

curve1  Curve2d
[in] First curve for intersection.
curve2  Curve2d
[in] Second curve for intersection.
range1  Interval
[in] Interval range of the first curve.
range2  Interval
[in] Interval range of the second curve.
See Also

©  Bricsys NV. All rights reserved.