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

Inserts a fit point into this Spline entity after the specified index. 

 

If fitPointIndex < 0, point is inserted at before the first fit point. 

If fitPointIndex >= numFitPoints(), point is appended to the spline.

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