buffalo_wings.wing.ControlPointSpec

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

Bases: object

Requested NURBS control-point counts.

Parameters:
  • u (int)

  • v (int)

u

Number of control points in the chordwise surface direction.

Type:

int, default 16

v

Number of control points in the spanwise surface direction.

Type:

int, default 10

__init__(u=16, v=10)
Parameters:
  • u (int)

  • v (int)

Return type:

None

Methods

__init__([u, v])

Attributes

u

v