CoverageGraphics2DProgress ========================== .. py:class:: ansys.stk.core.stkobjects.CoverageGraphics2DProgress Progress graphics for access calculations. .. py:currentmodule:: CoverageGraphics2DProgress Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.CoverageGraphics2DProgress.show_graphics` - Show Access Progress: specify whether to highlight the grid regions and points as accesses are being computed. * - :py:attr:`~ansys.stk.core.stkobjects.CoverageGraphics2DProgress.color` - Progress graphics color. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import CoverageGraphics2DProgress Property detail --------------- .. py:property:: show_graphics :canonical: ansys.stk.core.stkobjects.CoverageGraphics2DProgress.show_graphics :type: bool Show Access Progress: specify whether to highlight the grid regions and points as accesses are being computed. .. py:property:: color :canonical: ansys.stk.core.stkobjects.CoverageGraphics2DProgress.color :type: Color Progress graphics color.