API Reference > OdGe Classes > OdGeNurbCurve2d Class > OdGeNurbCurve2d Methods > OdGeNurbCurve2d::deleteControlPointAt Method
OdGeNurbCurve2d::deleteControlPointAt Method
Syntax
C++
bool deleteControlPointAt(int index);
Parameters 
Description 
int index 
[in] The index of the control point to be deleted. 

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

Deletes a control point at the specified index. 

 

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