buffalo_wings.wing.SingleAirfoilRef
- class buffalo_wings.wing.SingleAirfoilRef(type='single', name='')[source]
Bases:
objectReference to a single named airfoil.
- Parameters:
type (Literal['single'])
name (str)
- type
Schema discriminator for a single airfoil reference.
- Type:
Literal[``”single”:py:class:`]`, *default* ``"single"
- name
Name of the airfoil in
WingSpec.airfoils.- Type:
str, default""
- __init__(type='single', name='')
- Parameters:
type (Literal['single'])
name (str)
- Return type:
None
Methods
__init__([type, name])Attributes