CoverageGraphics ================ .. py:class:: ansys.stk.core.stkobjects.CoverageGraphics 2D graphics display options for the coverage grid. .. py:currentmodule:: CoverageGraphics Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.CoverageGraphics.static` - 2D static graphics options. * - :py:attr:`~ansys.stk.core.stkobjects.CoverageGraphics.animation_settings` - 2D animation graphics options. * - :py:attr:`~ansys.stk.core.stkobjects.CoverageGraphics.progress` - Access progress graphics options. * - :py:attr:`~ansys.stk.core.stkobjects.CoverageGraphics.show_graphics` - Specify whether graphics attributes of the coverage definition are visible. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import CoverageGraphics Property detail --------------- .. py:property:: static :canonical: ansys.stk.core.stkobjects.CoverageGraphics.static :type: CoverageGraphics2DStatic 2D static graphics options. .. py:property:: animation_settings :canonical: ansys.stk.core.stkobjects.CoverageGraphics.animation_settings :type: CoverageGraphics2DAnimation 2D animation graphics options. .. py:property:: progress :canonical: ansys.stk.core.stkobjects.CoverageGraphics.progress :type: CoverageGraphics2DProgress Access progress graphics options. .. py:property:: show_graphics :canonical: ansys.stk.core.stkobjects.CoverageGraphics.show_graphics :type: bool Specify whether graphics attributes of the coverage definition are visible.