Share

AcGeCurveCurveInt2d Constructor

Overload List

Method Description
AcGeCurveCurveInt2d::AcGeCurveCurveInt2d () This default constructor would typically be used as a placeholder where the curves would be specified by a subsequent call to one of the set() functions. This constructor sets the two curves to be the infinite lines represented by the X and Y axes.
AcGeCurveCurveInt2d::AcGeCurveCurveInt2d (AcGeCurve2d&, AcGeCurve2d&, AcGeInterval&, AcGeInterval&, AcGeTol&) Constructs an object that represents the intersection of the two input curves. Intersection points and overlaps are only returned if they are within the two specified parameter ranges. Intersection points are returned within the accuracy of the specified tolerance (or to within the default tolerance if no tolerance parameter is specified).
AcGeCurveCurveInt2d::AcGeCurveCurveInt2d (AcGeCurve2d&, AcGeCurve2d&, AcGeTol&) 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).
AcGeCurveCurveInt2d::AcGeCurveCurveInt2d (AcGeCurveCurveInt2d&) Constructs a copy of the input object.

Was this information helpful?