API Reference > OdGe Classes > OdGeNurbSurface Class > OdGeNurbSurface Methods > OdGeNurbSurface::insertKnot Method
OdGeNurbSurface::insertKnot Method
Syntax
C++
OdGeNurbSurface& insertKnot(bool iByU, double iNewKnot, int iTimes = 1);
Parameters 
Description 
bool iByU 
[in] true means U-dimension.  
double iNewKnot 
[in] New knot.  
int iTimes = 1 
[in] Times to insert knot. 

Reference to this OdGeNurbSurface object.

Inserts new knot of provided multiplicity to the spline knot array for corresponding dimension (U or V). 

 

If there is already such knot, then the multiplicity of the knot is increased by iTimes.

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