API Reference > OdGe Classes > OdGeNurbCurve2d Class > OdGeNurbCurve2d Methods > OdGeNurbCurve2d::addFitPointAt Method
OdGeNurbCurve2d::addFitPointAt Method
Syntax
C++
bool addFitPointAt(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 this spline was created with fit data and the fit point is set successfully.

Inserts the fit point at the specified index. 

 

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