MTOGraphics3DGlobalTrackOptions =============================== .. py:class:: ansys.stk.core.stkobjects.MTOGraphics3DGlobalTrackOptions Global 3D graphics MTO track options. .. py:currentmodule:: MTOGraphics3DGlobalTrackOptions Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.MTOGraphics3DGlobalTrackOptions.show_tracks` - Opt whether to display MTO graphics in the 3D graphics window. * - :py:attr:`~ansys.stk.core.stkobjects.MTOGraphics3DGlobalTrackOptions.show_label` - Opt whether to display MTO track labels in the 3D graphics window. * - :py:attr:`~ansys.stk.core.stkobjects.MTOGraphics3DGlobalTrackOptions.show_markers` - Opt whether to display MTO track markers in the 3D graphics window. * - :py:attr:`~ansys.stk.core.stkobjects.MTOGraphics3DGlobalTrackOptions.show_lines` - Opt whether to display MTO track lines in the 3D graphics window. * - :py:attr:`~ansys.stk.core.stkobjects.MTOGraphics3DGlobalTrackOptions.show_points` - Opt whether to display MTO track points in the 3D graphics window. * - :py:attr:`~ansys.stk.core.stkobjects.MTOGraphics3DGlobalTrackOptions.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 ------------- .. code-block:: python from ansys.stk.core.stkobjects import MTOGraphics3DGlobalTrackOptions Property detail --------------- .. py:property:: show_tracks :canonical: ansys.stk.core.stkobjects.MTOGraphics3DGlobalTrackOptions.show_tracks :type: bool Opt whether to display MTO graphics in the 3D graphics window. .. py:property:: show_label :canonical: ansys.stk.core.stkobjects.MTOGraphics3DGlobalTrackOptions.show_label :type: bool Opt whether to display MTO track labels in the 3D graphics window. .. py:property:: show_markers :canonical: ansys.stk.core.stkobjects.MTOGraphics3DGlobalTrackOptions.show_markers :type: bool Opt whether to display MTO track markers in the 3D graphics window. .. py:property:: show_lines :canonical: ansys.stk.core.stkobjects.MTOGraphics3DGlobalTrackOptions.show_lines :type: bool Opt whether to display MTO track lines in the 3D graphics window. .. py:property:: show_points :canonical: ansys.stk.core.stkobjects.MTOGraphics3DGlobalTrackOptions.show_points :type: bool Opt whether to display MTO track points in the 3D graphics window. .. py:property:: optimize_lines :canonical: ansys.stk.core.stkobjects.MTOGraphics3DGlobalTrackOptions.optimize_lines :type: 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.