RadarCrossSectionContourLevel#

class ansys.stk.core.stkobjects.RadarCrossSectionContourLevel#

Class defining an radar cross section contour level.

Overview#

value

Get the contour level value.

color

Get or set the contour level color.

line_style

Select the line style, displayed for the contour level, from the LineStyle enumeration.

Import detail#

from ansys.stk.core.stkobjects import RadarCrossSectionContourLevel

Property detail#

property RadarCrossSectionContourLevel.value: float#

Get the contour level value.

property RadarCrossSectionContourLevel.color: Color#

Get or set the contour level color.

property RadarCrossSectionContourLevel.line_style: LineStyle#

Select the line style, displayed for the contour level, from the LineStyle enumeration.