API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::InsertKnot Method
OdModelerGeometry::InsertKnot Method
Syntax
C++
virtual OdResult InsertKnot(double dVal, int iUorV) = 0;
Parameters 
Description 
double dVal 
[in] New knot.  
int iUorV 
[in] U or V parameter.
 

eOk if successful or an appropriate error code otherwise.

Inserts a knot at the specified U or V parameter. The knot insertion doesn't modify the shape of the ModelerGeometry object. 

 

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