Click or drag to resize

SimpleAscentPropagatorBurnoutVelocityFrame Enumeration

Sets the CentralBody-relative frame used to specify the burnout velocity in SimpleAscentPropagator.

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 SimpleAscentPropagatorBurnoutVelocityFrame
Members
  Member nameDescription
FixedFrame Use the CentralBody's fixed frame for specifying the burnout velocity vector.
InertialFrame Use the CentralBody's inertial frame for specifying the burnout velocity vector.
Remarks
The appropriate burnout velocity properties will need to be set.
See Also