API Reference > OdGe Classes > OdGeCubicSplineCurve2d Class > OdGeCubicSplineCurve2d Constructor > OdGeCubicSplineCurve2d::OdGeCubicSplineCurve2d Constructor (OdGeCurve2d&, double)
OdGeCubicSplineCurve2d::OdGeCubicSplineCurve2d Constructor (OdGeCurve2d&, double)
Syntax
C++
OdGeCubicSplineCurve2d(const OdGeCurve2d& curve, double tol = OdGeContext::gTol.equalPoint());
Parameters 
Description 
const OdGeCurve2d& curve 
[in] A curve to be approximated by this cubic spline curve.  
double tol = OdGeContext::gTol.equalPoint() 
[in] Geometric tolerance. 

Constructor for the OdGeCubicSplineCurve2d class. Constructs a cubic spline curve from the input curve that is approximated according to the specified tolerance. Currently not implemented. 

 

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