AccessGraphics#
- class ansys.stk.core.stkobjects.AccessGraphics#
Class defining 2D Graphics for Access.
Overview#
Color mode for access graphics, either use the object colors or a single, custom color. |
|
Color for all access graphics, used when color mode is set to custom. |
|
Specify whether the Access graphics inherit from the Scenario. Otherwise they can be set locally for this object. |
|
Line style of lines between objects during access periods in the 2D and 3D Graphics windows. |
|
Line width of lines between objects during access periods in the 2D and 3D Graphics windows. |
|
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. |
|
Specify whether a line appears between objects during access periods in the 2D and 3D Graphics windows. |
|
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.