API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::RemoveControlPointsAtV Method
OdModelerGeometry::RemoveControlPointsAtV Method
Syntax
C++
virtual OdResult RemoveControlPointsAtV(int iVDegree) = 0;
Parameters 
Description 
int iVDegree 
[in] An index of the control point to remove from the array.
 

Returns eOk if successful or an appropriate error code in the other case.

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

 

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