API Reference > OdGe Classes > OdGeCubicSplineCurve3d Class > OdGeCubicSplineCurve3d Methods > OdGeCubicSplineCurve3d::setFitPointAt Method
OdGeCubicSplineCurve3d::setFitPointAt Method
Syntax
C++
OdGeCubicSplineCurve3d& setFitPointAt(int fitPointIndex, const OdGePoint3d& point);
Parameters 
Description 
int fitPointIndex 
[in] Fit point index.  
const OdGePoint3d& point 
[in] Any 3D point.
 

Reference to this curve.

Sets the fit point at the specified index, and returns a reference to this curve. 

 

Currently not implemented.

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