Close

Relief for ODA Team in Ukraine

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

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

 

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

eOk if successful. If the dU parameter is out of range, returns eOutOfRange.

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