API Reference > OdGe Classes > OdGeNurbCurve2d Class > OdGeNurbCurve2d Methods > OdGeNurbCurve2d::deleteFitPointAt Method
OdGeNurbCurve2d::deleteFitPointAt Method
Syntax
C++
bool deleteFitPointAt(int fitPointIndex);
Parameters 
Description 
int fitPointIndex 
[in] The index of fit point that is to be removed. 

Returns true if and only if the fit point is deleted successfully.

Removes a fit point with the specified index. 

 

The index must be greater than or equal to 0 and less than or equal to the number of fit points.

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