VehicleGraphics2DSAA ==================== .. py:class:: ansys.stk.core.stkobjects.VehicleGraphics2DSAA South Atlantic Anomaly contour settings. .. py:currentmodule:: VehicleGraphics2DSAA Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DSAA.show_graphics` - Opt whether to display South Atlantic Anomaly contours. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DSAA.use_vehicle_altitude` - Opt whether to display South Atlantic Anomaly contours at the satellite's altitude. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DSAA.altitude` - Altitude at which South Atlantic Anomaly contours are to display. Uses Distance Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DSAA.show_filled_contours` - Opt whether to display a fill in the region within the South Atlantic Anomaly contours. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DSAA.translucency` - Percent translucency (0 to 100) for South Atlantic Anomaly contours if contours are filled. Dimensionless. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGraphics2DSAA Property detail --------------- .. py:property:: show_graphics :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DSAA.show_graphics :type: bool Opt whether to display South Atlantic Anomaly contours. .. py:property:: use_vehicle_altitude :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DSAA.use_vehicle_altitude :type: bool Opt whether to display South Atlantic Anomaly contours at the satellite's altitude. .. py:property:: altitude :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DSAA.altitude :type: float Altitude at which South Atlantic Anomaly contours are to display. Uses Distance Dimension. .. py:property:: show_filled_contours :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DSAA.show_filled_contours :type: bool Opt whether to display a fill in the region within the South Atlantic Anomaly contours. .. py:property:: translucency :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DSAA.translucency :type: float Percent translucency (0 to 100) for South Atlantic Anomaly contours if contours are filled. Dimensionless.