RadarGraphics3D#
- class ansys.stk.core.stkobjects.RadarGraphics3D#
Class defining 3D Graphics properties of a Radar.
Overview#
Get the radarβs Vector properties. |
|
Opt whether to display boresight graphics for the radarβs antenna. |
|
Opt whether to display contour graphics for the radarβs antenna. |
|
Get the radarβs antenna volume graphics interface. |
Import detail#
from ansys.stk.core.stkobjects import RadarGraphics3D
Property detail#
- property RadarGraphics3D.vector: Graphics3DVector#
Get the radarβs Vector properties.
- property RadarGraphics3D.show_boresight: bool#
Opt whether to display boresight graphics for the radarβs antenna.
- property RadarGraphics3D.show_contours: bool#
Opt whether to display contour graphics for the radarβs antenna.
- property RadarGraphics3D.volume: AntennaVolumeGraphics#
Get the radarβs antenna volume graphics interface.