API Reference > OdGe Classes > OdGeCubicSplineCurve2d Class > OdGeCubicSplineCurve2d Methods > OdGeCubicSplineCurve2d::setFirstDerivAt Method
OdGeCubicSplineCurve2d::setFirstDerivAt Method
Syntax
C++
OdGeCubicSplineCurve2d& setFirstDerivAt(int fitPointIndex, const OdGeVector2d& deriv);
Parameters 
Description 
int fitPointIndex 
[in] Fit point index.  
const OdGeVector2d& deriv 
[in] The first derivative at the fit point. 

Sets the first derivative at the specified index, and returns a reference to this curve. 

 

Currently not implemented.

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