MTOGraphics3DPoint ================== .. py:class:: ansys.stk.core.stkobjects.MTOGraphics3DPoint MTO track 3D marker point options. .. py:currentmodule:: MTOGraphics3DPoint Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.MTOGraphics3DPoint.show_graphics` - Opt whether to display the track point. * - :py:attr:`~ansys.stk.core.stkobjects.MTOGraphics3DPoint.size` - Get or set the size of the track point in pixels. Dimensionless. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import MTOGraphics3DPoint Property detail --------------- .. py:property:: show_graphics :canonical: ansys.stk.core.stkobjects.MTOGraphics3DPoint.show_graphics :type: bool Opt whether to display the track point. .. py:property:: size :canonical: ansys.stk.core.stkobjects.MTOGraphics3DPoint.size :type: float Get or set the size of the track point in pixels. Dimensionless.