RadarCrossSectionInheritable#
- class ansys.stk.core.stkobjects.RadarCrossSectionInheritable#
Class defining a inheritable radar cross section.
Overview#
Do not use this method, as it is deprecated. Use ModelComponentLinking on RadarCrossSectionInheritable instead. Sets the current RCS model by name. |
Get or set the option to inherit the radar cross section from the scenario object. |
|
Do not use this property, as it is deprecated. Use ModelComponentLinking on RadarCrossSectionInheritable instead. Gets an array of supported model names. |
|
Do not use this property, as it is deprecated. Use ModelComponentLinking on RadarCrossSectionInheritable instead. Gets the current RCS model. |
|
Get the link/embed controller for managing the radar cross section model component. |
Import detail#
from ansys.stk.core.stkobjects import RadarCrossSectionInheritable
Property detail#
- property RadarCrossSectionInheritable.inherit: bool#
Get or set the option to inherit the radar cross section from the scenario object.
- property RadarCrossSectionInheritable.supported_models: list#
Do not use this property, as it is deprecated. Use ModelComponentLinking on RadarCrossSectionInheritable instead. Gets an array of supported model names.
- property RadarCrossSectionInheritable.model: RadarCrossSectionModel#
Do not use this property, as it is deprecated. Use ModelComponentLinking on RadarCrossSectionInheritable instead. Gets the current RCS model.
- property RadarCrossSectionInheritable.model_component_linking: IComponentLinkEmbedControl#
Get the link/embed controller for managing the radar cross section model component.