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

Reference to this curve.

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.