Click or drag to resize

AxesPropagationParameterGetEvaluator Method

Overload List
  NameDescription
Public methodGetEvaluator
Gets an evaluator that can be used to find the transformation from this axes' parent axes to this axes at a given date. Consider using the methods of GeometryTransformer instead of calling this method directly. See GetEvaluator(EvaluatorGroup) for details.
(Inherited from Axes.)
Public methodGetEvaluator(EvaluatorGroup)

Gets an evaluator that can be used to find the motion of this axes in its parent reference frame based on the state provided by evaluating the evaluator produced by the StateParameter.

Consider using the methods of GeometryTransformer instead of calling this method directly. See GetEvaluator(EvaluatorGroup) for more details.

This type will usually not be used directly. It is instead used by PropagationEulerianAxes behind the scenes. If this type is used, such as during the implementation of a type similar to or deriving from PropagationEulerianAxes, always call ConfigureIndicesOnEvaluator(EvaluatorGroup, AxesPropagationParameter, MotionInt32) prior to this method.

(Overrides AxesGetEvaluator(EvaluatorGroup).)
Top
See Also