API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::InsertControlPointsAtV Method
OdModelerGeometry::InsertControlPointsAtV Method
Syntax
C++
virtual OdResult InsertControlPointsAtV(double dV, const OdGePoint3dArray& uCtrlPts, const OdGeDoubleArray& uWeights) = 0;
Parameters 
Description 
dU 
[in] v parameter.  
vCtrlPts 
[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 dU parameter is out of range, returns eOutOfRange.

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

 

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