buffalo_wings.wing.FitSpec

class buffalo_wings.wing.FitSpec(method='skin')[source]

Bases: object

Surface fitting method for internal NURBS construction.

Parameters:

method (FitMethod)

method

Surface fitting strategy used to build the panel NURBS patch.

Type:

{"skin", "least_squares"}, default "skin"

__init__(method='skin')
Parameters:

method (FitMethod)

Return type:

None

Methods

__init__([method])

Attributes

method