MTOGraphics3DGlobalTrackOptions#
- class ansys.stk.core.stkobjects.MTOGraphics3DGlobalTrackOptions#
Global 3D graphics MTO track options.
Overview#
Opt whether to display MTO graphics in the 3D graphics window. |
|
Opt whether to display MTO track labels in the 3D graphics window. |
|
Opt whether to display MTO track markers in the 3D graphics window. |
|
Opt whether to display MTO track lines in the 3D graphics window. |
|
Opt whether to display MTO track points in the 3D graphics window. |
|
Opt whether interpolated route lines will be displayed with higher accuracy. This can be very resource intensive and may degrade performance, but will improve visual quality. |
Import detail#
from ansys.stk.core.stkobjects import MTOGraphics3DGlobalTrackOptions
Property detail#
- property MTOGraphics3DGlobalTrackOptions.show_tracks: bool#
Opt whether to display MTO graphics in the 3D graphics window.
- property MTOGraphics3DGlobalTrackOptions.show_label: bool#
Opt whether to display MTO track labels in the 3D graphics window.
- property MTOGraphics3DGlobalTrackOptions.show_markers: bool#
Opt whether to display MTO track markers in the 3D graphics window.
- property MTOGraphics3DGlobalTrackOptions.show_lines: bool#
Opt whether to display MTO track lines in the 3D graphics window.