Click or drag to resize

ScalarGrazingAltitudeBetweenTwoPointsCentralBody Property

Gets or sets the central body relative to which the altitude is computed.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CentralBody CentralBody { get; set; }

Property Value

Type: CentralBody
Remarks
By default, the value of this property is the EarthCentralBody in the CentralBodiesFacet instance in the CalculationContext.
See Also