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