Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeKnotVector::getInterval Method
Syntax
C++
int getInterval(int order, double param, OdGeInterval& interval) const;

Returns the knot interval, and the index of the knot interval, containing the point specified by param. 

 

Parameters
Description
order
[in] The order of the spline.
param
[in] Parameter to specify a point on the vector.
interval
[out] Receives the interval containing the point specified by param.

param must lie between the knot values indexed by order -1 and length() - order, where order is the order of the spline.

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