Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeNurbSurface::insertKnot Method
Syntax
C++
OdGeNurbSurface& insertKnot(bool iByU, double iNewKnot, int iTimes = 1);

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

 

Parameters
Description
iByU
[in] true means U-dimension.
iNewKnot
[in] New knot.
iTimes
[in] Times to insert knot.

Reference to this OdGeNurbSurface object.

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.