IRadarClutterGeometryModel#

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.

Overview#

name

Do not use this property, as it is deprecated. Use Name on IScatteringPointProvider instead. Gets the radar clutter geometry model name.

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#

from ansys.stk.core.stkobjects import IRadarClutterGeometryModel

Property detail#

property IRadarClutterGeometryModel.name: str#

Do not use this property, as it is deprecated. Use Name on IScatteringPointProvider instead. Gets the radar clutter geometry model name.

property IRadarClutterGeometryModel.type: RadarClutterGeometryModelType#

Do not use this property, as it is deprecated. Use PointProviderType on IScatteringPointProvider instead. Gets the radar clutter geometry model type enumeration.