HumanHandShapeData Class¶
-
class
NXOpen.HumanHandShapeData¶ Bases:
NXOpen.TransientObjectRepresent 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 |
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
HandTypeReturns: Return type: NXOpen.HumanHandShapeDataHandOptNew 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
HandshapeNameReturns: 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
HandshapeValueReturns: 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.