EffectiveRadiusAtmosphericRefractionModelMaximumAltitude Property |
Gets or sets the maximum altitude.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double MaximumAltitude { get; set; }
Public Property MaximumAltitude As Double
Get
Set
public:
property double MaximumAltitude {
double get ();
void set (double value);
}
member MaximumAltitude : float with get, set
Property Value
Type:
DoubleRemarks
For platforms at higher altitudes (e.g., launch vehicles and satellites), the refraction angle computed by the effective radius model
is a poor approximation to reality (because the refraction angle is too large). If the higher platform's altitude is above the maximum altitude,
then the effective radius model does not apply. In such cases, if
ExtrapolateAboveMaximumCeiling is set to false, then the refraction angle is set to 0.0 deg.
See Also