API Reference > OdDb Classes > OdDbNurbSurface Class > OdDbNurbSurface Methods > OdDbNurbSurface::RemoveControlPointsAtV Method
OdDbNurbSurface::RemoveControlPointsAtV Method
Syntax
C++
OdResult RemoveControlPointsAtV(int iVDegree);
Parameters 
Description 
int iVDegree 
[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.