Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeNurbCurve3d::evalMode Method
Syntax
C++
bool evalMode() const;

Returns the current evaluation mode.

true if and only if the evaluator optimization is turned on.

If the method returns false, there is no optimization of an internal evaluator. This mode generally should be used if only one or two values per interval between two consecutive knots are evaluated. 

If the method returns true, then the evaluator optimization is turned on. This provides better performance if three or more values per knot interval are computed.

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