AccessGraphics#

class ansys.stk.core.stkobjects.AccessGraphics#

Class defining 2D Graphics for Access.

Overview#

color_mode

Color mode for access graphics, either use the object colors or a single, custom color.

custom_color

Color for all access graphics, used when color mode is set to custom.

inherit

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

line_style

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

line_width

Line width of lines 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.

show_line

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

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.

Import detail#

from ansys.stk.core.stkobjects import AccessGraphics

Property detail#

property AccessGraphics.color_mode: IvColorMode#

Color mode for access graphics, either use the object colors or a single, custom color.

property AccessGraphics.custom_color: Color#

Color for all access graphics, used when color mode is set to custom.

property AccessGraphics.inherit: bool#

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

property AccessGraphics.line_style: str#

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

property AccessGraphics.line_width: int#

Line width of lines 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.show_line: bool#

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

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.