ScatteringPointProviderPlugin ============================= .. py:class:: ansys.stk.core.stkobjects.ScatteringPointProviderPlugin Bases: :py:class:`~ansys.stk.core.stkobjects.IScatteringPointProvider`, :py:class:`~ansys.stk.core.stkobjects.IRadarClutterGeometryModelPlugin`, :py:class:`~ansys.stk.core.stkobjects.IRadarClutterGeometryModel`, :py:class:`~ansys.stk.core.stkobjects.IComponentInfo`, :py:class:`~ansys.stk.core.stkobjects.ICloneable` Class defining a plugin scattering point provider. .. py:currentmodule:: ScatteringPointProviderPlugin Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.ScatteringPointProviderPlugin.plugin_configuration` - Get the plugin configuration interface. * - :py:attr:`~ansys.stk.core.stkobjects.ScatteringPointProviderPlugin.raw_plugin_object` - Get the raw plugin IUnknown interface. * - :py:attr:`~ansys.stk.core.stkobjects.ScatteringPointProviderPlugin.scattering_point_model` - Get the link/embed controller for managing the default scattering point model component. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import ScatteringPointProviderPlugin Property detail --------------- .. py:property:: plugin_configuration :canonical: ansys.stk.core.stkobjects.ScatteringPointProviderPlugin.plugin_configuration :type: CommRadPluginConfiguration Get the plugin configuration interface. .. py:property:: raw_plugin_object :canonical: ansys.stk.core.stkobjects.ScatteringPointProviderPlugin.raw_plugin_object :type: typing.Any Get the raw plugin IUnknown interface. .. py:property:: scattering_point_model :canonical: ansys.stk.core.stkobjects.ScatteringPointProviderPlugin.scattering_point_model :type: IComponentLinkEmbedControl Get the link/embed controller for managing the default scattering point model component.