AdvancedFixedWingGeometryBasic#

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

Bases: IAdvancedFixedWingGeometry

Class defining a basic geometry wing in the Advanced Fixed Wing Tool.

Overview#

set_aspect_ratio

Set the aspect ratio of the aircraft.

aspect_ratio

Get the aspect ratio of the aircraft.

wing_sweep

Get or set the wing sweep of the aircraft.

Import detail#

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

Property detail#

property AdvancedFixedWingGeometryBasic.aspect_ratio: float#

Get the aspect ratio of the aircraft.

property AdvancedFixedWingGeometryBasic.wing_sweep: Any#

Get or set the wing sweep of the aircraft.

Method detail#

AdvancedFixedWingGeometryBasic.set_aspect_ratio(self, aspect_ratio: float) None#

Set the aspect ratio of the aircraft.

Parameters:

aspect_ratio : float

Returns:

None