CommSystemGraphics3D ==================== .. py:class:: ansys.stk.core.stkobjects.CommSystemGraphics3D Class defining 3D Graphics properties of a CommSystem. .. py:currentmodule:: CommSystemGraphics3D Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.CommSystemGraphics3D.show_desired_links` - Enable the desired links line graphics. * - :py:attr:`~ansys.stk.core.stkobjects.CommSystemGraphics3D.show_interference_links` - Enable the interference links line graphics. * - :py:attr:`~ansys.stk.core.stkobjects.CommSystemGraphics3D.show_primary_interferer_link` - Enable the primary interferer link line graphics. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import CommSystemGraphics3D Property detail --------------- .. py:property:: show_desired_links :canonical: ansys.stk.core.stkobjects.CommSystemGraphics3D.show_desired_links :type: bool Enable the desired links line graphics. .. py:property:: show_interference_links :canonical: ansys.stk.core.stkobjects.CommSystemGraphics3D.show_interference_links :type: bool Enable the interference links line graphics. .. py:property:: show_primary_interferer_link :canonical: ansys.stk.core.stkobjects.CommSystemGraphics3D.show_primary_interferer_link :type: bool Enable the primary interferer link line graphics.