AircraftGraphics#

class ansys.stk.core.stkobjects.AircraftGraphics#

Bases: IGreatArcGraphics

2D Graphics for an aircraft.

Overview#

elevation_contours

Get the aircraft’s 2D elevation contour graphics.

swath

Get the aircraft’s 2D swath graphics.

radar_cross_section

Get the radar cross section graphics interface.

Import detail#

from ansys.stk.core.stkobjects import AircraftGraphics

Property detail#

property AircraftGraphics.elevation_contours: VehicleGraphics2DElevationContours#

Get the aircraft’s 2D elevation contour graphics.

property AircraftGraphics.swath: VehicleGraphics2DSwath#

Get the aircraft’s 2D swath graphics.

property AircraftGraphics.radar_cross_section: RadarCrossSectionGraphics#

Get the radar cross section graphics interface.