HumanDataEditDisplayBodyParts Enumeration

NXOpen.HumanData.EditDisplayBodyParts is an alias for NXOpen.HumanDataEditDisplayBodyParts

class NXOpen.HumanDataEditDisplayBodyParts

Bases: object

This enum represents the body parts of edit human display

Enum Members

Enum Member Enum Member Description
LeftEyePoint Indicate edit display body parts named left eye point
RightEyePoint Indicate edit display body parts named right eye point
MidEyePoint Indicate edit display body parts named mid eye point
HipPoint Indicate edit display body parts named hip point
LeftToePoint Indicate edit display body parts named left toe point
RightToePoint Indicate edit display body parts named right toe point
LeftHeelPoint Indicate edit display body parts named left heel point
RightHeelPoint Indicate edit display body parts named right heel point
CenterOfMass Indicate edit display body parts named center of mass
All Indicate edit display body parts named all
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.