buffalo_wings.wing.WingDefinitionSpec
- class buffalo_wings.wing.WingDefinitionSpec(symmetry, half_span, reference_axis, twist_axis, panels, name=None, frame=None, joins=<factory>)[source]
Bases:
objectThe
wingobject from the documented schema.Attributes
Symmetry mode for the wing definition.
Half-span of the modeled wing.
Reference axis used to position sections along the span.
Axis about which section twist is applied.
Ordered list of spanwise wing panels.
Optional human-readable wing name.
Optional human-readable frame labels.
Optional continuity constraints between adjacent panels.
- symmetry: SymmetryMode
Symmetry mode for the wing definition.
- half_span: float
Half-span of the modeled wing.
- reference_axis: ReferenceAxis
Reference axis used to position sections along the span.
- twist_axis: ReferenceAxis
Axis about which section twist is applied.
- name: str | None
Optional human-readable wing name.