buffalo_wings.wing.DegreesSpec

class buffalo_wings.wing.DegreesSpec(u=4, v=3)[source]

Bases: object

Requested NURBS polynomial degrees.

Parameters:
  • u (int)

  • v (int)

u

Polynomial degree in the chordwise surface direction.

Type:

int, default 4

v

Polynomial degree in the spanwise surface direction.

Type:

int, default 3

__init__(u=4, v=3)
Parameters:
  • u (int)

  • v (int)

Return type:

None

Methods

__init__([u, v])

Attributes

u

v