API Reference > OdGe Classes > OdGeNurbCurve3d Class > OdGeNurbCurve3d Methods > OdGeNurbCurve3d::addFitPointAt Method
OdGeNurbCurve3d::addFitPointAt Method
Syntax
C++
bool addFitPointAt(int fitPointIndex, const OdGePoint3d& point);
Parameters 
Description 
int fitPointIndex 
[in] Fit point index.  
const OdGePoint3d& 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.