Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbNurbSurface::RemoveControlPointsAtV Method
Syntax
C++
OdResult RemoveControlPointsAtV(int iVDegree);

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

 

Parameters
Description
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.

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.