AircraftGraphics#
- class ansys.stk.core.stkobjects.AircraftGraphics#
Bases:
IGreatArcGraphics
2D Graphics for an aircraft.
Overview#
Get the aircraftβs 2D elevation contour graphics. |
|
Get the aircraftβs 2D swath graphics. |
|
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.