AxesEvaluatorSimplifyIfNotTimeVarying Method |
If this evaluator is not time varying, this method evaluates its value and constructs an evaluator
from an
AxesFixedOffset representing the fixed value. If this evaluator is time varying,
this method does nothing and returns the evaluator on which it is called.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public AxesEvaluator SimplifyIfNotTimeVarying(
EvaluatorGroup group
)
Public Function SimplifyIfNotTimeVarying (
group As EvaluatorGroup
) As AxesEvaluator
public:
AxesEvaluator^ SimplifyIfNotTimeVarying(
EvaluatorGroup^ group
)
member SimplifyIfNotTimeVarying :
group : EvaluatorGroup -> AxesEvaluator
Parameters
- group
- Type: AGI.FoundationEvaluatorGroup
The evaluator group in which to construct the new evaluator, if applicable.
Return Value
Type:
AxesEvaluatorA simpler evaluator representing the fixed axes, or
this if this axes is not fixed.
Exceptions See Also