ShapeVariable (hwx.inspire.PolyNURBS)#

class ShapeVariable(pointDirections, **kwds)#

Bases: GeneralPhysical

Define which directions PolyNURBS cage points can move during PolyNURBS optimization.

Attribute Table#

Name

Type

features

property

pointDirections

property

Method Table#

Name

Description

getFeatures (self)

Returns a list of all features of ShapeVariable.

Example

property features#

A list of all features of ShapeVariable.

getFeatures()#

Returns a list of all features of ShapeVariable.

property pointDirections#

A dictionary representation of each FeaturePoint direction

Returns:

dict[FeaturePoint, math.Vector]