IRadarClutterGeometryModelPlugin ================================ .. py:class:: ansys.stk.core.stkobjects.IRadarClutterGeometryModelPlugin Do not use this interface, as it is deprecated. Use ScatteringPointProviderPlugin interface instead. Provides access to the properties and methods defining a radar clutter geometry plugin model. .. py:currentmodule:: IRadarClutterGeometryModelPlugin Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.IRadarClutterGeometryModelPlugin.plugin_configuration` - Do not use this property, as it is deprecated. Use PluginConfiguration on ScatteringPointProviderPlugin instead. Gets the plugin configuration interface. * - :py:attr:`~ansys.stk.core.stkobjects.IRadarClutterGeometryModelPlugin.raw_plugin_object` - Do not use this property, as it is deprecated. Use RawPluginObject on ScatteringPointProviderPlugin instead. Gets the raw plugin IUnknown interface. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import IRadarClutterGeometryModelPlugin Property detail --------------- .. py:property:: plugin_configuration :canonical: ansys.stk.core.stkobjects.IRadarClutterGeometryModelPlugin.plugin_configuration :type: CommRadPluginConfiguration Do not use this property, as it is deprecated. Use PluginConfiguration on ScatteringPointProviderPlugin instead. Gets the plugin configuration interface. .. py:property:: raw_plugin_object :canonical: ansys.stk.core.stkobjects.IRadarClutterGeometryModelPlugin.raw_plugin_object :type: typing.Any Do not use this property, as it is deprecated. Use RawPluginObject on ScatteringPointProviderPlugin instead. Gets the raw plugin IUnknown interface.