buffalo_wings.wing.NurbsSpec

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

Bases: object

Panel-local NURBS construction controls.

Attributes

degrees

Requested polynomial degrees for the fitted surface.

ctrlpts

Requested control-point counts for the fitted surface.

fit

Fitting method used to construct the panel surface.

degrees: DegreesSpec

Requested polynomial degrees for the fitted surface.

ctrlpts: ControlPointSpec

Requested control-point counts for the fitted surface.

fit: FitSpec

Fitting method used to construct the panel surface.