Click or drag to resize

LambertPathType Enumeration

Indicates which type of path to take in the LambertOrbitSolver. This setting is only relevant for transfer orbits with at least one revolution between the initial and final positions.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum LambertPathType
Members
  Member nameDescription
ShortPath Selects the short path, where the semi major axis is smaller.
LongPath Selects the long path, where the semi major axis is larger.
See Also