WsfChangeSemiMajorAxis

WsfChangeSemiMajorAxis inherits WsfOrbitalManeuver

Input type: change_semi_major_axis

WsfChangeSemiMajorAxis can be used to change the semi-major axis of an orbit of a platform.

static WsfChangeSemiMajorAxis Construct(WsfOrbitalEventCondition aCondition, double aFinalSMA)

Static method to create a WsfChangeSemiMajorAxis using a specific condition and a final semi-major axis length (m).

Note

When the current eccentricity is not 0, the supplied condition should be WsfOrbitalEventCondition.AT_PERIAPSIS or WsfOrbitalEventCondition.AT_APOAPSIS.