WsfChangeInclination

WsfChangeInclination inherits WsfOrbitalManeuver

Input type: change_inclination

WsfChangeInclination can be used to change the inclination of the orbit of a platform.

static WsfChangeInclination Construct(WsfOrbitalEventCondition aCondition, double aInclinationDegrees)

Static method to create a WsfChangeInclination using a specific condition and the desired inclination [0..180].

Note

When the current inclination is not 0, the supplied condition should be WsfOrbitalEventCondition.AT_ASCENDING_NODE or WsfOrbitalEventCondition.AT_DESCENDING_NODE.