NX Open C++ Reference Guide
|
Represent the data used to create the human
Created in NX4.0.0.
More...
Public Member Functions | |
bool | AssocReferencePoint () |
Returns the flag for associative reference point Created in NX4.0.0. | |
NXString | FigureFile () |
Returns the human figure file used to create the human feature Created in NX4.0.0. | |
NXOpen::HumanData::GenderType | Gender () |
Returns the gender of the human Created in NX4.0.0. | |
void | GetXform (NXOpen::Matrix3x3 *orientation, NXOpen::Point3d *position) |
The transformation matrix of the human Created in NX4.0.0. | |
NXString | Name () |
Returns the name of the human feature Created in NX4.0.0. | |
NXOpen::NXObject * | ReferencePoint () |
Returns the reference point Created in NX4.0.0. | |
NXOpen::HumanData::ReferencePointType | ReferencePointLocationType () |
Returns the reference point type Created in NX4.0.0. | |
NXOpen::HumanData::StatureType | StatureOption () |
Returns the stature type for stature value Created in NX4.0.0. | |
double | StatureValue () |
Returns the stature value Created in NX4.0.0. | |
NXOpen::HumanData::WeightType | WeightOption () |
Returns the weight type for weight value Created in NX4.0.0. | |
double | WeightValue () |
Returns the weight value Created in NX4.0.0. | |
virtual | ~HumanData () |
Free resources associated with the instance. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represent the data used to create the human
Created in NX4.0.0.
This enum represents the types of the advanced scaling variable names.
This enum represents the body parts of edit human display.
This enum represents the balance type of active reach.
This enum represents the body parts of dynamic drag.
This enum represents the motion initiation joint of hand dynamic drag.
This enum represents the types of the joint names.
This enum represents the location of the reference point.
This enum represents the types of the segment scaling variable names.
This enum represents the stature data type of human.
This enum represents the weight data type of human.
|
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
bool NXOpen::HumanData::AssocReferencePoint | ( | ) |
Returns the flag for associative reference point
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING"), ug_human ("Human Modelling")
NXString NXOpen::HumanData::FigureFile | ( | ) |
Returns the human figure file used to create the human feature
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING"), ug_human ("Human Modelling")
NXOpen::HumanData::GenderType NXOpen::HumanData::Gender | ( | ) |
Returns the gender of the human
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING"), ug_human ("Human Modelling")
void NXOpen::HumanData::GetXform | ( | NXOpen::Matrix3x3 * | orientation, |
NXOpen::Point3d * | position | ||
) |
The transformation matrix of the human
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING"), ug_human ("Human Modelling")
orientation | orientation |
position | position |
NXString NXOpen::HumanData::Name | ( | ) |
Returns the name of the human feature
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING"), ug_human ("Human Modelling")
NXOpen::NXObject* NXOpen::HumanData::ReferencePoint | ( | ) |
Returns the reference point
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING"), ug_human ("Human Modelling")
NXOpen::HumanData::ReferencePointType NXOpen::HumanData::ReferencePointLocationType | ( | ) |
Returns the reference point type
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING"), ug_human ("Human Modelling")
NXOpen::HumanData::StatureType NXOpen::HumanData::StatureOption | ( | ) |
Returns the stature type for stature value
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING"), ug_human ("Human Modelling")
double NXOpen::HumanData::StatureValue | ( | ) |
Returns the stature value
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING"), ug_human ("Human Modelling")
NXOpen::HumanData::WeightType NXOpen::HumanData::WeightOption | ( | ) |
Returns the weight type for weight value
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING"), ug_human ("Human Modelling")
double NXOpen::HumanData::WeightValue | ( | ) |
Returns the weight value
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING"), ug_human ("Human Modelling")