buffalo_wings.wing.NurbsSpec
- class buffalo_wings.wing.NurbsSpec(degrees=<factory>, ctrlpts=<factory>, fit=<factory>)[source]
Bases:
objectPanel-local NURBS construction controls.
- Parameters:
degrees (DegreesSpec)
ctrlpts (ControlPointSpec)
fit (FitSpec)
- degrees
Requested polynomial degrees for the panel patch.
- Type:
DegreesSpec, optional
- ctrlpts
Requested control-point counts for the panel patch.
- Type:
ControlPointSpec, optional
- __init__(degrees=<factory>, ctrlpts=<factory>, fit=<factory>)
- Parameters:
degrees (DegreesSpec)
ctrlpts (ControlPointSpec)
fit (FitSpec)
- Return type:
None
Methods
__init__([degrees, ctrlpts, fit])Attributes