API Reference > OdDb Classes > OdDbNurbSurface Class > OdDbNurbSurface Methods > OdDbNurbSurface::RemoveControlPointsAtU Method
OdDbNurbSurface::RemoveControlPointsAtU Method
Syntax
C++
OdResult RemoveControlPointsAtU(int iUDegree);
Parameters 
Description 
int iUDegree 
[in] An index of the control point to remove from the array.
 

Returns eOk if successful. If the surface doesn't contain any NURBS information, returns eFail.

Removes a row of control points at the specified position in the control points array. The method modifies the shape of the surface. 

 

This method is implemented only for Spatial modeler and returns eNotImplementedYet status for other modelers.

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