AircraftGraphics3D#
- class ansys.stk.core.stkobjects.AircraftGraphics3D#
Bases:
IGreatArcGraphics3D
3D Graphics properties for an aircraft.
Overview#
Get the aircraftβs 3D proximity properties. |
|
Get the aircraftβs 3D elevation contour properties. |
|
Get the aircraftβs 3D covariance pointing properties. |
|
Return an interface allowing to configure vehicleβs drop lines. |
|
Vapor trail attributes. |
|
Get the radar cross section graphics interface. |
Import detail#
from ansys.stk.core.stkobjects import AircraftGraphics3D
Property detail#
- property AircraftGraphics3D.proximity: VehicleGraphics3DRouteProximity#
Get the aircraftβs 3D proximity properties.
- property AircraftGraphics3D.elevation_contours: VehicleGraphics3DElevationContours#
Get the aircraftβs 3D elevation contour properties.
- property AircraftGraphics3D.covariance_pointing_contour: VehicleGraphics3DCovariancePointingContour#
Get the aircraftβs 3D covariance pointing properties.
- property AircraftGraphics3D.drop_lines: VehicleGraphics3DRouteDropLines#
Return an interface allowing to configure vehicleβs drop lines.
- property AircraftGraphics3D.vapor_trail: Graphics3DVaporTrail#
Vapor trail attributes.
- property AircraftGraphics3D.radar_cross_section: RadarCrossSectionGraphics3D#
Get the radar cross section graphics interface.