buffalo_wings.wing.DegreesSpec
- class buffalo_wings.wing.DegreesSpec(u=4, v=3)[source]
Bases:
objectRequested NURBS polynomial degrees.
- Parameters:
u (int)
v (int)
- u
Polynomial degree in the chordwise surface direction.
- Type:
int, default4
- v
Polynomial degree in the spanwise surface direction.
- Type:
int, default3
- __init__(u=4, v=3)
- Parameters:
u (int)
v (int)
- Return type:
None
Methods
__init__([u, v])Attributes