AdvancedFixedWingExternalAerodynamic#

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

Class defining the External Aero File aerodynamic strategy in the Advanced Fixed Wing Tool.

Overview#

set_filepath

Set the filepath for the external aero file.

filepath

Get the filepath for the external aero file.

is_valid

Check whether the filepath is valid.

Import detail#

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

Property detail#

property AdvancedFixedWingExternalAerodynamic.filepath: str#

Get the filepath for the external aero file.

property AdvancedFixedWingExternalAerodynamic.is_valid: bool#

Check whether the filepath is valid.

Method detail#

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

Set the filepath for the external aero file.

Parameters:

filepath : str

Returns:

str