API Reference > OdGe Classes > OdGeKnotVector Class > OdGeKnotVector Methods > OdGeKnotVector::insert Method
OdGeKnotVector::insert Method
Syntax
C++
OdGeKnotVector& insert(double param);
Parameters 
Description 
double param 
[in] Parameter to specify a point on the vector. 

Inserts a knot in the appropriate knot interval as specified by param, and returns a reference to this vector. 

 

If the specified point is within the knot equality tolerance of another knot, said knot's multiplicity is incremented.

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