CurveCurveIntersector2d(Curve2d, Curve2d) Constructor

Constructor for the CurveCurveIntersector2d class. Creates an intersector with two passed curves.

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

Parameters

curve1  Curve2d
[in] First curve for intersection.
curve2  Curve2d
[in] Second curve for intersection.
See Also

©  Bricsys NV. All rights reserved.