CurveCurveIntersector2d.CurveCurveIntersector2d(Curve2d, Curve2d) Constructor

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 
Description

 

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

Links