API Reference > OdGe Classes > OdGeNurbCurve3d Class > OdGeNurbCurve3d Methods > OdGeNurbCurve3d::setFitPointAt Method
OdGeNurbCurve3d::setFitPointAt Method
Syntax
C++
bool setFitPointAt(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 fit point is set successfully.

Sets the fit point at the specified index. 

 

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