NurbCurve3dSetEvaluateMode Method

Sets the evaluation mode.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public void SetEvaluateMode(
        bool evaluateMode
)

Parameters

evaluateMode  Boolean
[in] State of the evaluation mode.
Remarks
If evalMode is false, there is no optimization of an internal evaluator. This mode generally should be used only if one or two values per interval between two consecutive knots are evaluated. If evalMode is true, the evaluator optimization is turned on. This provides better performance if three or more values per knot interval are computed.
See Also

©  Bricsys NV. All rights reserved.