MTOGraphics =========== .. py:class:: ansys.stk.core.stkobjects.MTOGraphics MTO 2D Graphics. .. py:currentmodule:: MTOGraphics Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.MTOGraphics.tracks` - Get the collection of MTO 2D graphics properties. * - :py:attr:`~ansys.stk.core.stkobjects.MTOGraphics.default_track` - Get the default track 2D graphics. * - :py:attr:`~ansys.stk.core.stkobjects.MTOGraphics.global_track_options` - Get the 2D graphics global settings. * - :py:attr:`~ansys.stk.core.stkobjects.MTOGraphics.show_graphics` - Specify whether graphics attributes of the MTO are visible. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import MTOGraphics Property detail --------------- .. py:property:: tracks :canonical: ansys.stk.core.stkobjects.MTOGraphics.tracks :type: MTOGraphics2DTrackCollection Get the collection of MTO 2D graphics properties. .. py:property:: default_track :canonical: ansys.stk.core.stkobjects.MTOGraphics.default_track :type: MTODefaultGraphics2DTrack Get the default track 2D graphics. .. py:property:: global_track_options :canonical: ansys.stk.core.stkobjects.MTOGraphics.global_track_options :type: MTOGraphics2DGlobalTrackOptions Get the 2D graphics global settings. .. py:property:: show_graphics :canonical: ansys.stk.core.stkobjects.MTOGraphics.show_graphics :type: bool Specify whether graphics attributes of the MTO are visible.