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

Returns the specified fit point of this Spline entity (DXF 11). 

 

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