HumanDataAdvancedScalingType Enumeration

NXOpen.HumanData.AdvancedScalingType is an alias for NXOpen.HumanDataAdvancedScalingType

class NXOpen.HumanDataAdvancedScalingType

Bases: object

This enum represents the types of the advanced scaling variable names

Enum Members

Enum Member Enum Member Description
AbdominalDepth
Indicate scaling of abdominal depth
AcromionHeight
Indicate scaling of acromion height
AnkleHeight
Indicate scaling of ankle height
ArmLength
Indicate scaling of arm length
BiacromialBreadth
Indicate scaling of biacromial breadth
BideltoidBreadth
Indicate scaling of bideltoid breadth
ButtockKneeLength
Indicate scaling of buttock_knee_length
ElbowFingertipLength
Indicate scaling of elbow_fingertip_length
ElbowRestHeight
Indicate scaling of elbow_rest_height
FootBreadth
Indicate scaling of foot_breadth
FootLength
Indicate scaling of foot_length
HandBreadth
Indicate scaling of hand_breadth
HandLength
Indicate scaling of hand_length
HeadBreadth
Indicate scaling of head_breadth
HeadHeight
Indicate scaling of head_height
HeadLength
Indicate scaling of head_length
HipBreadth
Indicate scaling of hip_breadth
InterpupilDistance
Indicate scaling of interpupil_distance
ShoulderElbowLength
Indicate scaling of shoulder_elbow_length
SittingAcromialHeight
Indicate scaling of sitting_acromial_height
SittingEyeHeight
Indicate scaling of sitting_eye_height
SittingHeight
Indicate scaling of sitting_height
SittingKneeHeight
Indicate scaling of sitting_knee_height
ThighClearance
Indicate scaling of thigh_clearance
ThumbtipReach
Indicate scaling of thumbtip_reach
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.