ManeuverReferenceAxes Enumeration |
Indicates the axes that are to be used for defining the maneuver.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic enum ManeuverReferenceAxes
Public Enumeration ManeuverReferenceAxes
public enum class ManeuverReferenceAxes
type ManeuverReferenceAxes
Members
| Member name | Description |
---|
| StaticAtmosphere |
The maneuver is performed relative to the rotating atmosphere without the influence of the local wind velocity.
|
| MovingAtmosphere |
The maneuver is performed relative to the rotating atmosphere with the influence of the local wind velocity.
|
See Also