Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeNurbCurve3d::setEvalMode Method
Syntax
C++
OdGeNurbCurve3d& setEvalMode(bool evalMode = false);

Sets the evaluation mode. 

 

Parameters
Description
evalMode
[in] Input state of the evaluation mode.

Reference to this OdGeNurbCurve3d object.

If evalMode is 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 evalMode is 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.