RadarClutterGeometry ==================== .. py:class:: ansys.stk.core.stkobjects.RadarClutterGeometry Class defining a radar clutter geometry. .. py:currentmodule:: RadarClutterGeometry Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.RadarClutterGeometry.set_model` - Do not use this method, as it is deprecated. Use ScatteringPointProviderList on RadarClutter instead. Sets the current clutter geometry model by name. .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.RadarClutterGeometry.enabled` - Do not use this property, as it is deprecated. Use Enabled on RadarClutter instead. Gets or sets whether clutter geometry is enabled or disabled. * - :py:attr:`~ansys.stk.core.stkobjects.RadarClutterGeometry.supported_models` - Do not use this property, as it is deprecated. Use ScatteringPointProviderList on RadarClutter instead. Gets an array of supported model names. * - :py:attr:`~ansys.stk.core.stkobjects.RadarClutterGeometry.model` - Do not use this property, as it is deprecated. Use ScatteringPointProviderList on RadarClutter instead. Gets the current clutter geometry model. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import RadarClutterGeometry Property detail --------------- .. py:property:: enabled :canonical: ansys.stk.core.stkobjects.RadarClutterGeometry.enabled :type: bool Do not use this property, as it is deprecated. Use Enabled on RadarClutter instead. Gets or sets whether clutter geometry is enabled or disabled. .. py:property:: supported_models :canonical: ansys.stk.core.stkobjects.RadarClutterGeometry.supported_models :type: list Do not use this property, as it is deprecated. Use ScatteringPointProviderList on RadarClutter instead. Gets an array of supported model names. .. py:property:: model :canonical: ansys.stk.core.stkobjects.RadarClutterGeometry.model :type: IRadarClutterGeometryModel Do not use this property, as it is deprecated. Use ScatteringPointProviderList on RadarClutter instead. Gets the current clutter geometry model. Method detail ------------- .. py:method:: set_model(self, model_name: str) -> None :canonical: ansys.stk.core.stkobjects.RadarClutterGeometry.set_model Do not use this method, as it is deprecated. Use ScatteringPointProviderList on RadarClutter instead. Sets the current clutter geometry model by name. :Parameters: **model_name** : :obj:`~str` :Returns: :obj:`~None`