MTOGraphics3DGlobalTrackOptions#

class ansys.stk.core.stkobjects.MTOGraphics3DGlobalTrackOptions#

Global 3D graphics MTO track options.

Overview#

show_tracks

Opt whether to display MTO graphics in the 3D graphics window.

show_label

Opt whether to display MTO track labels in the 3D graphics window.

show_markers

Opt whether to display MTO track markers in the 3D graphics window.

show_lines

Opt whether to display MTO track lines in the 3D graphics window.

show_points

Opt whether to display MTO track points in the 3D graphics window.

optimize_lines

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.

property MTOGraphics3DGlobalTrackOptions.show_points: bool#

Opt whether to display MTO track points in the 3D graphics window.

property MTOGraphics3DGlobalTrackOptions.optimize_lines: bool#

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.