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