RadarCrossSectionGraphics3D =========================== .. py:class:: ansys.stk.core.stkobjects.RadarCrossSectionGraphics3D Class defining 3D Graphics properties of radar cross section. .. py:currentmodule:: RadarCrossSectionGraphics3D Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.RadarCrossSectionGraphics3D.show_contours` - Option for displaying radar cross section contour graphics. * - :py:attr:`~ansys.stk.core.stkobjects.RadarCrossSectionGraphics3D.volume_graphics` - Get the radar cross section volume graphics interface. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import RadarCrossSectionGraphics3D Property detail --------------- .. py:property:: show_contours :canonical: ansys.stk.core.stkobjects.RadarCrossSectionGraphics3D.show_contours :type: bool Option for displaying radar cross section contour graphics. .. py:property:: volume_graphics :canonical: ansys.stk.core.stkobjects.RadarCrossSectionGraphics3D.volume_graphics :type: RadarCrossSectionVolumeGraphics Get the radar cross section volume graphics interface.