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.2.419.0 (24.2.419.0)
Syntax public enum LambertPathType
Public Enumeration LambertPathType
public enum class LambertPathType
Members
| Member name | Description |
---|
| 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