NPlateAtmosphericDragForceDefinedInAxes Property  | 
 
            Gets the 
Axes in which this force is defined.  For drag, the 
Axes are 
            taken from the fixed frame of the 
CentralBody used for the 
Density.
            Also note that while the drag force is defined in the fixed frame, forces are considered to be "inertial"
            for the purposes of Newtonian kinematics, and no kinematic transformation apart from a simple rotation
            is necessary when converting to an inertial frame.
            If the 
Density property is 
, then this property will also return 
.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Axes DefinedInAxes { get; }Public ReadOnly Property DefinedInAxes As Axes
	Get
public:
property Axes^ DefinedInAxes {
	Axes^ get ();
}member DefinedInAxes : Axes with get
Property Value
Type: 
Axes
See Also