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. If this index does not correspond to a valid node in the TrajectoryPhase.Nodes list, the phase will not be drawn.

 

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.

 

Attributes

Type:

number

Access:

read/write

Default Value:

-999

 

Syntax

myVariable1 = myTrajectoryPhase1.NodeIndexToView;

 

myTrajectoryPhase1.NodeIndexToView = myVariable1;

 

See also

TrajectoryPhase Object