Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeKnotVector::append Method (OdGeKnotVector&, double)
Syntax
C++
OdGeKnotVector& append(OdGeKnotVector& tail, double knotRatio = 0.0);

Appends a vector to this vector, and returns a reference to this vector. 

 

Parameters
Description
tail
[in] Knot vector to be appended.
knotRatio
[in] Knot ratio.

If knotRatio > 0, append performs a linear transformations on this vector and on tail, such that the ratio of their lengths is equal to knotRatio, and that tail immediately follows this vector. tail is modified by this operation.

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