API Reference > OdGe Classes > OdGeCurveCurveInt2d Class > OdGeCurveCurveInt2d Methods > set Method > OdGeCurveCurveInt2d::set Method (OdGeCurve2d&, OdGeCurve2d&, OdGeInterval&, OdGeInterval&, OdGeTol&)
OdGeCurveCurveInt2d::set Method (OdGeCurve2d&, OdGeCurve2d&, OdGeInterval&, OdGeInterval&, OdGeTol&)
Syntax
C++
OdGeCurveCurveInt2d& set(const OdGeCurve2d& curve1, const OdGeCurve2d& curve2, const OdGeInterval& range1, const OdGeInterval& range2, const OdGeTol& tol = OdGeContext::gTol);
Parameters 
Description 
const OdGeCurve2d& curve1 
[in] First 2D curve.  
const OdGeCurve2d& curve2 
[in] Second 2D curve.  
const OdGeInterval& range1 
[in] Range of first curve.  
const OdGeInterval& range2 
[in] Range of second curve.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

Reference to this OdGeCurveCurveInt2d object.

Sets the curves, ranges and tolerance for which to determine intersections. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.