MTOGraphics3D ============= .. py:class:: ansys.stk.core.stkobjects.MTOGraphics3D MTO 3D graphics properties. .. py:currentmodule:: MTOGraphics3D Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.MTOGraphics3D.tracks` - Get the collection of MTO 3D graphics settings. * - :py:attr:`~ansys.stk.core.stkobjects.MTOGraphics3D.default_track` - Get the default track 3D graphics settings. * - :py:attr:`~ansys.stk.core.stkobjects.MTOGraphics3D.global_track_options` - Get the MTO global track 3D options. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import MTOGraphics3D Property detail --------------- .. py:property:: tracks :canonical: ansys.stk.core.stkobjects.MTOGraphics3D.tracks :type: MTOGraphics3DTrackCollection Get the collection of MTO 3D graphics settings. .. py:property:: default_track :canonical: ansys.stk.core.stkobjects.MTOGraphics3D.default_track :type: MTODefaultGraphics3DTrack Get the default track 3D graphics settings. .. py:property:: global_track_options :canonical: ansys.stk.core.stkobjects.MTOGraphics3D.global_track_options :type: MTOGraphics3DGlobalTrackOptions Get the MTO global track 3D options.