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

Reference to this OdGeNurbCurve3d object.

Inserts 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–2020. Open Design Alliance. All rights reserved.