Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeKnotVector::insertAt Method
Syntax
C++
OdGeKnotVector& insertAt(int knotIndex, double knot, int multiplicity = 1);

Inserts the specified knot the specified number of times at the specified index, and returns a reference to this vector. 

 

Parameters
Description
knotIndex
[in] Knot index.
knot
[in] Value to be inserted
multiplicity
[in] Number of times to insert the knot.
Copyright © 2002-2022. Open Design Alliance All rights reserved.