AntennaGraphics3D#
- class ansys.stk.core.stkobjects.AntennaGraphics3D#
Class defining 3D Graphics properties of a Antenna.
Overview#
Get the antennaβs Vector properties. |
|
Opt whether to display boresight graphics for the antenna. |
|
Opt whether to display contour graphics for the antenna. |
|
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.