MissileAerodynamic#
- class ansys.stk.core.stkobjects.aviator.MissileAerodynamic#
Class defining the aerodynamic options for a missile.
Overview#
Get or set the aerodynamic strategy type. |
|
Get the interface for a simple aerodynamics strategy. |
|
Get the interface for an external file aerodynamics strategy. |
|
Get the interface for an advanced aerodynamics strategy. |
|
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.