RadarGraphics3D#

class ansys.stk.core.stkobjects.RadarGraphics3D#

Class defining 3D Graphics properties of a Radar.

Overview#

vector

Get the radar’s Vector properties.

show_boresight

Opt whether to display boresight graphics for the radar’s antenna.

show_contours

Opt whether to display contour graphics for the radar’s antenna.

volume

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.