C++
GE_DLLEXPIMPORT AcGeCurveCurveInt2d( const AcGeCurve2d& curve1, const AcGeCurve2d& curve2, const AcGeTol& tol = AcGeContext::gTol );
Description
Constructs an object that represents the intersection of the two input curves. Intersection points are returned within the accuracy of the specified tolerance (or to within the default tolerance if no tolerance parameter is specified).
Parameters
Parameters | Description |
---|---|
curve1 | Input first curve |
curve2 | Input second curve |
tol | Input tolerance value |