Class in Zendir.Messages | Inherits from Message
Declaration
class OrbitalMessage;Description
Message that defines the six orbital Keplerian elements, any additional calculations and the period of a specific orbit.
Properties
| Declared | Description |
|---|---|
| Alpha | Inverted semi-major axis value. |
| ArgumentOfPeriapsis | Argument of periapsis of the orbit. |
| Eccentricity | Eccentricity of the orbit. |
| Inclination | Inclination of the orbital plane. |
| OmegaAscension | Right ascension of the ascending node. |
| Period | The period of the orbit based on the current orbitalelements. |
| PositionMagnitude | Magnitude of the position vector. |
| RadiusApoapsis | Radius of apoapsis of the orbit. |
| RadiusPeriapsis | Radius of periapsis of the orbit. |
| SemiMajorAxis | The object’s Semi-Major Axis. |
| TrueAnomaly | True anomaly of the orbit. |