AccessGraphics#

class ansys.stk.core.stkobjects.AccessGraphics#

Class defining 2D Graphics for Access.

Overview#

inherit

Specify whether the Access graphics inherit from the Scenario. Otherwise they can be set locally for this object.

show_line

Specify whether a line appears between objects during access periods in the 2D and 3D Graphics windows.

show_animation_highlight_graphics_2d

Specify whether an Animate Highlight appears in the 2D Graphics window during access periods. The Animate Highlight is a box drawn around each object participating in the access.

static_graphics_2d

Specify whether a Static Highlight appears in the 2D Graphics window. The Static Highlight is a thick line overlaying portions of a vehicle’s ground track during access periods.

line_width

Line width of lines between objects during access periods in the 2D and 3D Graphics windows.

line_style

Line style of lines between objects during access periods in the 2D and 3D Graphics windows.

Import detail#

from ansys.stk.core.stkobjects import AccessGraphics

Property detail#

property AccessGraphics.inherit: bool#

Specify whether the Access graphics inherit from the Scenario. Otherwise they can be set locally for this object.

property AccessGraphics.show_line: bool#

Specify whether a line appears between objects during access periods in the 2D and 3D Graphics windows.

property AccessGraphics.show_animation_highlight_graphics_2d: bool#

Specify whether an Animate Highlight appears in the 2D Graphics window during access periods. The Animate Highlight is a box drawn around each object participating in the access.

property AccessGraphics.static_graphics_2d: bool#

Specify whether a Static Highlight appears in the 2D Graphics window. The Static Highlight is a thick line overlaying portions of a vehicle’s ground track during access periods.

property AccessGraphics.line_width: int#

Line width of lines between objects during access periods in the 2D and 3D Graphics windows.

property AccessGraphics.line_style: str#

Line style of lines between objects during access periods in the 2D and 3D Graphics windows.