WsfOrbitalMissionSequence¶
- WsfOrbitalMissionSequence
A WsfOrbitalMissionSequence is passed to a WsfSpaceMover perform a specific set of actions, such as a sequence of maneuvers. Each event is constructed individually then added to the sequence with the WsfOrbitalMissionSequence.AddEvent or WsfOrbitalMissionSequence.AddManeuver methods.
- static WsfOrbitalMissionSequence Construct()¶
Construct a new WsfOrbitalMissionSequence.
- void AddEvent(WsfOrbitalEvent aEvent)¶
Add any event to the list of events to be executed.
- void AddManeuver(WsfOrbitalManeuver aManeuver)¶
Add a specific orbital maneuver to the list of events to be executed.