TrajectoryPhase.AddNodes Method

Top 

Description

Adds TrajectoryNodes to the underlying TrajectoryPhase.Nodes array.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

TrajectoryPhase.AddNodes(Ephemeris ephemeris)

None

Uses the position, velocity, mass, and epoch data from the Ephemeris to create new TrajectoryNodes.

TrajectoryPhase.AddNodes(TrajectoryPhase phase)

None

Appends the TrajectoryNodes from the passed TrajectoryPhase to the calling TrajectoryPhase.

TrajectoryPhase.AddNodes(Spacecraft spacecraft, Variable duration, Variable numberOfNodes, Variable resetSpacecraft)

None

Propagates the passed Spacecraft using its current Propagator for the passed duration and saves numberOfNodes equally spaced TrajectoryNodes during the propagation. If the resetSpacecraftState = 1, then the Spacecraft's state will be restored to its original state once this process is complete.

 

 

See also

TrajectoryPhase Object