HumanHandShapeData Class

class NXOpen.HumanHandShapeData

Bases: NXOpen.TransientObject

Represent hand shape data

New in version NX4.0.0.

Properties

Property Description
HandType Returns the hand type
HandshapeName Returns the name of the hand shape in the list
HandshapeValue Returns the value for applying the hand shape

Methods

Method Description
Dispose Free resources associated with the instance.

Enumerations

HumanHandShapeDataHandOpt Enumeration This enum represents the hand shape data type of human

Property Detail

HandType

HumanHandShapeData.HandType

Returns the hand type

-------------------------------------

Getter Method

Signature HandType

Returns:
Return type:NXOpen.HumanHandShapeDataHandOpt

New in version NX4.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”), ug_human (“Human Modelling”)

HandshapeName

HumanHandShapeData.HandshapeName

Returns the name of the hand shape in the list

-------------------------------------

Getter Method

Signature HandshapeName

Returns:Name of the hand shape
Return type:str

New in version NX4.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”), ug_human (“Human Modelling”)

HandshapeValue

HumanHandShapeData.HandshapeValue

Returns the value for applying the hand shape

-------------------------------------

Getter Method

Signature HandshapeValue

Returns:
Return type:float

New in version NX4.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”), ug_human (“Human Modelling”)

Method Detail

Dispose

HumanHandShapeData.Dispose

Free resources associated with the instance.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.

Signature Dispose()

New in version NX4.0.0.

License requirements: None.