ChainGraphics2DStatic ===================== .. py:class:: ansys.stk.core.stkobjects.ChainGraphics2DStatic 2D static graphics for a chain. .. py:currentmodule:: ChainGraphics2DStatic Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.ChainGraphics2DStatic.color` - Get or set the color in which chain graphics are displayed. * - :py:attr:`~ansys.stk.core.stkobjects.ChainGraphics2DStatic.line_width` - Get or set the width of the line that overlays the ground track in the 2D Graphics window. * - :py:attr:`~ansys.stk.core.stkobjects.ChainGraphics2DStatic.show_graphics` - Opt whether to have the 2D graphics window display complete chain access for objects in the chain, based on applicable time and object constraints. Accesses among chain objects are displayed as thick lines that overlay ground tracks. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import ChainGraphics2DStatic Property detail --------------- .. py:property:: color :canonical: ansys.stk.core.stkobjects.ChainGraphics2DStatic.color :type: Color Get or set the color in which chain graphics are displayed. .. py:property:: line_width :canonical: ansys.stk.core.stkobjects.ChainGraphics2DStatic.line_width :type: LineWidth Get or set the width of the line that overlays the ground track in the 2D Graphics window. .. py:property:: show_graphics :canonical: ansys.stk.core.stkobjects.ChainGraphics2DStatic.show_graphics :type: bool Opt whether to have the 2D graphics window display complete chain access for objects in the chain, based on applicable time and object constraints. Accesses among chain objects are displayed as thick lines that overlay ground tracks.