API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::InsertControlPointsAtU Method
OdModelerGeometry::InsertControlPointsAtU Method
Syntax
C++
virtual OdResult InsertControlPointsAtU(double dU, const OdGePoint3dArray& vCtrlPts, const OdGeDoubleArray& vWeights) = 0;
Parameters 
Description 
double dU 
[in] u parameter.  
const OdGePoint3dArray& vCtrlPts 
[in] An array of control points to be added.  
const OdGeDoubleArray& 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 u knot parameter. 

 

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