TurnAtConstantRateBehaviorManeuverReferenceAxes Property |
Gets or sets the reference axes for the behavior.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ManeuverReferenceAxes ManeuverReferenceAxes { get; set; }
Public Property ManeuverReferenceAxes As ManeuverReferenceAxes
Get
Set
public:
property ManeuverReferenceAxes ManeuverReferenceAxes {
ManeuverReferenceAxes get ();
void set (ManeuverReferenceAxes value);
}
member ManeuverReferenceAxes : ManeuverReferenceAxes with get, set
Property Value
Type:
ManeuverReferenceAxesRemarks
If the
ManeuverReferenceAxes is
StaticAtmosphere, then the turn rate applies to the rate of change in the true course of the aircraft.
If the
ManeuverReferenceAxes is
MovingAtmosphere, then the turn rate applies to the rate of change in the true heading of the aircraft.
See Also