Click or drag to resize

CartesianOnePointPropagatorGetEvaluator Method

Overload List
  NameDescription
Public methodGetEvaluator

Gets an evaluator that can propagate at individual dates.

This evaluator propagates the orbit state. The result of evaluating will be a MotionT corresponding to the orbital state at the given JulianDate expressed in the propagator's ReferenceFrame.

Note: when evaluating with this evaluator, it may be more efficient to specify times using an arithmetically safe TimeStandard to avoid the need to convert in order to perform the propagation. The length of a time step may be different in different TimeStandards. So be careful when specifying times.

Public methodGetEvaluator(EvaluatorGroup)
Gets an evaluator that can propagate at individual dates.
Top
See Also