API Reference > OdGe Classes > OdGeNurbCurve2d Class > OdGeNurbCurve2d Methods > OdGeNurbCurve2d::insertKnot Method
OdGeNurbCurve2d::insertKnot Method
Syntax
C++
OdGeNurbCurve2d& insertKnot(double newKnot);
Parameters 
Description 
double newKnot 
[in] New knot. 

Reference to this OdGeNurbCurve2d object.

Inserts a new knot to the spline knot array. 

 

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

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