ChainGraphics2DStatic#

class ansys.stk.core.stkobjects.ChainGraphics2DStatic#

2D static graphics for a chain.

Overview#

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.

color

Get or set the color in which chain graphics are displayed.

line_width

Get or set the width of the line that overlays the ground track in the 2D Graphics window.

Import detail#

from ansys.stk.core.stkobjects import ChainGraphics2DStatic

Property detail#

property ChainGraphics2DStatic.show_graphics: 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.

property ChainGraphics2DStatic.color: Color#

Get or set the color in which chain graphics are displayed.

property ChainGraphics2DStatic.line_width: LineWidth#

Get or set the width of the line that overlays the ground track in the 2D Graphics window.