SpaceControlFacilityAtmosphericRefractionModelMinimumAltitude Property |
Gets or sets the minimum 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 MinimumAltitude { get; set; }
Public Property MinimumAltitude As Double
Get
Set
public:
property double MinimumAltitude {
double get ();
void set (double value);
}
member MinimumAltitude : float with get, set
Property Value
Type:
DoubleRemarks
For platforms at low altitudes (e.g., less than 5 km), the refraction angle computed by the SCF model is a poor approximation to reality.
If the higher platform's altitude is below the minimum altitude, then the SCF model does not apply.In such cases, if
ExtrapolateBelowMinimumAltitude is set to false,
then the refraction angle is set to 0.0 deg.
See Also