Autodesk.AutoCAD.Geometry Namespace > CurveCurveIntersector2d Class > CurveCurveIntersector2d Constructor > CurveCurveIntersector2d(Curve2d, Curve2d) Constructor
CurveCurveIntersector2d.CurveCurveIntersector2d(Curve2d, Curve2d) Constructor
Description

 

Constructs an object that represents the intersection of the two input curves. Intersection points are returned within the accuracy of the default tolerance.

Visual Basic
Public Sub New(
    curve1 As Curve2d, 
    curve2 As Curve2d
)
C#
public CurveCurveIntersector2d(
    Curve2d curve1, 
    Curve2d curve2
);
Parameters
Parameters 
Description 
Curve2d curve1 
Input first curve 
Curve2d curve2 
Input second curve 
Links
   Comments?