IRadarClutterGeometryModel ========================== .. py:class:: ansys.stk.core.stkobjects.IRadarClutterGeometryModel Do not use this interface, as it is deprecated. Use IScatteringPointProvider interface instead. Provides access to the properties and methods defining a radar clutter geometry model. .. py:currentmodule:: IRadarClutterGeometryModel Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.IRadarClutterGeometryModel.name` - Do not use this property, as it is deprecated. Use Name on IScatteringPointProvider instead. Gets the radar clutter geometry model name. * - :py:attr:`~ansys.stk.core.stkobjects.IRadarClutterGeometryModel.type` - Do not use this property, as it is deprecated. Use PointProviderType on IScatteringPointProvider instead. Gets the radar clutter geometry model type enumeration. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import IRadarClutterGeometryModel Property detail --------------- .. py:property:: name :canonical: ansys.stk.core.stkobjects.IRadarClutterGeometryModel.name :type: str Do not use this property, as it is deprecated. Use Name on IScatteringPointProvider instead. Gets the radar clutter geometry model name. .. py:property:: type :canonical: ansys.stk.core.stkobjects.IRadarClutterGeometryModel.type :type: RadarClutterGeometryModelType Do not use this property, as it is deprecated. Use PointProviderType on IScatteringPointProvider instead. Gets the radar clutter geometry model type enumeration.