NX Open C++ Reference Guide
|
Represent hand shape data
Created in NX4.0.0.
More...
Public Types | |
enum | HandOpt { HandOptLeft, HandOptRight, HandOptBoth } |
This enum represents the hand shape data type of human. More... | |
Public Member Functions | |
NXString | HandshapeName () |
Returns the name of the hand shape in the list Created in NX4.0.0. | |
double | HandshapeValue () |
Returns the value for applying the hand shape Created in NX4.0.0. | |
NXOpen::HumanHandShapeData::HandOpt | HandType () |
Returns the hand type Created in NX4.0.0. | |
virtual | ~HumanHandShapeData () |
Free resources associated with the instance. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represent hand shape data
Created in NX4.0.0.
|
virtual |
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.
Created in NX4.0.0.
License requirements : None
NXString NXOpen::HumanHandShapeData::HandshapeName | ( | ) |
Returns the name of the hand shape in the list
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING"), ug_human ("Human Modelling")
double NXOpen::HumanHandShapeData::HandshapeValue | ( | ) |
Returns the value for applying the hand shape
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING"), ug_human ("Human Modelling")
NXOpen::HumanHandShapeData::HandOpt NXOpen::HumanHandShapeData::HandType | ( | ) |
Returns the hand type
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING"), ug_human ("Human Modelling")