buffalo_wings.wing.NurbsSpec

class buffalo_wings.wing.NurbsSpec(degrees=<factory>, ctrlpts=<factory>, fit=<factory>)[source]

Bases: object

Panel-local NURBS construction controls.

Parameters:
degrees

Requested polynomial degrees for the panel patch.

Type:

DegreesSpec, optional

ctrlpts

Requested control-point counts for the panel patch.

Type:

ControlPointSpec, optional

fit

Fitting strategy used during patch construction.

Type:

FitSpec, optional

__init__(degrees=<factory>, ctrlpts=<factory>, fit=<factory>)
Parameters:
Return type:

None

Methods

__init__([degrees, ctrlpts, fit])

Attributes

degrees

ctrlpts

fit