Autodesk.AutoCAD.Geometry Namespace > CurveCurveIntersector3d Class > CurveCurveIntersector3d Constructor > CurveCurveIntersector3d(Curve3d, Curve3d, Vector3d) Constructor
CurveCurveIntersector3d.CurveCurveIntersector3d(Curve3d, Curve3d, Vector3d) 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 in.

Visual Basic
Public Sub New(
    curve1 As Curve3d, 
    curve2 As Curve3d, 
    planeNormal As Vector3d
)
C#
public CurveCurveIntersector3d(
    Curve3d curve1, 
    Curve3d curve2, 
    Vector3d planeNormal
);
Parameters
Parameters 
Description 
Curve3d curve1 
Input first curve 
Curve3d curve2 
Input second curve 
Vector3d planeNormal 
Input optional plane normal 
Links
   Comments?