ConstellationGraphics ===================== .. py:class:: ansys.stk.core.stkobjects.ConstellationGraphics 2D Graphics properties of the STK Constellation. .. py:currentmodule:: ConstellationGraphics Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.ConstellationGraphics.hide_graphics` - Remove the graphics for all objects within the constellation from the 2D Graphics window. * - :py:attr:`~ansys.stk.core.stkobjects.ConstellationGraphics.restore_graphics` - Restore the graphics for all objects within the constellation in the 2D Graphics window. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import ConstellationGraphics Method detail ------------- .. py:method:: hide_graphics(self) -> None :canonical: ansys.stk.core.stkobjects.ConstellationGraphics.hide_graphics Remove the graphics for all objects within the constellation from the 2D Graphics window. :Returns: :obj:`~None` .. py:method:: restore_graphics(self) -> None :canonical: ansys.stk.core.stkobjects.ConstellationGraphics.restore_graphics Restore the graphics for all objects within the constellation in the 2D Graphics window. :Returns: :obj:`~None`