API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::RemoveControlPointsAtU Method
OdModelerGeometry::RemoveControlPointsAtU Method
Syntax
C++
virtual OdResult RemoveControlPointsAtU(int iUDegree) = 0;
Parameters 
Description 
int iUDegree 
[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.