RadarCrossSectionComputeStrategyPlugin ====================================== .. py:class:: ansys.stk.core.stkobjects.RadarCrossSectionComputeStrategyPlugin Bases: :py:class:`~ansys.stk.core.stkobjects.IRadarCrossSectionComputeStrategy` Class defining a inheritable radar cross section compute strategy. .. py:currentmodule:: RadarCrossSectionComputeStrategyPlugin Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.RadarCrossSectionComputeStrategyPlugin.plugin_configuration` - Get the plugin configuration interface. * - :py:attr:`~ansys.stk.core.stkobjects.RadarCrossSectionComputeStrategyPlugin.raw_plugin_object` - Get the raw plugin IUnknown interface. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import RadarCrossSectionComputeStrategyPlugin Property detail --------------- .. py:property:: plugin_configuration :canonical: ansys.stk.core.stkobjects.RadarCrossSectionComputeStrategyPlugin.plugin_configuration :type: CommRadPluginConfiguration Get the plugin configuration interface. .. py:property:: raw_plugin_object :canonical: ansys.stk.core.stkobjects.RadarCrossSectionComputeStrategyPlugin.raw_plugin_object :type: typing.Any Get the raw plugin IUnknown interface.