Defines global 3D Graphics attributes for a Multi-Track Object (MTO).
VO <MTOObjectPath> MTOAttributes {VOOptions}
The VO MTOAttributes command is used to define the display of all tracks in a Multi-Track Object (MTO).
{VOOptions} | Description |
---|---|
Show {On | Off} | Indicates whether or not the MTO tracks will be rendered in the 3D Graphics window. |
ShowAllLines {On | Off} | Indicates whether or not route lines will be rendered in the 3D Graphics window. |
ShowAllLabels {On | Off} | Indicates whether or not track labels will be rendered in the 3D Graphics window. |
ShowAllMarkers {On | Off} | Indicates whether or not track markers will be rendered in the 3D Graphics window. |
ShowAllModels {On | Off} | Indicates whether or not track models will be rendered in the 3D Graphics window. |
ShowAllPoints {On | Off} | Indicates whether or not points will be rendered in the 3D Graphics window. However, the ShowAllPoints flag should only be turned on if needed, as performance will be effected. |
OptimizeForCloseView {On | Off} | Enable the use of best possible viewing for interpolated route positions. |
UseNameInAsyncPick {On | Off} | Indicates whether track name will be returned via Async3DPick. If this option is disabled the track ID will be returned. |
The following command disables the display of track labels in the 3D Graphics window for the "mt1" object:
VO */MTO/mt1 MTOAttributes showAlllabels off
The following command enables the optimization of interpolated route lines in the 3D Graphics window for the "mt1" object:
VO */MTO/mt1 MTOAttributes OptimizeForCloseView on
To turn on display of markers and lines and turn off the display of the track name in an async pick:
VO */MTO/mt1 MTOAttributes ShowAllMarkers On ShowAllLines On UseNameInAsyncPick Off
This command belongs to the following group(s):
7.0
STK Programming Interface 11.0.1