ScenarioGraphics#
- class ansys.stk.core.stkobjects.ScenarioGraphics#
Class defining the 2D Graphics properties of a Scenario.
Overview#
Show the object identified by its path in a specified 2D window. Users can specify either a window identifier or a window title or βallβ to show the object in all 2d windows. |
|
Show multiple objects in a specified 2D window. Users can specify either a window identifier or a window title or βallβ to show the objects in all 2d windows. |
|
Hides the object identified by its path in a specified 2D window. Users can specify either a window identifier or a window title or βallβ to hide the object in all 2d windows. |
|
Hides multiple objects in a specified 2D window. Users can specify either a window identifier or a window title or βallβ to hide objects in all 2d windows. |
Specify whether to show labels of objects on the 2D map (general). |
|
Specify whether to show sensors on the 2D map. |
|
Specify whether to display lines during animation between objects participating in an access. |
|
Specify whether to display access animation highlights, i.e. boxes around objects participating in an access. |
|
Specify whether to display access static highlights, i.e. thick lines overlying the ground track of a vehicle during access periods. |
|
Specify whether to display vehicle ground tracks. |
|
Specify whether to display vehicle ground markers. |
|
Specify whether to display satellite orbits and trajectories of missiles and launch vehicles. |
|
Specify whether to display satellite orbit markers and missile and launch vehicle trajectory markers. |
|
Specify whether to display satellite elset numbers. |
|
Specify whether to display area target centroids. |
|
Specify whether to display planetary orbits. |
|
Specify whether to display the inertial positions of planets. |
|
Specify whether to display labels at the inertial positions of planets. |
|
Specify whether to display sub-planet points. |
|
Specify whether to display labels for sub-planet points. |
|
Specify whether to allow animation updates. |
|
Default text outline style. |
|
Default text outline color. |
|
Line width of lines between objects participating in an access. |
|
Line style of lines between objects participating in an access. |
Import detail#
from ansys.stk.core.stkobjects import ScenarioGraphics
Property detail#
- property ScenarioGraphics.show_label: bool#
Specify whether to show labels of objects on the 2D map (general).
- property ScenarioGraphics.access_lines_are_visible: bool#
Specify whether to display lines during animation between objects participating in an access.
- property ScenarioGraphics.access_animation_highlights: bool#
Specify whether to display access animation highlights, i.e. boxes around objects participating in an access.
- property ScenarioGraphics.access_static_highlights: bool#
Specify whether to display access static highlights, i.e. thick lines overlying the ground track of a vehicle during access periods.
- property ScenarioGraphics.show_ground_tracks: bool#
Specify whether to display vehicle ground tracks.
- property ScenarioGraphics.show_ground_markers: bool#
Specify whether to display vehicle ground markers.
- property ScenarioGraphics.show_orbits: bool#
Specify whether to display satellite orbits and trajectories of missiles and launch vehicles.
- property ScenarioGraphics.show_orbit_markers: bool#
Specify whether to display satellite orbit markers and missile and launch vehicle trajectory markers.
- property ScenarioGraphics.show_element_set_number: bool#
Specify whether to display satellite elset numbers.
- property ScenarioGraphics.show_area_target_centroids: bool#
Specify whether to display area target centroids.
- property ScenarioGraphics.show_inertial_position: bool#
Specify whether to display the inertial positions of planets.
- property ScenarioGraphics.show_inertial_position_labels: bool#
Specify whether to display labels at the inertial positions of planets.
- property ScenarioGraphics.show_sub_planet_points: bool#
Specify whether to display sub-planet points.
- property ScenarioGraphics.show_sub_planet_labels: bool#
Specify whether to display labels for sub-planet points.
- property ScenarioGraphics.text_outline_style: TextOutlineStyle#
Default text outline style.
Method detail#
- ScenarioGraphics.show_object(self, trunc_path: str, window_id: str) None #
Show the object identified by its path in a specified 2D window. Users can specify either a window identifier or a window title or βallβ to show the object in all 2d windows.
- ScenarioGraphics.show_objects(self, trunc_object_paths: list, window_id_or_title: str) None #
Show multiple objects in a specified 2D window. Users can specify either a window identifier or a window title or βallβ to show the objects in all 2d windows.
- ScenarioGraphics.hide_object(self, trunc_path: str, window_id: str) None #
Hides the object identified by its path in a specified 2D window. Users can specify either a window identifier or a window title or βallβ to hide the object in all 2d windows.