MissileAerodynamic#

class ansys.stk.core.stkobjects.aviator.MissileAerodynamic#

Class defining the aerodynamic options for a missile.

Overview#

aerodynamic_strategy

Get or set the aerodynamic strategy type.

mode_as_simple

Get the interface for a simple aerodynamics strategy.

mode_as_external

Get the interface for an external file aerodynamics strategy.

mode_as_advanced

Get the interface for an advanced aerodynamics strategy.

mode_as_four_point

Get the interface for an four point aerodynamics strategy.

Import detail#

from ansys.stk.core.stkobjects.aviator import MissileAerodynamic

Property detail#

property MissileAerodynamic.aerodynamic_strategy: MissileAerodynamicStrategy#

Get or set the aerodynamic strategy type.

property MissileAerodynamic.mode_as_simple: MissileSimpleAerodynamic#

Get the interface for a simple aerodynamics strategy.

property MissileAerodynamic.mode_as_external: MissileExternalAerodynamic#

Get the interface for an external file aerodynamics strategy.

property MissileAerodynamic.mode_as_advanced: MissileAdvancedAerodynamic#

Get the interface for an advanced aerodynamics strategy.

property MissileAerodynamic.mode_as_four_point: MissileFourPointAerodynamic#

Get the interface for an four point aerodynamics strategy.