VehicleGraphics2DSAA#

class ansys.stk.core.stkobjects.VehicleGraphics2DSAA#

South Atlantic Anomaly contour settings.

Overview#

show_graphics

Opt whether to display South Atlantic Anomaly contours.

use_vehicle_altitude

Opt whether to display South Atlantic Anomaly contours at the satellite’s altitude.

altitude

Altitude at which South Atlantic Anomaly contours are to display. Uses Distance Dimension.

show_filled_contours

Opt whether to display a fill in the region within the South Atlantic Anomaly contours.

translucency

Percent translucency (0 to 100) for South Atlantic Anomaly contours if contours are filled. Dimensionless.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics2DSAA

Property detail#

property VehicleGraphics2DSAA.show_graphics: bool#

Opt whether to display South Atlantic Anomaly contours.

property VehicleGraphics2DSAA.use_vehicle_altitude: bool#

Opt whether to display South Atlantic Anomaly contours at the satellite’s altitude.

property VehicleGraphics2DSAA.altitude: float#

Altitude at which South Atlantic Anomaly contours are to display. Uses Distance Dimension.

property VehicleGraphics2DSAA.show_filled_contours: bool#

Opt whether to display a fill in the region within the South Atlantic Anomaly contours.

property VehicleGraphics2DSAA.translucency: float#

Percent translucency (0 to 100) for South Atlantic Anomaly contours if contours are filled. Dimensionless.