Click or drag to resize

AxesAdapterPreviousAxes Property

Gets or sets the Axes that the element in the previous state is defined in. It is best to configure whatever is calling GetAdapter(StateElementAdapterDefinition, EvaluatorGroup) to pass in an old adapter. If there is no old defined in to work with, then the CurrentAxes will be used for both the current and previous. This only needs to be set if it there is no previous adapter to use when the computation options (evaluators, propagators...) are created. If this is set, then it should take priority over the adapter passed into GetAdapter(StateElementAdapterDefinition, EvaluatorGroup)

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Axes PreviousAxes { get; set; }

Property Value

Type: Axes
See Also