RadarClutterGeometry#
- class ansys.stk.core.stkobjects.RadarClutterGeometry#
Class defining a radar clutter geometry.
Overview#
Do not use this method, as it is deprecated. Use ScatteringPointProviderList on RadarClutter instead. Sets the current clutter geometry model by name. |
Do not use this property, as it is deprecated. Use Enabled on RadarClutter instead. Gets or sets whether clutter geometry is enabled or disabled. |
|
Do not use this property, as it is deprecated. Use ScatteringPointProviderList on RadarClutter instead. Gets an array of supported model names. |
|
Do not use this property, as it is deprecated. Use ScatteringPointProviderList on RadarClutter instead. Gets the current clutter geometry model. |
Import detail#
from ansys.stk.core.stkobjects import RadarClutterGeometry
Property detail#
- property RadarClutterGeometry.enabled: bool#
Do not use this property, as it is deprecated. Use Enabled on RadarClutter instead. Gets or sets whether clutter geometry is enabled or disabled.
- property RadarClutterGeometry.supported_models: list#
Do not use this property, as it is deprecated. Use ScatteringPointProviderList on RadarClutter instead. Gets an array of supported model names.
- property RadarClutterGeometry.model: IRadarClutterGeometryModel#
Do not use this property, as it is deprecated. Use ScatteringPointProviderList on RadarClutter instead. Gets the current clutter geometry model.