RadarGraphics#

class ansys.stk.core.stkobjects.RadarGraphics#

Class defining 2D Graphics properties of a Radar.

Overview#

show

Opt whether to display graphics for the radar object.

show_boresight

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

boresight_color

The color in which boresight graphics display.

boresight_marker_style

The marker style used to represent the boresight graphically.

contour_graphics

Get the radar’s antenna contour graphics interface.

access

Get the radar’s access graphics interface.

multipath

Get the radar’s multipath graphics interface.

Import detail#

from ansys.stk.core.stkobjects import RadarGraphics

Property detail#

property RadarGraphics.show: bool#

Opt whether to display graphics for the radar object.

property RadarGraphics.show_boresight: bool#

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

property RadarGraphics.boresight_color: Color#

The color in which boresight graphics display.

property RadarGraphics.boresight_marker_style: str#

The marker style used to represent the boresight graphically.

property RadarGraphics.contour_graphics: AntennaContourGraphics#

Get the radar’s antenna contour graphics interface.

property RadarGraphics.access: RadarAccessGraphics#

Get the radar’s access graphics interface.

property RadarGraphics.multipath: RadarMultipathGraphics#

Get the radar’s multipath graphics interface.