API Reference > OdGe Classes > OdGeKnotVector Class > OdGeKnotVector Methods > OdGeKnotVector::insertAt Method
OdGeKnotVector::insertAt Method
Syntax
C++
OdGeKnotVector& insertAt(int knotIndex, double knot, int multiplicity = 1);
Parameters 
Description 
int knotIndex 
[in] Knot index.  
double knot 
[in] Value to be inserted  
int multiplicity = 1 
[in] Number of times to insert the knot. 

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

 

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