ReceiverGraphics3D#

class ansys.stk.core.stkobjects.ReceiverGraphics3D#

Class defining 3D Graphics properties of a Receiver.

Overview#

vector

Get the receiver’s Vector properties.

show_boresight

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

show_contours

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

volume

Get the receiver’s antenna volume graphics interface.

Import detail#

from ansys.stk.core.stkobjects import ReceiverGraphics3D

Property detail#

property ReceiverGraphics3D.vector: Graphics3DVector#

Get the receiver’s Vector properties.

property ReceiverGraphics3D.show_boresight: bool#

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

property ReceiverGraphics3D.show_contours: bool#

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

property ReceiverGraphics3D.volume: AntennaVolumeGraphics#

Get the receiver’s antenna volume graphics interface.