API Reference > OdGe Classes > OdGeNurbCurve3d Class > OdGeNurbCurve3d Methods > OdGeNurbCurve3d::getFitPointAt Method
OdGeNurbCurve3d::getFitPointAt Method
Syntax
C++
bool getFitPointAt(int fitPointIndex, OdGePoint3d& point) const;
Parameters 
Description 
int fitPointIndex 
[in] Fit point index.  
OdGePoint3d& point 
[out] Receives the fit point. 

true if and only if 0 <= fitPointIndex < numFitPoints().

Retrieves the fit point at the specified index. 

 

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