RadarCrossSectionContourLevel ============================= .. py:class:: ansys.stk.core.stkobjects.RadarCrossSectionContourLevel Class defining an radar cross section contour level. .. py:currentmodule:: RadarCrossSectionContourLevel Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.RadarCrossSectionContourLevel.value` - Get the contour level value. * - :py:attr:`~ansys.stk.core.stkobjects.RadarCrossSectionContourLevel.color` - Get or set the contour level color. * - :py:attr:`~ansys.stk.core.stkobjects.RadarCrossSectionContourLevel.line_style` - Select the line style, displayed for the contour level, from the LineStyle enumeration. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import RadarCrossSectionContourLevel Property detail --------------- .. py:property:: value :canonical: ansys.stk.core.stkobjects.RadarCrossSectionContourLevel.value :type: float Get the contour level value. .. py:property:: color :canonical: ansys.stk.core.stkobjects.RadarCrossSectionContourLevel.color :type: Color Get or set the contour level color. .. py:property:: line_style :canonical: ansys.stk.core.stkobjects.RadarCrossSectionContourLevel.line_style :type: LineStyle Select the line style, displayed for the contour level, from the LineStyle enumeration.