API Reference > OdGe Classes > OdGeCurveCurveInt2d Class > OdGeCurveCurveInt2d Constructor > OdGeCurveCurveInt2d::OdGeCurveCurveInt2d Constructor (OdGeCurve2d&, OdGeCurve2d&, OdGeTol&)
OdGeCurveCurveInt2d::OdGeCurveCurveInt2d Constructor (OdGeCurve2d&, OdGeCurve2d&, OdGeTol&)
Syntax
C++
OdGeCurveCurveInt2d(const OdGeCurve2d& curve1, const OdGeCurve2d& curve2, const OdGeTol& tol = OdGeContext::gTol);
Parameters 
Description 
const OdGeCurve2d& curve1 
[in] First 2D curve.  
const OdGeCurve2d& curve2 
[in] Second 2D curve.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

Constructor. Creates an OdGeCurveCurveInt2d object with specified two curves and geometric tolerance.

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