buffalo_wings.wing.JoinSideSpec
- class buffalo_wings.wing.JoinSideSpec(panel, side)[source]
Bases:
objectOne side of a panel-to-panel join constraint.
- Parameters:
panel (str)
side (PanelSide)
- panel
Identifier of the panel participating in the join.
- Type:
str
- side
Parametric side of the panel constrained by the join.
- Type:
{"u_min", "u_max", "v_min", "v_max"}
- __init__(panel, side)
- Parameters:
panel (str)
side (PanelSide)
- Return type:
None
Methods
__init__(panel, side)Attributes