buffalo_wings.wing.ControlPointSpec
- class buffalo_wings.wing.ControlPointSpec(u=16, v=10)[source]
Bases:
objectRequested NURBS control-point counts.
- Parameters:
u (int)
v (int)
- u
Number of control points in the chordwise surface direction.
- Type:
int, default16
- v
Number of control points in the spanwise surface direction.
- Type:
int, default10
- __init__(u=16, v=10)
- Parameters:
u (int)
v (int)
- Return type:
None
Methods
__init__([u, v])Attributes