PropagationNewtonianPointIntegrationFrame Property |
Gets or sets the inertial
ReferenceFrame in which the position, velocity, and forces are defined.
Note that the
AppliedForces should all be inertial forces, even if they are expressed with
different
Axes which may be rotating with respect to each other. For instance, drag may be expressed
using Earth fixed axes while gravity is given in Earth inertial axes but both are inertial forces.
No fictitious forces will be added or removed from them due to differences in reference frames.
By default, the integration frame is set to the
InertialFrame of the Earth.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override ReferenceFrame IntegrationFrame { get; set; }
Public Overrides Property IntegrationFrame As ReferenceFrame
Get
Set
public:
virtual property ReferenceFrame^ IntegrationFrame {
ReferenceFrame^ get () override;
void set (ReferenceFrame^ value) override;
}
abstract IntegrationFrame : ReferenceFrame with get, set
override IntegrationFrame : ReferenceFrame with get, set
Property Value
Type:
ReferenceFrameSee Also