LifetimeOrbitPropagator.ReflectiveCrossSectionalArea Property |
Gets or sets the mean area presented to the illuminating body (the Sun) during propagation, in square meters.
This area is often different from the cross section used for drag.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double ReflectiveCrossSectionalArea { get; set; }
Public Property ReflectiveCrossSectionalArea As Double
Get
Set
public:
property double ReflectiveCrossSectionalArea {
double get ();
void set (double value);
}
member ReflectiveCrossSectionalArea : float with get, set
Property Value
Type:
Double
See Also