AccessGraphics#
- class ansys.stk.core.stkobjects.AccessGraphics#
Class defining 2D Graphics for Access.
Overview#
Specify whether the Access graphics inherit from the Scenario. Otherwise they can be set locally for this object. |
|
Specify whether a line appears 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 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 of lines between objects during access periods in the 2D and 3D Graphics windows. |
|
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.