AntennaGraphics3D#

class ansys.stk.core.stkobjects.AntennaGraphics3D#

Class defining 3D Graphics properties of a Antenna.

Overview#

vector

Get the antenna’s Vector properties.

show_boresight

Opt whether to display boresight graphics for the antenna.

show_contours

Opt whether to display contour graphics for the antenna.

volume_graphics

Get the antenna volume graphics interface.

Import detail#

from ansys.stk.core.stkobjects import AntennaGraphics3D

Property detail#

property AntennaGraphics3D.vector: Graphics3DVector#

Get the antenna’s Vector properties.

property AntennaGraphics3D.show_boresight: bool#

Opt whether to display boresight graphics for the antenna.

property AntennaGraphics3D.show_contours: bool#

Opt whether to display contour graphics for the antenna.

property AntennaGraphics3D.volume_graphics: AntennaVolumeGraphics#

Get the antenna volume graphics interface.