TrajectoryPhase.NodeIndexToView Property

Top 

Description

This index is used to determine the next node to add to the path when viewing the TrajectoryPhase in a ViewWindow. When the index is set to -999, no updates will occur for ViewWindows where the TrajectoryPhase is added. When visualizing multiple TrajectoryPhases in sequence, visualize all nodes for the first phase and then set NodeIndexToView = -999 before moving on to visualize the next phase.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Attributes

Type:

number

Access:

read/write

Default Value:

-999

 

Syntax

myVariable1 = myTrajectoryPhase1.NodeIndexToView;

 

myTrajectoryPhase1.NodeIndexToView = myVariable1;

 

See also

TrajectoryPhase Object