Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbNurbSurface::InsertControlPointsAtV Method
Syntax
C++
OdResult InsertControlPointsAtV(double dV, const OdGePoint3dArray& uCtrlPts, const OdGeDoubleArray& uWeights);

Inserts a row of control points at the given v knot parameter. 

 

Parameters
Description
dV
[in] v parameter.
uCtrlPts
[in] An array of control points to be added.
vWeights
[in] Array of weight values to add if the surface is rational.

Returns eOk if successful. If the surface doesn't contain any NURBS information, returns eFail. If the dV parameter is out of range, returns eOutOfRange.

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

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