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

Returns true if and only if the fit point is set successfully.

Sets the fit point at the specified index. 

 

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