MissileExternalAerodynamic#

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

Class defining the external aerodynamic options for a missile.

Overview#

set_filepath

Set the filepath for the external aero file.

reload

Reload the external aero file.

filepath

Get the filepath for the external aero file.

reference_area

Get or set the area of the lifting surface of the missile.

can_set_reference_area

Check whether you can set the reference area or whether it is specified in the file.

is_valid

Check whether the filepath is valid.

Import detail#

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

Property detail#

property MissileExternalAerodynamic.filepath: str#

Get the filepath for the external aero file.

property MissileExternalAerodynamic.reference_area: float#

Get or set the area of the lifting surface of the missile.

property MissileExternalAerodynamic.can_set_reference_area: bool#

Check whether you can set the reference area or whether it is specified in the file.

property MissileExternalAerodynamic.is_valid: bool#

Check whether the filepath is valid.

Method detail#

MissileExternalAerodynamic.set_filepath(self, filepath: str) str#

Set the filepath for the external aero file.

Parameters:

filepath : str

Returns:

str

MissileExternalAerodynamic.reload(self) str#

Reload the external aero file.

Returns:

str