Constructs an object that represents the intersection of the two input curves. Intersection points are returned within the accuracy of the default tolerance in.
Public Sub New( curve1 As Curve3d, curve2 As Curve3d, planeNormal As Vector3d )
public CurveCurveIntersector3d( Curve3d curve1, Curve3d curve2, Vector3d planeNormal );
Parameters |
Description |
Curve3d curve1 |
Input first curve |
Curve3d curve2 |
Input second curve |
Vector3d planeNormal |
Input optional plane normal |
Comments? |