IScatteringPointModel ===================== .. py:class:: ansys.stk.core.stkobjects.IScatteringPointModel Provide access to the properties and methods defining a scattering point model model. .. py:currentmodule:: IScatteringPointModel Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.IScatteringPointModel.name` - Get the radar clutter map model name. * - :py:attr:`~ansys.stk.core.stkobjects.IScatteringPointModel.type` - Get the radar clutter map model type enumeration. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import IScatteringPointModel Property detail --------------- .. py:property:: name :canonical: ansys.stk.core.stkobjects.IScatteringPointModel.name :type: str Get the radar clutter map model name. .. py:property:: type :canonical: ansys.stk.core.stkobjects.IScatteringPointModel.type :type: ScatteringPointModelType Get the radar clutter map model type enumeration.