RadarCrossSectionInheritable#

class ansys.stk.core.stkobjects.RadarCrossSectionInheritable#

Class defining a inheritable radar cross section.

Overview#

set_model

Do not use this method, as it is deprecated. Use ModelComponentLinking on RadarCrossSectionInheritable instead. Sets the current RCS model by name.

inherit

Get or set the option to inherit the radar cross section from the scenario object.

supported_models

Do not use this property, as it is deprecated. Use ModelComponentLinking on RadarCrossSectionInheritable instead. Gets an array of supported model names.

model

Do not use this property, as it is deprecated. Use ModelComponentLinking on RadarCrossSectionInheritable instead. Gets the current RCS model.

model_component_linking

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.

Method detail#

RadarCrossSectionInheritable.set_model(self, model_name: str) None#

Do not use this method, as it is deprecated. Use ModelComponentLinking on RadarCrossSectionInheritable instead. Sets the current RCS model by name.

Parameters:

model_name : str

Returns:

None