buffalo_wings.wing.ControlPointSpec

class buffalo_wings.wing.ControlPointSpec(u=16, v=10)[source]

Bases: object

Requested NURBS control-point counts.

Attributes

u

Control-point count in the chordwise u direction.

v

Control-point count in the spanwise v direction.

u: int

Control-point count in the chordwise u direction.

v: int

Control-point count in the spanwise v direction.