WsfChangeEccentricity

WsfChangeEccentricity inherits WsfOrbitalManeuver

Input type: change_eccentricity

WsfChangeEccentricity can be used to change the eccentricity of an orbit of a platform.

static WsfChangeEccentricity Construct(WsfOrbitalEventCondition aCondition, double aEccentricity)

Static method to create a WsfChangeEccentricity using a specific condition and the desired eccentricity [0..1] (must be less than 1) of the orbit.

Note

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