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.
 

Returns eOk if successful or an appropriate error code in the other case.

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

 

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