TrajectoryPhase.AddRadiusConstraint Method

Top 

Description

Constrains the radius (with respect to the central body) at the node(s) associated with the passed range.

 

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.AddRadiusConstraint(String range, Variable minimumRadius)

None

Constrains the radius (with respect to the central body) to be at or above the value of the passed lowerbound at the node(s) associated with the passed range.

TrajectoryPhase.AddRadiusConstraint(String range, Variable minimumRadius, Variable maximumRadius)

None

Constrains the radius (with respect to the central body) to be in between the passed bounds at the node(s) associated with the passed range.

 

 

See also

TrajectoryPhase Object