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

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.