ScatteringPointProviderPlugin#

class ansys.stk.core.stkobjects.ScatteringPointProviderPlugin#

Bases: IScatteringPointProvider, IRadarClutterGeometryModelPlugin, IRadarClutterGeometryModel, IComponentInfo, ICloneable

Class defining a plugin scattering point provider.

Overview#

plugin_configuration

Get the plugin configuration interface.

raw_plugin_object

Get the raw plugin IUnknown interface.

scattering_point_model

Get the link/embed controller for managing the default scattering point model component.

Import detail#

from ansys.stk.core.stkobjects import ScatteringPointProviderPlugin

Property detail#

property ScatteringPointProviderPlugin.plugin_configuration: CommRadPluginConfiguration#

Get the plugin configuration interface.

property ScatteringPointProviderPlugin.raw_plugin_object: Any#

Get the raw plugin IUnknown interface.

property ScatteringPointProviderPlugin.scattering_point_model: IComponentLinkEmbedControl#

Get the link/embed controller for managing the default scattering point model component.