Package org.web3d.x3d.jsail.HAnim
Class HAnimJoint
java.lang.Object
org.web3d.x3d.jsail.X3DConcreteElement
org.web3d.x3d.jsail.X3DConcreteNode
org.web3d.x3d.jsail.HAnim.HAnimJoint
- All Implemented Interfaces:
X3DChildNode
,X3DNode
,X3DBoundedObject
,HAnimJoint
HAnimJoint node can represent each joint in a body.
Warning: this is an abstract interface that cannot be instantiated as a concrete object. Java programmers typically only need to use concrete objects provided by the
Package hint: This org.web3d.x3d.jsail concrete class is used for implementing a standalone X3D object as a Plain Old Java Object (POJO). If you are writing Java code for use inside an X3D Script node, compile separate code using only the org.web3d.x3d.sai package instead.
Warning: this is an abstract interface that cannot be instantiated as a concrete object. Java programmers typically only need to use concrete objects provided by the
org.web3d.x3d.jsail
classes.
HAnimJoint node tooltip: [X3DGroupingNode,X3DVisibleObject] HAnimJoint node can represent each joint in a body. The child HAnimSegment node provides a visual representation of the skeleton segment.
- Hint: HAnimJoint may only get inserted as one (or more) root nodes of HAnimHumanoid skeleton field, as a child of another HAnimJoint node, or as a USE node in the HAnimHumanoid joints field.
- Warning: HAnimJoint can only contain certain nodes: HAnimJoint and HAnimSegment (with containerField='children') and also HAnimDisplacer nodes (with containerField='displacers').
- Hint: visualization shapes for HAnimJoint nodes can be placed in child HAnimSegment or HAnimSite nodes.
- Warning: an HAnimJoint may not be a child of an HAnimSegment.
- Hint: HAnim Specification https://www.web3d.org/documents/specifications/19774/V2.0
- Hint: HAnim Specification part 1, Joint https://www.web3d.org/documents/specifications/19774/V2.0/Architecture/ObjectInterfaces.html#Joint
- Hint: X3D for Advanced Modeling (X3D4AM) slideset https://x3dgraphics.com/slidesets/X3dForAdvancedModeling/HumanoidAnimation.pdf
- Warning: requires X3D profile='Full' or else include <component name='HAnim' level='1'/>
- Warning: for X3D3 HAnim1, spelling of component name is 'H-Anim' (including hyphen).
- Warning: for X3D3 HAnim1, spelling of component name is 'H-Anim' (including hyphen).
- Warning: the number of contained <HAnimJoint USE='*' containerField='joints'/> nodes at top level of HAnimHumanoid needs to match the number of corresponding HAnimJoint node instances found within the preceding skeleton hierarchy.
- Hint: HAnim2 default values for Joint and Site (feature point) nodes https://www.web3d.org/x3d/content/examples/HumanoidAnimation/HAnim2DefaultValuesJointsFeaturePoints.txt
Package hint: This org.web3d.x3d.jsail concrete class is used for implementing a standalone X3D object as a Plain Old Java Object (POJO). If you are writing Java code for use inside an X3D Script node, compile separate code using only the org.web3d.x3d.sai package instead.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final float[]
SFVec3f field named bboxCenter has default value {0f,0f,0f} (Java syntax) or 0 0 0 (XML syntax).static final boolean
SFBool field named bboxDisplay has default value false (Java syntax) or false (XML syntax).static final float[]
SFVec3f field named bboxSize has default value {-1f,-1f,-1f} (Java syntax) or -1 -1 -1 (XML syntax).static final float[]
SFVec3f field named center has default value {0f,0f,0f} (Java syntax) or 0 0 0 (XML syntax).static final String
String constant COMPONENT defines X3D component for the HAnimJoint element: HAnimstatic final String
containerField describes typical field relationship of a node to its parent.static final String
SFString field named description has default value equal to an empty string.static final String
fromField ROUTE name for SFBool field named bboxDisplay.static final String
fromField ROUTE name for SFVec3f field named center.static final String
fromField ROUTE name for MFNode field named children.static final String
fromField ROUTE name for SFString field named description.static final String
fromField ROUTE name for MFNode field named displacers.static final String
fromField ROUTE name for SFNode field named IS.static final String
fromField ROUTE name for SFRotation field named limitOrientation.static final String
fromField ROUTE name for MFFloat field named llimit.static final String
fromField ROUTE name for SFNode field named metadata.static final String
fromField ROUTE name for SFString field named name.static final String
fromField ROUTE name for SFRotation field named rotation.static final String
fromField ROUTE name for SFVec3f field named scale.static final String
fromField ROUTE name for SFRotation field named scaleOrientation.static final String
fromField ROUTE name for MFInt32 field named skinCoordIndex.static final String
fromField ROUTE name for MFFloat field named skinCoordWeight.static final String
fromField ROUTE name for MFFloat field named stiffness.static final String
fromField ROUTE name for SFVec3f field named translation.static final String
fromField ROUTE name for MFFloat field named ulimit.static final String
fromField ROUTE name for SFBool field named visible.static final IS
SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final int
Integer constant LEVEL provides default X3D HAnim component level for this element: 1static final float[]
SFRotation field named limitOrientation has default value {0f,0f,1f,0f} (Java syntax) or 0 0 1 0 (XML syntax).MFFloat field named llimit has default value {0f,0f,0f} (Java syntax) or 0 0 0 (XML syntax).static final X3DMetadataObject
SFNode field named metadata has default value null (Java syntax) or NULL (XML syntax).static final String
String constant NAME provides name of this element: HAnimJoint.static final String
SFString field named name has default value equal to an empty string.static final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "humanoid_root" (Java syntax) or humanoid_root (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "humanoid_root" has unique index 1static final int
SFString xs:NMTOKEN enumeration value "humanoid_root" has unique Level Of Articulation loa=0static final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_acromioclavicular" (Java syntax) or l_acromioclavicular (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_acromioclavicular" has unique index 92static final int
SFString xs:NMTOKEN enumeration value "l_acromioclavicular" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "l_acromioclavicular" has unique parent "l_sternoclavicular" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_calcaneocuboid" (Java syntax) or l_calcaneocuboid (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "l_calcaneocuboid" has alias "l_calcaneuscuboid"static final int
SFString xs:NMTOKEN enumeration value "l_calcaneocuboid" has unique index 21static final int
SFString xs:NMTOKEN enumeration value "l_calcaneocuboid" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "l_calcaneocuboid" has unique parent "l_talocrural" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_carpal_distal_interphalangeal_2" (Java syntax) or l_carpal_distal_interphalangeal_2 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_2" has alias (TODO tokenize array)"l_index3,l_carpal_distal_interphalangeal"static final int
SFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_2" has unique index 104static final int
SFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_2" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_2" has unique parent "l_carpal_proximal_interphalangeal_2" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_carpal_distal_interphalangeal_3" (Java syntax) or l_carpal_distal_interphalangeal_3 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_3" has alias "l_middle3"static final int
SFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_3" has unique index 109static final int
SFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_3" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_3" has unique parent "l_carpal_proximal_interphalangeal_3" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_carpal_distal_interphalangeal_4" (Java syntax) or l_carpal_distal_interphalangeal_4 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_4" has alias "l_ring3"static final int
SFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_4" has unique index 114static final int
SFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_4" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_4" has unique parent "l_carpal_proximal_interphalangeal_4" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_carpal_distal_interphalangeal_5" (Java syntax) or l_carpal_distal_interphalangeal_5 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_5" has alias "l_pinky3"static final int
SFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_5" has unique index 118static final int
SFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_5" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_5" has unique parent "l_carpal_proximal_interphalangeal_5" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_carpal_interphalangeal_1" (Java syntax) or l_carpal_interphalangeal_1 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "l_carpal_interphalangeal_1" has alias "l_thumb3"static final int
SFString xs:NMTOKEN enumeration value "l_carpal_interphalangeal_1" has unique index 99static final int
SFString xs:NMTOKEN enumeration value "l_carpal_interphalangeal_1" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "l_carpal_interphalangeal_1" has unique parent "l_metacarpophalangeal_1" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_carpal_proximal_interphalangeal_2" (Java syntax) or l_carpal_proximal_interphalangeal_2 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_2" has alias (TODO tokenize array)"l_index2,l_carpal_proximal_interphalangeal"static final int
SFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_2" has unique index 103static final int
SFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_2" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_2" has unique parent "l_metacarpophalangeal_2" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_carpal_proximal_interphalangeal_3" (Java syntax) or l_carpal_proximal_interphalangeal_3 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_3" has alias "l_middle2"static final int
SFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_3" has unique index 108static final int
SFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_3" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_3" has unique parent "l_metacarpophalangeal_3" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_carpal_proximal_interphalangeal_4" (Java syntax) or l_carpal_proximal_interphalangeal_4 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_4" has alias "l_ring2"static final int
SFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_4" has unique index 113static final int
SFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_4" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_4" has unique parent "l_metacarpophalangeal_4" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_carpal_proximal_interphalangeal_5" (Java syntax) or l_carpal_proximal_interphalangeal_5 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_5" has alias "l_pinky2"static final int
SFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_5" has unique index 117static final int
SFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_5" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_5" has unique parent "l_metacarpophalangeal_5" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_carpometacarpal_1" (Java syntax) or l_carpometacarpal_1 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "l_carpometacarpal_1" has alias "l_thumb1"static final int
SFString xs:NMTOKEN enumeration value "l_carpometacarpal_1" has unique index 97static final int
SFString xs:NMTOKEN enumeration value "l_carpometacarpal_1" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "l_carpometacarpal_1" has unique parent "l_midcarpal_1" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_carpometacarpal_2" (Java syntax) or l_carpometacarpal_2 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "l_carpometacarpal_2" has alias (TODO tokenize array)"l_index0,l_carpometacarpal"static final int
SFString xs:NMTOKEN enumeration value "l_carpometacarpal_2" has unique index 101static final int
SFString xs:NMTOKEN enumeration value "l_carpometacarpal_2" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "l_carpometacarpal_2" has unique parent "l_midcarpal_2" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_carpometacarpal_3" (Java syntax) or l_carpometacarpal_3 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "l_carpometacarpal_3" has alias "l_middle0"static final int
SFString xs:NMTOKEN enumeration value "l_carpometacarpal_3" has unique index 106static final int
SFString xs:NMTOKEN enumeration value "l_carpometacarpal_3" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "l_carpometacarpal_3" has unique parent "l_midcarpal_3" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_carpometacarpal_4" (Java syntax) or l_carpometacarpal_4 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "l_carpometacarpal_4" has alias "l_ring0"static final int
SFString xs:NMTOKEN enumeration value "l_carpometacarpal_4" has unique index 111static final int
SFString xs:NMTOKEN enumeration value "l_carpometacarpal_4" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "l_carpometacarpal_4" has unique parent "l_midcarpal_4_5" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_carpometacarpal_5" (Java syntax) or l_carpometacarpal_5 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "l_carpometacarpal_5" has alias "l_pinky0"static final int
SFString xs:NMTOKEN enumeration value "l_carpometacarpal_5" has unique index 115static final int
SFString xs:NMTOKEN enumeration value "l_carpometacarpal_5" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "l_carpometacarpal_5" has unique parent "l_midcarpal_4_5" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_cuneonavicular_1" (Java syntax) or l_cuneonavicular_1 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_cuneonavicular_1" has unique index 7static final int
SFString xs:NMTOKEN enumeration value "l_cuneonavicular_1" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "l_cuneonavicular_1" has unique parent "l_talocalcaneonavicular" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_cuneonavicular_2" (Java syntax) or l_cuneonavicular_2 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "l_cuneonavicular_2" has alias "l_cuneonavicular"static final int
SFString xs:NMTOKEN enumeration value "l_cuneonavicular_2" has unique index 11static final int
SFString xs:NMTOKEN enumeration value "l_cuneonavicular_2" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "l_cuneonavicular_2" has unique parent "l_talocalcaneonavicular" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_cuneonavicular_3" (Java syntax) or l_cuneonavicular_3 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_cuneonavicular_3" has unique index 16static final int
SFString xs:NMTOKEN enumeration value "l_cuneonavicular_3" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "l_cuneonavicular_3" has unique parent "l_talocalcaneonavicular" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_elbow" (Java syntax) or l_elbow (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_elbow" has unique index 94static final int
SFString xs:NMTOKEN enumeration value "l_elbow" has unique Level Of Articulation loa=1static final String
SFString xs:NMTOKEN enumeration value "l_elbow" has unique parent "l_shoulder" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_eyeball_joint" (Java syntax) or l_eyeball_joint (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_eyeball_joint" has unique index 86static final int
SFString xs:NMTOKEN enumeration value "l_eyeball_joint" has unique Level Of Articulation loa=3static final String
SFString xs:NMTOKEN enumeration value "l_eyeball_joint" has unique parent "skullbase" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_eyebrow_joint" (Java syntax) or l_eyebrow_joint (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_eyebrow_joint" has unique index 88static final int
SFString xs:NMTOKEN enumeration value "l_eyebrow_joint" has unique Level Of Articulation loa=3static final String
SFString xs:NMTOKEN enumeration value "l_eyebrow_joint" has unique parent "skullbase" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_eyelid_joint" (Java syntax) or l_eyelid_joint (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_eyelid_joint" has unique index 84static final int
SFString xs:NMTOKEN enumeration value "l_eyelid_joint" has unique Level Of Articulation loa=3static final String
SFString xs:NMTOKEN enumeration value "l_eyelid_joint" has unique parent "skullbase" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_hip" (Java syntax) or l_hip (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_hip" has unique index 3static final int
SFString xs:NMTOKEN enumeration value "l_hip" has unique Level Of Articulation loa=1static final String
SFString xs:NMTOKEN enumeration value "l_hip" has unique parent "sacroiliac" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_knee" (Java syntax) or l_knee (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_knee" has unique index 4static final int
SFString xs:NMTOKEN enumeration value "l_knee" has unique Level Of Articulation loa=1static final String
SFString xs:NMTOKEN enumeration value "l_knee" has unique parent "l_hip" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_metacarpophalangeal_1" (Java syntax) or l_metacarpophalangeal_1 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_1" has alias "l_thumb2"static final int
SFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_1" has unique index 98static final int
SFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_1" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_1" has unique parent "l_carpometacarpal_1" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_metacarpophalangeal_2" (Java syntax) or l_metacarpophalangeal_2 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_2" has alias (TODO tokenize array)"l_index1,l_metacarpophalangeal"static final int
SFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_2" has unique index 102static final int
SFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_2" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_2" has unique parent "l_carpometacarpal_2" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_metacarpophalangeal_3" (Java syntax) or l_metacarpophalangeal_3 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_3" has alias "l_middle1"static final int
SFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_3" has unique index 107static final int
SFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_3" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_3" has unique parent "l_carpometacarpal_3" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_metacarpophalangeal_4" (Java syntax) or l_metacarpophalangeal_4 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_4" has alias "l_ring1"static final int
SFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_4" has unique index 112static final int
SFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_4" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_4" has unique parent "l_carpometacarpal_4" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_metacarpophalangeal_5" (Java syntax) or l_metacarpophalangeal_5 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_5" has alias "l_pinky1"static final int
SFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_5" has unique index 116static final int
SFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_5" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_5" has unique parent "l_carpometacarpal_5" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_metatarsophalangeal_1" (Java syntax) or l_metatarsophalangeal_1 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_1" has unique index 9static final int
SFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_1" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_1" has unique parent "l_tarsometatarsal_1" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_metatarsophalangeal_2" (Java syntax) or l_metatarsophalangeal_2 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_2" has alias (TODO tokenize array)"l_midtarsal,l_metatarsophalangeal"static final int
SFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_2" has unique index 13static final int
SFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_2" has unique Level Of Articulation loa=1static final String
SFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_2" has unique parent "l_tarsometatarsal_2" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_metatarsophalangeal_3" (Java syntax) or l_metatarsophalangeal_3 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_3" has unique index 18static final int
SFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_3" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_3" has unique parent "l_tarsometatarsal_3" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_metatarsophalangeal_4" (Java syntax) or l_metatarsophalangeal_4 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_4" has unique index 24static final int
SFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_4" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_4" has unique parent "l_tarsometatarsal_4" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_metatarsophalangeal_5" (Java syntax) or l_metatarsophalangeal_5 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_5" has unique index 28static final int
SFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_5" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_5" has unique parent "l_tarsometatarsal_5" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_midcarpal_1" (Java syntax) or l_midcarpal_1 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_midcarpal_1" has unique index 96static final int
SFString xs:NMTOKEN enumeration value "l_midcarpal_1" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "l_midcarpal_1" has unique parent "l_radiocarpal" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_midcarpal_2" (Java syntax) or l_midcarpal_2 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_midcarpal_2" has unique index 100static final int
SFString xs:NMTOKEN enumeration value "l_midcarpal_2" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "l_midcarpal_2" has unique parent "l_radiocarpal" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_midcarpal_3" (Java syntax) or l_midcarpal_3 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_midcarpal_3" has unique index 105static final int
SFString xs:NMTOKEN enumeration value "l_midcarpal_3" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "l_midcarpal_3" has unique parent "l_radiocarpal" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_midcarpal_4_5" (Java syntax) or l_midcarpal_4_5 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_midcarpal_4_5" has unique index 110static final int
SFString xs:NMTOKEN enumeration value "l_midcarpal_4_5" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "l_midcarpal_4_5" has unique parent "l_radiocarpal" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_radiocarpal" (Java syntax) or l_radiocarpal (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "l_radiocarpal" has alias "l_wrist"static final int
SFString xs:NMTOKEN enumeration value "l_radiocarpal" has unique index 95static final int
SFString xs:NMTOKEN enumeration value "l_radiocarpal" has unique Level Of Articulation loa=1static final String
SFString xs:NMTOKEN enumeration value "l_radiocarpal" has unique parent "l_elbow" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_shoulder" (Java syntax) or l_shoulder (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_shoulder" has unique index 93static final int
SFString xs:NMTOKEN enumeration value "l_shoulder" has unique Level Of Articulation loa=1static final String
SFString xs:NMTOKEN enumeration value "l_shoulder" has unique parent "l_acromioclavicular" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_sternoclavicular" (Java syntax) or l_sternoclavicular (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_sternoclavicular" has unique index 91static final int
SFString xs:NMTOKEN enumeration value "l_sternoclavicular" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "l_sternoclavicular" has unique parent "vt1" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_talocalcaneonavicular" (Java syntax) or l_talocalcaneonavicular (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "l_talocalcaneonavicular" has alias "l_talocalcaneal"static final int
SFString xs:NMTOKEN enumeration value "l_talocalcaneonavicular" has unique index 6static final int
SFString xs:NMTOKEN enumeration value "l_talocalcaneonavicular" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "l_talocalcaneonavicular" has unique parent "l_talocrural" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_talocrural" (Java syntax) or l_talocrural (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "l_talocrural" has alias "l_ankle"static final int
SFString xs:NMTOKEN enumeration value "l_talocrural" has unique index 5static final int
SFString xs:NMTOKEN enumeration value "l_talocrural" has unique Level Of Articulation loa=1static final String
SFString xs:NMTOKEN enumeration value "l_talocrural" has unique parent "l_knee" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_tarsal_distal_interphalangeal_2" (Java syntax) or l_tarsal_distal_interphalangeal_2 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "l_tarsal_distal_interphalangeal_2" has alias "l_tarsal_distal_interphalangeal"static final int
SFString xs:NMTOKEN enumeration value "l_tarsal_distal_interphalangeal_2" has unique index 15static final int
SFString xs:NMTOKEN enumeration value "l_tarsal_distal_interphalangeal_2" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "l_tarsal_distal_interphalangeal_2" has unique parent "l_tarsal_proximal_interphalangeal_2" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_tarsal_distal_interphalangeal_3" (Java syntax) or l_tarsal_distal_interphalangeal_3 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_tarsal_distal_interphalangeal_3" has unique index 20static final int
SFString xs:NMTOKEN enumeration value "l_tarsal_distal_interphalangeal_3" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "l_tarsal_distal_interphalangeal_3" has unique parent "l_tarsal_proximal_interphalangeal_3" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_tarsal_distal_interphalangeal_4" (Java syntax) or l_tarsal_distal_interphalangeal_4 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_tarsal_distal_interphalangeal_4" has unique index 26static final int
SFString xs:NMTOKEN enumeration value "l_tarsal_distal_interphalangeal_4" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "l_tarsal_distal_interphalangeal_4" has unique parent "l_tarsal_proximal_interphalangeal_4" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_tarsal_distal_interphalangeal_5" (Java syntax) or l_tarsal_distal_interphalangeal_5 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_tarsal_distal_interphalangeal_5" has unique index 30static final int
SFString xs:NMTOKEN enumeration value "l_tarsal_distal_interphalangeal_5" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "l_tarsal_distal_interphalangeal_5" has unique parent "l_tarsal_proximal_interphalangeal_5" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_tarsal_interphalangeal_1" (Java syntax) or l_tarsal_interphalangeal_1 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_tarsal_interphalangeal_1" has unique index 10static final int
SFString xs:NMTOKEN enumeration value "l_tarsal_interphalangeal_1" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "l_tarsal_interphalangeal_1" has unique parent "l_metatarsophalangeal_1" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_tarsal_proximal_interphalangeal_2" (Java syntax) or l_tarsal_proximal_interphalangeal_2 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "l_tarsal_proximal_interphalangeal_2" has alias "l_tarsal_proximal_interphalangeal"static final int
SFString xs:NMTOKEN enumeration value "l_tarsal_proximal_interphalangeal_2" has unique index 14static final int
SFString xs:NMTOKEN enumeration value "l_tarsal_proximal_interphalangeal_2" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "l_tarsal_proximal_interphalangeal_2" has unique parent "l_metatarsophalangeal_2" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_tarsal_proximal_interphalangeal_3" (Java syntax) or l_tarsal_proximal_interphalangeal_3 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_tarsal_proximal_interphalangeal_3" has unique index 19static final int
SFString xs:NMTOKEN enumeration value "l_tarsal_proximal_interphalangeal_3" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "l_tarsal_proximal_interphalangeal_3" has unique parent "l_metatarsophalangeal_3" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_tarsal_proximal_interphalangeal_4" (Java syntax) or l_tarsal_proximal_interphalangeal_4 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_tarsal_proximal_interphalangeal_4" has unique index 25static final int
SFString xs:NMTOKEN enumeration value "l_tarsal_proximal_interphalangeal_4" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "l_tarsal_proximal_interphalangeal_4" has unique parent "l_metatarsophalangeal_4" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_tarsal_proximal_interphalangeal_5" (Java syntax) or l_tarsal_proximal_interphalangeal_5 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_tarsal_proximal_interphalangeal_5" has unique index 29static final int
SFString xs:NMTOKEN enumeration value "l_tarsal_proximal_interphalangeal_5" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "l_tarsal_proximal_interphalangeal_5" has unique parent "l_metatarsophalangeal_5" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_tarsometatarsal_1" (Java syntax) or l_tarsometatarsal_1 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_tarsometatarsal_1" has unique index 8static final int
SFString xs:NMTOKEN enumeration value "l_tarsometatarsal_1" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "l_tarsometatarsal_1" has unique parent "l_cuneonavicular_1" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_tarsometatarsal_2" (Java syntax) or l_tarsometatarsal_2 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "l_tarsometatarsal_2" has alias (TODO tokenize array)"l_subtalar,l_tarsometatarsal"static final int
SFString xs:NMTOKEN enumeration value "l_tarsometatarsal_2" has unique index 12static final int
SFString xs:NMTOKEN enumeration value "l_tarsometatarsal_2" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "l_tarsometatarsal_2" has unique parent "l_cuneonavicular_2" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_tarsometatarsal_3" (Java syntax) or l_tarsometatarsal_3 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_tarsometatarsal_3" has unique index 17static final int
SFString xs:NMTOKEN enumeration value "l_tarsometatarsal_3" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "l_tarsometatarsal_3" has unique parent "l_cuneonavicular_3" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_tarsometatarsal_4" (Java syntax) or l_tarsometatarsal_4 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_tarsometatarsal_4" has unique index 23static final int
SFString xs:NMTOKEN enumeration value "l_tarsometatarsal_4" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "l_tarsometatarsal_4" has unique parent "l_transversetarsal" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_tarsometatarsal_5" (Java syntax) or l_tarsometatarsal_5 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_tarsometatarsal_5" has unique index 27static final int
SFString xs:NMTOKEN enumeration value "l_tarsometatarsal_5" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "l_tarsometatarsal_5" has unique parent "l_transversetarsal" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_transversetarsal" (Java syntax) or l_transversetarsal (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "l_transversetarsal" has unique index 22static final int
SFString xs:NMTOKEN enumeration value "l_transversetarsal" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "l_transversetarsal" has unique parent "l_calcaneocuboid" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_acromioclavicular" (Java syntax) or r_acromioclavicular (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_acromioclavicular" has unique index 120static final int
SFString xs:NMTOKEN enumeration value "r_acromioclavicular" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "r_acromioclavicular" has unique parent "r_sternoclavicular" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_calcaneocuboid" (Java syntax) or r_calcaneocuboid (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "r_calcaneocuboid" has alias "r_calcaneuscuboid"static final int
SFString xs:NMTOKEN enumeration value "r_calcaneocuboid" has unique index 49static final int
SFString xs:NMTOKEN enumeration value "r_calcaneocuboid" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "r_calcaneocuboid" has unique parent "r_talocrural" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_carpal_distal_interphalangeal_2" (Java syntax) or r_carpal_distal_interphalangeal_2 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_2" has alias (TODO tokenize array)"r_index3,r_carpal_distal_interphalangeal"static final int
SFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_2" has unique index 132static final int
SFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_2" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_2" has unique parent "r_carpal_proximal_interphalangeal_2" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_carpal_distal_interphalangeal_3" (Java syntax) or r_carpal_distal_interphalangeal_3 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_3" has alias "r_middle3"static final int
SFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_3" has unique index 137static final int
SFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_3" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_3" has unique parent "r_carpal_proximal_interphalangeal_3" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_carpal_distal_interphalangeal_4" (Java syntax) or r_carpal_distal_interphalangeal_4 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_4" has alias "r_ring3"static final int
SFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_4" has unique index 142static final int
SFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_4" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_4" has unique parent "r_carpal_proximal_interphalangeal_4" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_carpal_distal_interphalangeal_5" (Java syntax) or r_carpal_distal_interphalangeal_5 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_5" has alias "r_pinky3"static final int
SFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_5" has unique index 146static final int
SFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_5" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_5" has unique parent "r_carpal_proximal_interphalangeal_5" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_carpal_interphalangeal_1" (Java syntax) or r_carpal_interphalangeal_1 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "r_carpal_interphalangeal_1" has alias "r_thumb3"static final int
SFString xs:NMTOKEN enumeration value "r_carpal_interphalangeal_1" has unique index 127static final int
SFString xs:NMTOKEN enumeration value "r_carpal_interphalangeal_1" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "r_carpal_interphalangeal_1" has unique parent "r_metacarpophalangeal_1" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_carpal_proximal_interphalangeal_2" (Java syntax) or r_carpal_proximal_interphalangeal_2 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_2" has alias (TODO tokenize array)"r_index2,r_carpal_proximal_interphalangeal"static final int
SFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_2" has unique index 131static final int
SFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_2" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_2" has unique parent "r_metacarpophalangeal_2" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_carpal_proximal_interphalangeal_3" (Java syntax) or r_carpal_proximal_interphalangeal_3 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_3" has alias "r_middle2"static final int
SFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_3" has unique index 136static final int
SFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_3" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_3" has unique parent "r_metacarpophalangeal_3" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_carpal_proximal_interphalangeal_4" (Java syntax) or r_carpal_proximal_interphalangeal_4 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_4" has alias "r_ring2"static final int
SFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_4" has unique index 141static final int
SFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_4" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_4" has unique parent "r_metacarpophalangeal_4" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_carpal_proximal_interphalangeal_5" (Java syntax) or r_carpal_proximal_interphalangeal_5 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_5" has alias "r_pinky2"static final int
SFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_5" has unique index 145static final int
SFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_5" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_5" has unique parent "r_metacarpophalangeal_5" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_carpometacarpal_1" (Java syntax) or r_carpometacarpal_1 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "r_carpometacarpal_1" has alias "r_thumb1"static final int
SFString xs:NMTOKEN enumeration value "r_carpometacarpal_1" has unique index 125static final int
SFString xs:NMTOKEN enumeration value "r_carpometacarpal_1" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "r_carpometacarpal_1" has unique parent "r_midcarpal_1" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_carpometacarpal_2" (Java syntax) or r_carpometacarpal_2 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "r_carpometacarpal_2" has alias (TODO tokenize array)"r_index0,r_carpometacarpal"static final int
SFString xs:NMTOKEN enumeration value "r_carpometacarpal_2" has unique index 129static final int
SFString xs:NMTOKEN enumeration value "r_carpometacarpal_2" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "r_carpometacarpal_2" has unique parent "r_midcarpal_2" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_carpometacarpal_3" (Java syntax) or r_carpometacarpal_3 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "r_carpometacarpal_3" has alias "r_middle0"static final int
SFString xs:NMTOKEN enumeration value "r_carpometacarpal_3" has unique index 134static final int
SFString xs:NMTOKEN enumeration value "r_carpometacarpal_3" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "r_carpometacarpal_3" has unique parent "r_midcarpal_3" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_carpometacarpal_4" (Java syntax) or r_carpometacarpal_4 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "r_carpometacarpal_4" has alias "r_ring0"static final int
SFString xs:NMTOKEN enumeration value "r_carpometacarpal_4" has unique index 139static final int
SFString xs:NMTOKEN enumeration value "r_carpometacarpal_4" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "r_carpometacarpal_4" has unique parent "r_midcarpal_4_5" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_carpometacarpal_5" (Java syntax) or r_carpometacarpal_5 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "r_carpometacarpal_5" has alias "r_pinky0"static final int
SFString xs:NMTOKEN enumeration value "r_carpometacarpal_5" has unique index 143static final int
SFString xs:NMTOKEN enumeration value "r_carpometacarpal_5" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "r_carpometacarpal_5" has unique parent "r_midcarpal_4_5" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_cuneonavicular_1" (Java syntax) or r_cuneonavicular_1 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_cuneonavicular_1" has unique index 35static final int
SFString xs:NMTOKEN enumeration value "r_cuneonavicular_1" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "r_cuneonavicular_1" has unique parent "r_talocalcaneonavicular" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_cuneonavicular_2" (Java syntax) or r_cuneonavicular_2 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "r_cuneonavicular_2" has alias "r_cuneonavicular"static final int
SFString xs:NMTOKEN enumeration value "r_cuneonavicular_2" has unique index 39static final int
SFString xs:NMTOKEN enumeration value "r_cuneonavicular_2" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "r_cuneonavicular_2" has unique parent "r_talocalcaneonavicular" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_cuneonavicular_3" (Java syntax) or r_cuneonavicular_3 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_cuneonavicular_3" has unique index 44static final int
SFString xs:NMTOKEN enumeration value "r_cuneonavicular_3" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "r_cuneonavicular_3" has unique parent "r_talocalcaneonavicular" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_elbow" (Java syntax) or r_elbow (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_elbow" has unique index 122static final int
SFString xs:NMTOKEN enumeration value "r_elbow" has unique Level Of Articulation loa=1static final String
SFString xs:NMTOKEN enumeration value "r_elbow" has unique parent "r_shoulder" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_eyeball_joint" (Java syntax) or r_eyeball_joint (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_eyeball_joint" has unique index 87static final int
SFString xs:NMTOKEN enumeration value "r_eyeball_joint" has unique Level Of Articulation loa=3static final String
SFString xs:NMTOKEN enumeration value "r_eyeball_joint" has unique parent "skullbase" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_eyebrow_joint" (Java syntax) or r_eyebrow_joint (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_eyebrow_joint" has unique index 89static final int
SFString xs:NMTOKEN enumeration value "r_eyebrow_joint" has unique Level Of Articulation loa=3static final String
SFString xs:NMTOKEN enumeration value "r_eyebrow_joint" has unique parent "skullbase" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_eyelid_joint" (Java syntax) or r_eyelid_joint (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_eyelid_joint" has unique index 85static final int
SFString xs:NMTOKEN enumeration value "r_eyelid_joint" has unique Level Of Articulation loa=3static final String
SFString xs:NMTOKEN enumeration value "r_eyelid_joint" has unique parent "skullbase" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_hip" (Java syntax) or r_hip (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_hip" has unique index 31static final int
SFString xs:NMTOKEN enumeration value "r_hip" has unique Level Of Articulation loa=1static final String
SFString xs:NMTOKEN enumeration value "r_hip" has unique parent "sacroiliac" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_knee" (Java syntax) or r_knee (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_knee" has unique index 32static final int
SFString xs:NMTOKEN enumeration value "r_knee" has unique Level Of Articulation loa=1static final String
SFString xs:NMTOKEN enumeration value "r_knee" has unique parent "r_hip" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_metacarpophalangeal_1" (Java syntax) or r_metacarpophalangeal_1 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_1" has alias "r_thumb2"static final int
SFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_1" has unique index 126static final int
SFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_1" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_1" has unique parent "r_carpometacarpal_1" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_metacarpophalangeal_2" (Java syntax) or r_metacarpophalangeal_2 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_2" has alias (TODO tokenize array)"r_index1,r_metacarpophalangeal"static final int
SFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_2" has unique index 130static final int
SFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_2" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_2" has unique parent "r_carpometacarpal_2" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_metacarpophalangeal_3" (Java syntax) or r_metacarpophalangeal_3 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_3" has alias "r_middle1"static final int
SFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_3" has unique index 135static final int
SFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_3" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_3" has unique parent "r_carpometacarpal_3" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_metacarpophalangeal_4" (Java syntax) or r_metacarpophalangeal_4 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_4" has alias "r_ring1"static final int
SFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_4" has unique index 140static final int
SFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_4" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_4" has unique parent "r_carpometacarpal_4" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_metacarpophalangeal_5" (Java syntax) or r_metacarpophalangeal_5 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_5" has alias "r_pinky1"static final int
SFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_5" has unique index 144static final int
SFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_5" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_5" has unique parent "r_carpometacarpal_5" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_metatarsophalangeal_1" (Java syntax) or r_metatarsophalangeal_1 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_1" has unique index 37static final int
SFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_1" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_1" has unique parent "r_tarsometatarsal_1" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_metatarsophalangeal_2" (Java syntax) or r_metatarsophalangeal_2 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_2" has alias (TODO tokenize array)"r_midtarsal,r_metatarsophalangeal"static final int
SFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_2" has unique index 41static final int
SFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_2" has unique Level Of Articulation loa=1static final String
SFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_2" has unique parent "r_tarsometatarsal_2" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_metatarsophalangeal_3" (Java syntax) or r_metatarsophalangeal_3 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_3" has unique index 46static final int
SFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_3" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_3" has unique parent "r_tarsometatarsal_3" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_metatarsophalangeal_4" (Java syntax) or r_metatarsophalangeal_4 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_4" has unique index 52static final int
SFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_4" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_4" has unique parent "r_tarsometatarsal_4" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_metatarsophalangeal_5" (Java syntax) or r_metatarsophalangeal_5 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_5" has unique index 56static final int
SFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_5" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_5" has unique parent "r_tarsometatarsal_5" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_midcarpal_1" (Java syntax) or r_midcarpal_1 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_midcarpal_1" has unique index 124static final int
SFString xs:NMTOKEN enumeration value "r_midcarpal_1" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "r_midcarpal_1" has unique parent "r_radiocarpal" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_midcarpal_2" (Java syntax) or r_midcarpal_2 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_midcarpal_2" has unique index 128static final int
SFString xs:NMTOKEN enumeration value "r_midcarpal_2" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "r_midcarpal_2" has unique parent "r_radiocarpal" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_midcarpal_3" (Java syntax) or r_midcarpal_3 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_midcarpal_3" has unique index 133static final int
SFString xs:NMTOKEN enumeration value "r_midcarpal_3" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "r_midcarpal_3" has unique parent "r_radiocarpal" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_midcarpal_4_5" (Java syntax) or r_midcarpal_4_5 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_midcarpal_4_5" has unique index 138static final int
SFString xs:NMTOKEN enumeration value "r_midcarpal_4_5" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "r_midcarpal_4_5" has unique parent "r_radiocarpal" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_radiocarpal" (Java syntax) or r_radiocarpal (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "r_radiocarpal" has alias "r_wrist"static final int
SFString xs:NMTOKEN enumeration value "r_radiocarpal" has unique index 123static final int
SFString xs:NMTOKEN enumeration value "r_radiocarpal" has unique Level Of Articulation loa=1static final String
SFString xs:NMTOKEN enumeration value "r_radiocarpal" has unique parent "r_elbow" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_shoulder" (Java syntax) or r_shoulder (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_shoulder" has unique index 121static final int
SFString xs:NMTOKEN enumeration value "r_shoulder" has unique Level Of Articulation loa=1static final String
SFString xs:NMTOKEN enumeration value "r_shoulder" has unique parent "r_acromioclavicular" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_sternoclavicular" (Java syntax) or r_sternoclavicular (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_sternoclavicular" has unique index 119static final int
SFString xs:NMTOKEN enumeration value "r_sternoclavicular" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "r_sternoclavicular" has unique parent "vt1" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_talocalcaneonavicular" (Java syntax) or r_talocalcaneonavicular (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "r_talocalcaneonavicular" has alias "r_talocalcaneal"static final int
SFString xs:NMTOKEN enumeration value "r_talocalcaneonavicular" has unique index 34static final int
SFString xs:NMTOKEN enumeration value "r_talocalcaneonavicular" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "r_talocalcaneonavicular" has unique parent "r_talocrural" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_talocrural" (Java syntax) or r_talocrural (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "r_talocrural" has alias "r_ankle"static final int
SFString xs:NMTOKEN enumeration value "r_talocrural" has unique index 33static final int
SFString xs:NMTOKEN enumeration value "r_talocrural" has unique Level Of Articulation loa=1static final String
SFString xs:NMTOKEN enumeration value "r_talocrural" has unique parent "r_knee" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_tarsal_distal_interphalangeal_2" (Java syntax) or r_tarsal_distal_interphalangeal_2 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "r_tarsal_distal_interphalangeal_2" has alias (TODO tokenize array)"r_metatarsal,r_tarsal_distal_interphalangeal"static final int
SFString xs:NMTOKEN enumeration value "r_tarsal_distal_interphalangeal_2" has unique index 43static final int
SFString xs:NMTOKEN enumeration value "r_tarsal_distal_interphalangeal_2" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "r_tarsal_distal_interphalangeal_2" has unique parent "r_tarsal_proximal_interphalangeal_2" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_tarsal_distal_interphalangeal_3" (Java syntax) or r_tarsal_distal_interphalangeal_3 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_tarsal_distal_interphalangeal_3" has unique index 48static final int
SFString xs:NMTOKEN enumeration value "r_tarsal_distal_interphalangeal_3" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "r_tarsal_distal_interphalangeal_3" has unique parent "r_tarsal_proximal_interphalangeal_3" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_tarsal_distal_interphalangeal_4" (Java syntax) or r_tarsal_distal_interphalangeal_4 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_tarsal_distal_interphalangeal_4" has unique index 54static final int
SFString xs:NMTOKEN enumeration value "r_tarsal_distal_interphalangeal_4" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "r_tarsal_distal_interphalangeal_4" has unique parent "r_tarsal_proximal_interphalangeal_4" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_tarsal_distal_interphalangeal_5" (Java syntax) or r_tarsal_distal_interphalangeal_5 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_tarsal_distal_interphalangeal_5" has unique index 58static final int
SFString xs:NMTOKEN enumeration value "r_tarsal_distal_interphalangeal_5" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "r_tarsal_distal_interphalangeal_5" has unique parent "r_tarsal_proximal_interphalangeal_5" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_tarsal_interphalangeal_1" (Java syntax) or r_tarsal_interphalangeal_1 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_tarsal_interphalangeal_1" has unique index 38static final int
SFString xs:NMTOKEN enumeration value "r_tarsal_interphalangeal_1" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "r_tarsal_interphalangeal_1" has unique parent "r_metatarsophalangeal_1" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_tarsal_proximal_interphalangeal_2" (Java syntax) or r_tarsal_proximal_interphalangeal_2 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "r_tarsal_proximal_interphalangeal_2" has alias "r_tarsal_proximal_interphalangeal"static final int
SFString xs:NMTOKEN enumeration value "r_tarsal_proximal_interphalangeal_2" has unique index 42static final int
SFString xs:NMTOKEN enumeration value "r_tarsal_proximal_interphalangeal_2" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "r_tarsal_proximal_interphalangeal_2" has unique parent "r_metatarsophalangeal_2" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_tarsal_proximal_interphalangeal_3" (Java syntax) or r_tarsal_proximal_interphalangeal_3 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_tarsal_proximal_interphalangeal_3" has unique index 47static final int
SFString xs:NMTOKEN enumeration value "r_tarsal_proximal_interphalangeal_3" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "r_tarsal_proximal_interphalangeal_3" has unique parent "r_metatarsophalangeal_3" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_tarsal_proximal_interphalangeal_4" (Java syntax) or r_tarsal_proximal_interphalangeal_4 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_tarsal_proximal_interphalangeal_4" has unique index 53static final int
SFString xs:NMTOKEN enumeration value "r_tarsal_proximal_interphalangeal_4" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "r_tarsal_proximal_interphalangeal_4" has unique parent "r_metatarsophalangeal_4" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_tarsal_proximal_interphalangeal_5" (Java syntax) or r_tarsal_proximal_interphalangeal_5 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_tarsal_proximal_interphalangeal_5" has unique index 57static final int
SFString xs:NMTOKEN enumeration value "r_tarsal_proximal_interphalangeal_5" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "r_tarsal_proximal_interphalangeal_5" has unique parent "r_metatarsophalangeal_5" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_tarsometatarsal_1" (Java syntax) or r_tarsometatarsal_1 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_tarsometatarsal_1" has unique index 36static final int
SFString xs:NMTOKEN enumeration value "r_tarsometatarsal_1" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "r_tarsometatarsal_1" has unique parent "r_cuneonavicular_1" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_tarsometatarsal_2" (Java syntax) or r_tarsometatarsal_2 (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "r_tarsometatarsal_2" has alias (TODO tokenize array)"r_subtalar,r_tarsometatarsal"static final int
SFString xs:NMTOKEN enumeration value "r_tarsometatarsal_2" has unique index 40static final int
SFString xs:NMTOKEN enumeration value "r_tarsometatarsal_2" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "r_tarsometatarsal_2" has unique parent "r_cuneonavicular_2" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_tarsometatarsal_3" (Java syntax) or r_tarsometatarsal_3 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_tarsometatarsal_3" has unique index 45static final int
SFString xs:NMTOKEN enumeration value "r_tarsometatarsal_3" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "r_tarsometatarsal_3" has unique parent "r_cuneonavicular_3" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_tarsometatarsal_4" (Java syntax) or r_tarsometatarsal_4 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_tarsometatarsal_4" has unique index 51static final int
SFString xs:NMTOKEN enumeration value "r_tarsometatarsal_4" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "r_tarsometatarsal_4" has unique parent "r_transversetarsal" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_tarsometatarsal_5" (Java syntax) or r_tarsometatarsal_5 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_tarsometatarsal_5" has unique index 55static final int
SFString xs:NMTOKEN enumeration value "r_tarsometatarsal_5" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "r_tarsometatarsal_5" has unique parent "r_transversetarsal" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_transversetarsal" (Java syntax) or r_transversetarsal (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "r_transversetarsal" has unique index 50static final int
SFString xs:NMTOKEN enumeration value "r_transversetarsal" has unique Level Of Articulation loa=4static final String
SFString xs:NMTOKEN enumeration value "r_transversetarsal" has unique parent "r_calcaneocuboid" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "sacroiliac" (Java syntax) or sacroiliac (XML syntax).static final String
SFString xs:NMTOKEN enumeration value "sacroiliac" has alias (TODO tokenize array)"SIJ,SI joint"static final int
SFString xs:NMTOKEN enumeration value "sacroiliac" has unique index 2static final int
SFString xs:NMTOKEN enumeration value "sacroiliac" has unique Level Of Articulation loa=1static final String
SFString xs:NMTOKEN enumeration value "sacroiliac" has unique parent "humanoid_root" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "skullbase" (Java syntax) or skullbase (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "skullbase" has unique index 83static final int
SFString xs:NMTOKEN enumeration value "skullbase" has unique Level Of Articulation loa=1static final String
SFString xs:NMTOKEN enumeration value "skullbase" has unique parent "vc1" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "temporomandibular" (Java syntax) or temporomandibular (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "temporomandibular" has unique index 90static final int
SFString xs:NMTOKEN enumeration value "temporomandibular" has unique Level Of Articulation loa=3static final String
SFString xs:NMTOKEN enumeration value "temporomandibular" has unique parent "skullbase" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vc1" (Java syntax) or vc1 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "vc1" has unique index 82static final int
SFString xs:NMTOKEN enumeration value "vc1" has unique Level Of Articulation loa=3static final String
SFString xs:NMTOKEN enumeration value "vc1" has unique parent "vc2" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vc2" (Java syntax) or vc2 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "vc2" has unique index 81static final int
SFString xs:NMTOKEN enumeration value "vc2" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "vc2" has unique parent "vc3" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vc3" (Java syntax) or vc3 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "vc3" has unique index 80static final int
SFString xs:NMTOKEN enumeration value "vc3" has unique Level Of Articulation loa=3static final String
SFString xs:NMTOKEN enumeration value "vc3" has unique parent "vc4" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vc4" (Java syntax) or vc4 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "vc4" has unique index 79static final int
SFString xs:NMTOKEN enumeration value "vc4" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "vc4" has unique parent "vc5" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vc5" (Java syntax) or vc5 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "vc5" has unique index 78static final int
SFString xs:NMTOKEN enumeration value "vc5" has unique Level Of Articulation loa=3static final String
SFString xs:NMTOKEN enumeration value "vc5" has unique parent "vc6" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vc6" (Java syntax) or vc6 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "vc6" has unique index 77static final int
SFString xs:NMTOKEN enumeration value "vc6" has unique Level Of Articulation loa=3static final String
SFString xs:NMTOKEN enumeration value "vc6" has unique parent "vc7" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vc7" (Java syntax) or vc7 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "vc7" has unique index 76static final int
SFString xs:NMTOKEN enumeration value "vc7" has unique Level Of Articulation loa=3static final String
SFString xs:NMTOKEN enumeration value "vc7" has unique parent "vt1" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vl1" (Java syntax) or vl1 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "vl1" has unique index 63static final int
SFString xs:NMTOKEN enumeration value "vl1" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "vl1" has unique parent "vl2" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vl2" (Java syntax) or vl2 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "vl2" has unique index 62static final int
SFString xs:NMTOKEN enumeration value "vl2" has unique Level Of Articulation loa=3static final String
SFString xs:NMTOKEN enumeration value "vl2" has unique parent "vl3" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vl3" (Java syntax) or vl3 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "vl3" has unique index 61static final int
SFString xs:NMTOKEN enumeration value "vl3" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "vl3" has unique parent "vl4" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vl4" (Java syntax) or vl4 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "vl4" has unique index 60static final int
SFString xs:NMTOKEN enumeration value "vl4" has unique Level Of Articulation loa=3static final String
SFString xs:NMTOKEN enumeration value "vl4" has unique parent "vl5" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vl5" (Java syntax) or vl5 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "vl5" has unique index 59static final int
SFString xs:NMTOKEN enumeration value "vl5" has unique Level Of Articulation loa=1static final String
SFString xs:NMTOKEN enumeration value "vl5" has unique parent "humanoid_root" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vt1" (Java syntax) or vt1 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "vt1" has unique index 75static final int
SFString xs:NMTOKEN enumeration value "vt1" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "vt1" has unique parent "vt2" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vt10" (Java syntax) or vt10 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "vt10" has unique index 66static final int
SFString xs:NMTOKEN enumeration value "vt10" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "vt10" has unique parent "vt11" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vt11" (Java syntax) or vt11 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "vt11" has unique index 65static final int
SFString xs:NMTOKEN enumeration value "vt11" has unique Level Of Articulation loa=3static final String
SFString xs:NMTOKEN enumeration value "vt11" has unique parent "vt12" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vt12" (Java syntax) or vt12 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "vt12" has unique index 64static final int
SFString xs:NMTOKEN enumeration value "vt12" has unique Level Of Articulation loa=3static final String
SFString xs:NMTOKEN enumeration value "vt12" has unique parent "vl1" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vt2" (Java syntax) or vt2 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "vt2" has unique index 74static final int
SFString xs:NMTOKEN enumeration value "vt2" has unique Level Of Articulation loa=3static final String
SFString xs:NMTOKEN enumeration value "vt2" has unique parent "vt3" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vt3" (Java syntax) or vt3 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "vt3" has unique index 73static final int
SFString xs:NMTOKEN enumeration value "vt3" has unique Level Of Articulation loa=3static final String
SFString xs:NMTOKEN enumeration value "vt3" has unique parent "vt4" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vt4" (Java syntax) or vt4 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "vt4" has unique index 72static final int
SFString xs:NMTOKEN enumeration value "vt4" has unique Level Of Articulation loa=3static final String
SFString xs:NMTOKEN enumeration value "vt4" has unique parent "vt5" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vt5" (Java syntax) or vt5 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "vt5" has unique index 71static final int
SFString xs:NMTOKEN enumeration value "vt5" has unique Level Of Articulation loa=3static final String
SFString xs:NMTOKEN enumeration value "vt5" has unique parent "vt6" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vt6" (Java syntax) or vt6 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "vt6" has unique index 70static final int
SFString xs:NMTOKEN enumeration value "vt6" has unique Level Of Articulation loa=2static final String
SFString xs:NMTOKEN enumeration value "vt6" has unique parent "vt7" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vt7" (Java syntax) or vt7 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "vt7" has unique index 69static final int
SFString xs:NMTOKEN enumeration value "vt7" has unique Level Of Articulation loa=3static final String
SFString xs:NMTOKEN enumeration value "vt7" has unique parent "vt8" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vt8" (Java syntax) or vt8 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "vt8" has unique index 68static final int
SFString xs:NMTOKEN enumeration value "vt8" has unique Level Of Articulation loa=3static final String
SFString xs:NMTOKEN enumeration value "vt8" has unique parent "vt9" in HAnimJointstatic final String
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vt9" (Java syntax) or vt9 (XML syntax).static final int
SFString xs:NMTOKEN enumeration value "vt9" has unique index 67static final int
SFString xs:NMTOKEN enumeration value "vt9" has unique Level Of Articulation loa=3static final String
SFString xs:NMTOKEN enumeration value "vt9" has unique parent "vt10" in HAnimJointstatic final float[]
SFRotation field named rotation has default value {0f,0f,1f,0f} (Java syntax) or 0 0 1 0 (XML syntax).static final float[]
SFVec3f field named scale has default value {1f,1f,1f} (Java syntax) or 1 1 1 (XML syntax).static final float[]
SFRotation field named scaleOrientation has default value {0f,0f,1f,0f} (Java syntax) or 0 0 1 0 (XML syntax).MFInt32 field named skinCoordIndex has default value equal to an empty list.MFFloat field named skinCoordWeight has default value equal to an empty list.MFFloat field named stiffness has default value {0f,0f,0f} (Java syntax) or 0 0 0 (XML syntax).static final String
toField ROUTE name for MFNode field named addChildren.static final String
toField ROUTE name for SFBool field named bboxDisplay.static final String
toField ROUTE name for SFVec3f field named center.static final String
toField ROUTE name for MFNode field named children.static final String
toField ROUTE name for SFString field named description.static final String
toField ROUTE name for MFNode field named displacers.static final String
toField ROUTE name for SFRotation field named limitOrientation.static final String
toField ROUTE name for MFFloat field named llimit.static final String
toField ROUTE name for SFNode field named metadata.static final String
toField ROUTE name for SFString field named name.static final String
toField ROUTE name for MFNode field named removeChildren.static final String
toField ROUTE name for SFRotation field named rotation.static final String
toField ROUTE name for SFVec3f field named scale.static final String
toField ROUTE name for SFRotation field named scaleOrientation.static final String
toField ROUTE name for MFInt32 field named skinCoordIndex.static final String
toField ROUTE name for MFFloat field named skinCoordWeight.static final String
toField ROUTE name for MFFloat field named stiffness.static final String
toField ROUTE name for SFVec3f field named translation.static final String
toField ROUTE name for MFFloat field named ulimit.static final String
toField ROUTE name for SFBool field named visible.static final float[]
SFVec3f field named translation has default value {0f,0f,0f} (Java syntax) or 0 0 0 (XML syntax).MFFloat field named ulimit has default value {0f,0f,0f} (Java syntax) or 0 0 0 (XML syntax).static final boolean
SFBool field named visible has default value true (Java syntax) or true (XML syntax).Fields inherited from class org.web3d.x3d.jsail.X3DConcreteNode
containerField_ALLOWED_VALUES, containerFieldOverride, DEF_DEFAULT_VALUE, USE_DEFAULT_VALUE
Fields inherited from class org.web3d.x3d.jsail.X3DConcreteElement
CLASS_DEFAULT_VALUE, ID_DEFAULT_VALUE, STYLE_DEFAULT_VALUE, validationResult
-
Constructor Summary
ConstructorDescriptionConstructor for HAnimJoint to initialize member variables with default values.HAnimJoint
(String DEFlabel) Utility constructor that assigns DEF label after initializing member variables with default values.HAnimJoint
(String DEFlabel, String newName) Utility constructor that assigns both DEF label and name, after initializing member variables with default values. -
Method Summary
Modifier and TypeMethodDescriptionaddChild
(X3DChildNode newValue) Utility method to add single child element to contained list of existing children nodes (if any).addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.void
addChildren
(X3DNode newValue) Add single node to existing array of children nodes (if any).void
addChildren
(X3DNode[] newValue) Add array of children nodes to array of existing nodes (if any).addComments
(String newComment) Add comment as CommentsBlock to children fieldaddComments
(String[] newComments) Add comments as String[] array to children fieldaddComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to children fieldaddDisplacers
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for displacers field.addDisplacers
(HAnimDisplacer newValue) Add single child node to existing array of displacers nodes (if any).void
addDisplacers
(X3DNode[] newValue) Add array of child displacers nodes to array of existing nodes (if any).addLlimit
(float newValue) Add singleton float value to MFFloat llimit field.Add singleton SFFloat value to MFFloat llimit field.addSkinCoordIndex
(int newValue) Add singleton int value to MFInt32 skinCoordIndex field.addSkinCoordIndex
(SFInt32 newValue) Add singleton SFInt32 value to MFInt32 skinCoordIndex field.addSkinCoordWeight
(float newValue) Add singleton float value to MFFloat skinCoordWeight field.addSkinCoordWeight
(SFFloat newValue) Add singleton SFFloat value to MFFloat skinCoordWeight field.addStiffness
(float newValue) Add singleton float value to MFFloat stiffness field.addStiffness
(SFFloat newValue) Add singleton SFFloat value to MFFloat stiffness field.addUlimit
(float newValue) Add singleton float value to MFFloat ulimit field.Add singleton SFFloat value to MFFloat ulimit field.Utility method to clear MFNode value of children field.Utility method to clear MFNode value of displacers field.clearIS()
Utility method to clear SFNode value of IS field.Utility method to clear MFFloat value of llimit field.Utility method to clear SFNode value of metadata field.Utility method to clear MFInt32 value of skinCoordIndex field.Utility method to clear MFFloat value of skinCoordWeight field.Utility method to clear MFFloat value of stiffness field.Utility method to clear MFFloat value of ulimit field.findElementByNameValue
(String nameValue) Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.findElementByNameValue
(String nameValue, String elementName) Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.findNodeByDEF
(String DEFvalue) Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.getAccessType
(String fieldName) Indicate accessType corresponding to given fieldName.Return reference to ancestor HAnimHumanoidfloat[]
Provide array of 3-tuple float results from initializeOnly SFVec3f field named bboxCenter.boolean
Provide boolean value from inputOutput SFBool field named bboxDisplay.float[]
Provide array of 3-tuple float results within allowed range of [0,infinity), or default value [-1 -1 -1], from initializeOnly SFVec3f field named bboxSize.float[]
Provide array of 3-tuple float results from inputOutput SFVec3f field named center.X3DNode[]
Provide array of org.web3d.x3d.sai.Core.X3DNode results (using an array consisting of properly typed nodes or ProtoInstances) with acceptable node types limited to HAnimJoint|HAnimSegment, from inputOutput MFNode field children.Utility method to get ArrayList value of MFNode children field, similar togetChildren()
.final String
Defines X3D component for the HAnimJoint element: HAnimfinal int
Provides default X3D component level for this element: 1final String
containerField describes typical field relationship of a node to its parent.Provide String value from inputOutput SFString field named class.Provide String value from inputOutput SFString field named style.getDEF()
Provide String value from inputOutput SFString field named DEF.Provide String value from inputOutput SFString field named description.X3DNode[]
Provide array of org.web3d.x3d.sai.HAnim.HAnimDisplacer results (using an array consisting of properly typed nodes or ProtoInstances) from inputOutput MFNode field displacers.Utility method to get ArrayList value of MFNode displacers field, similar togetDisplacers()
.final String
Provides name of this element: HAnimJointgetFieldType
(String fieldName) Indicate type corresponding to given fieldName.Return version of ancestor HAnimHumanoidProvide String value from inputOutput SFString field named id.getIS()
Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.float[]
Provide array of 4-tuple float results unit axis, angle (in radians) from inputOutput SFRotation field named limitOrientation.float[]
Provide array of Float results from inputOutput MFFloat field named llimit.Utility method to get ArrayList value of MFFloat llimit field, similar togetLlimit()
.Utility method to get String value of MFFloat llimit field, similar togetLlimit()
.Provide org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.getName()
Provide String enumeration value (baseType xs:NMTOKEN) ["humanoid_root" | "sacroiliac" | "l_hip" | "l_knee" | "l_talocrural" | "l_talocalcaneonavicular" | "l_cuneonavicular_1" | "l_tarsometatarsal_1" | "l_metatarsophalangeal_1" | "l_tarsal_interphalangeal_1" | "l_cuneonavicular_2" | "l_tarsometatarsal_2" | "l_metatarsophalangeal_2" | "l_tarsal_proximal_interphalangeal_2" | "l_tarsal_distal_interphalangeal_2" | "l_cuneonavicular_3" | "l_tarsometatarsal_3" | "l_metatarsophalangeal_3" | "l_tarsal_proximal_interphalangeal_3" | "l_tarsal_distal_interphalangeal_3" | "l_calcaneocuboid" | "l_transversetarsal" | "l_tarsometatarsal_4" | "l_metatarsophalangeal_4" | "l_tarsal_proximal_interphalangeal_4" | "l_tarsal_distal_interphalangeal_4" | "l_tarsometatarsal_5" | "l_metatarsophalangeal_5" | "l_tarsal_proximal_interphalangeal_5" | "l_tarsal_distal_interphalangeal_5" | "r_hip" | "r_knee" | "r_talocrural" | "r_talocalcaneonavicular" | "r_cuneonavicular_1" | "r_tarsometatarsal_1" | "r_metatarsophalangeal_1" | "r_tarsal_interphalangeal_1" | "r_cuneonavicular_2" | "r_tarsometatarsal_2" | "r_metatarsophalangeal_2" | "r_tarsal_proximal_interphalangeal_2" | "r_tarsal_distal_interphalangeal_2" | "r_cuneonavicular_3" | "r_tarsometatarsal_3" | "r_metatarsophalangeal_3" | "r_tarsal_proximal_interphalangeal_3" | "r_tarsal_distal_interphalangeal_3" | "r_calcaneocuboid" | "r_transversetarsal" | "r_tarsometatarsal_4" | "r_metatarsophalangeal_4" | "r_tarsal_proximal_interphalangeal_4" | "r_tarsal_distal_interphalangeal_4" | "r_tarsometatarsal_5" | "r_metatarsophalangeal_5" | "r_tarsal_proximal_interphalangeal_5" | "r_tarsal_distal_interphalangeal_5" | "vl5" | "vl4" | "vl3" | "vl2" | "vl1" | "vt12" | "vt11" | "vt10" | "vt9" | "vt8" | "vt7" | "vt6" | "vt5" | "vt4" | "vt3" | "vt2" | "vt1" | "vc7" | "vc6" | "vc5" | "vc4" | "vc3" | "vc2" | "vc1" | "skullbase" | "l_eyelid_joint" | "r_eyelid_joint" | "l_eyeball_joint" | "r_eyeball_joint" | "l_eyebrow_joint" | "r_eyebrow_joint" | "temporomandibular" | "l_sternoclavicular" | "l_acromioclavicular" | "l_shoulder" | "l_elbow" | "l_radiocarpal" | "l_midcarpal_1" | "l_carpometacarpal_1" | "l_metacarpophalangeal_1" | "l_carpal_interphalangeal_1" | "l_midcarpal_2" | "l_carpometacarpal_2" | "l_metacarpophalangeal_2" | "l_carpal_proximal_interphalangeal_2" | "l_carpal_distal_interphalangeal_2" | "l_midcarpal_3" | "l_carpometacarpal_3" | "l_metacarpophalangeal_3" | "l_carpal_proximal_interphalangeal_3" | "l_carpal_distal_interphalangeal_3" | "l_midcarpal_4_5" | "l_carpometacarpal_4" | "l_metacarpophalangeal_4" | "l_carpal_proximal_interphalangeal_4" | "l_carpal_distal_interphalangeal_4" | "l_carpometacarpal_5" | "l_metacarpophalangeal_5" | "l_carpal_proximal_interphalangeal_5" | "l_carpal_distal_interphalangeal_5" | "r_sternoclavicular" | "r_acromioclavicular" | "r_shoulder" | "r_elbow" | "r_radiocarpal" | "r_midcarpal_1" | "r_carpometacarpal_1" | "r_metacarpophalangeal_1" | "r_carpal_interphalangeal_1" | "r_midcarpal_2" | "r_carpometacarpal_2" | "r_metacarpophalangeal_2" | "r_carpal_proximal_interphalangeal_2" | "r_carpal_distal_interphalangeal_2" | "r_midcarpal_3" | "r_carpometacarpal_3" | "r_metacarpophalangeal_3" | "r_carpal_proximal_interphalangeal_3" | "r_carpal_distal_interphalangeal_3" | "r_midcarpal_4_5" | "r_carpometacarpal_4" | "r_metacarpophalangeal_4" | "r_carpal_proximal_interphalangeal_4" | "r_carpal_distal_interphalangeal_4" | "r_carpometacarpal_5" | "r_metacarpophalangeal_5" | "r_carpal_proximal_interphalangeal_5" | "r_carpal_distal_interphalangeal_5" | 'etc.'] from inputOutput SFString field named name.static String
getNameAlias
(String nameValue) Get alias for this namestatic int
getNameIndex
(String name) Get index for this namestatic int
getNameLoa
(String name) Get Level of Articulation (loa) for this namestatic String
getParentName
(String name) Get parent for this namefloat[]
Provide array of 4-tuple float results unit axis, angle (in radians) from inputOutput SFRotation field named rotation.float[]
getScale()
Provide array of 3-tuple float results within allowed range of (0,infinity) from inputOutput SFVec3f field named scale.float[]
Provide array of 4-tuple float results unit axis, angle (in radians) from inputOutput SFRotation field named scaleOrientation.int[]
Provide array of Integer results within allowed range of [0,infinity) from inputOutput MFInt32 field named skinCoordIndex.Utility method to get ArrayList value of MFInt32 skinCoordIndex field, similar togetSkinCoordIndex()
.Utility method to get String value of MFInt32 skinCoordIndex field, similar togetSkinCoordIndex()
.float[]
Provide array of Float results from inputOutput MFFloat field named skinCoordWeight.Utility method to get ArrayList value of MFFloat skinCoordWeight field, similar togetSkinCoordWeight()
.Utility method to get String value of MFFloat skinCoordWeight field, similar togetSkinCoordWeight()
.float[]
Provide array of Float results within allowed range of [0,1] from inputOutput MFFloat field named stiffness.Utility method to get ArrayList value of MFFloat stiffness field, similar togetStiffness()
.Utility method to get String value of MFFloat stiffness field, similar togetStiffness()
.float[]
Provide array of 3-tuple float results from inputOutput SFVec3f field named translation.float[]
Provide array of Float results from inputOutput MFFloat field named ulimit.Utility method to get ArrayList value of MFFloat ulimit field, similar togetUlimit()
.Utility method to get String value of MFFloat ulimit field, similar togetUlimit()
.getUSE()
Provide String value from inputOutput SFString field named USE.boolean
Provide boolean value from inputOutput SFBool field named visible.boolean
Return whether ancestor HAnimHumanoid is availableboolean
Indicate whether an object is available for inputOutput MFNode field children.boolean
Indicate whether an object is available for inputOutput MFNode field displacers.boolean
hasElementByNameValue
(String nameValue, String elementName) Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.boolean
hasIS()
Indicate whether an object is available for inputOutput SFNode field IS.boolean
Indicate whether an object is available for inputOutput SFNode field metadata.static boolean
hasNameAlias
(String name) Whether a alias exists for this namestatic boolean
hasNameIndex
(String name) Whether an index exists for this namestatic boolean
hasNameLoa
(String name) Whether an loa exists for this nameboolean
hasNodeByDEF
(String DEFvalue) Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.static boolean
hasParentMatchingName
(String name) Whether a parent exists for this namefinal void
Initialize all member variables to default values.setBboxCenter
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetBboxCenter(float[])
.setBboxCenter
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetBboxCenter(float[])
.setBboxCenter
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.setBboxCenter
(float x, float y, float z) Assign values to SFVec3f bboxCenter field, similar tosetBboxCenter(float[])
.setBboxCenter
(SFVec3f newValue) Assign typed object value to SFVec3f bboxCenter field, similar tosetBboxCenter(float[])
.setBboxDisplay
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar tosetBboxDisplay(boolean)
.setBboxSize
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetBboxSize(float[])
.setBboxSize
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetBboxSize(float[])
.setBboxSize
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.setBboxSize
(float x, float y, float z) Assign values to SFVec3f bboxSize field, similar tosetBboxSize(float[])
.setBboxSize
(SFVec3f newValue) Assign typed object value to SFVec3f bboxSize field, similar tosetBboxSize(float[])
.setCenter
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetCenter(float[])
.setCenter
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetCenter(float[])
.setCenter
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named center.setCenter
(float x, float y, float z) Assign values to SFVec3f center field, similar tosetCenter(float[])
.Assign typed object value to SFVec3f center field, similar tosetCenter(float[])
.setChildren
(ArrayList<X3DNode> newValue) Assign ArrayList value of MFNode children field, similar tosetChildren(org.web3d.x3d.sai.Core.X3DNode[])
.void
setChildren
(X3DNode newValue) Set single children node, replacing prior array of existing nodes (if any).setChildren
(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field children.final HAnimJoint
setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final HAnimJoint
setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final HAnimJoint
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.setDescription
(SFString newValue) Assign typed object value to SFString description field, similar tosetDescription(String)
.setDisplacers
(ArrayList<HAnimDisplacer> newValue) Assign ArrayList value of MFNode displacers field, similar tosetDisplacers(org.web3d.x3d.sai.Core.X3DNode[])
.void
setDisplacers
(X3DNode newValue) Set single child displacers node, replacing prior array of existing nodes (if any).setDisplacers
(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.HAnim.HAnimDisplacer array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field displacers.final HAnimJoint
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.setLimitOrientation
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetLimitOrientation(float[])
.setLimitOrientation
(double x, double y, double z, double angleRadians) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetLimitOrientation(float[])
.setLimitOrientation
(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named limitOrientation.setLimitOrientation
(float x, float y, float z, float angleRadians) Assign values to SFRotation limitOrientation field, similar tosetLimitOrientation(float[])
.setLimitOrientation
(SFRotation newValue) Assign typed object value to SFRotation limitOrientation field, similar tosetLimitOrientation(float[])
.setLlimit
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetLlimit(float[])
.setLlimit
(float[] newValue) Accessor method to assign Float array to inputOutput MFFloat field named llimit.setLlimit
(int[] newValue) Assign floating-point array value of MFFloat llimit field, similar tosetLlimit(float[])
.Assign ArrayList value of MFFloat llimit field, similar tosetLlimit(float[])
.Assign typed object value to MFFloat llimit field, similar tosetLlimit(float[])
.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.final HAnimJoint
Accessor method to assign String enumeration value ("humanoid_root" | "sacroiliac" | "l_hip" | "l_knee" | "l_talocrural" | "l_talocalcaneonavicular" | "l_cuneonavicular_1" | "l_tarsometatarsal_1" | "l_metatarsophalangeal_1" | "l_tarsal_interphalangeal_1" | "l_cuneonavicular_2" | "l_tarsometatarsal_2" | "l_metatarsophalangeal_2" | "l_tarsal_proximal_interphalangeal_2" | "l_tarsal_distal_interphalangeal_2" | "l_cuneonavicular_3" | "l_tarsometatarsal_3" | "l_metatarsophalangeal_3" | "l_tarsal_proximal_interphalangeal_3" | "l_tarsal_distal_interphalangeal_3" | "l_calcaneocuboid" | "l_transversetarsal" | "l_tarsometatarsal_4" | "l_metatarsophalangeal_4" | "l_tarsal_proximal_interphalangeal_4" | "l_tarsal_distal_interphalangeal_4" | "l_tarsometatarsal_5" | "l_metatarsophalangeal_5" | "l_tarsal_proximal_interphalangeal_5" | "l_tarsal_distal_interphalangeal_5" | "r_hip" | "r_knee" | "r_talocrural" | "r_talocalcaneonavicular" | "r_cuneonavicular_1" | "r_tarsometatarsal_1" | "r_metatarsophalangeal_1" | "r_tarsal_interphalangeal_1" | "r_cuneonavicular_2" | "r_tarsometatarsal_2" | "r_metatarsophalangeal_2" | "r_tarsal_proximal_interphalangeal_2" | "r_tarsal_distal_interphalangeal_2" | "r_cuneonavicular_3" | "r_tarsometatarsal_3" | "r_metatarsophalangeal_3" | "r_tarsal_proximal_interphalangeal_3" | "r_tarsal_distal_interphalangeal_3" | "r_calcaneocuboid" | "r_transversetarsal" | "r_tarsometatarsal_4" | "r_metatarsophalangeal_4" | "r_tarsal_proximal_interphalangeal_4" | "r_tarsal_distal_interphalangeal_4" | "r_tarsometatarsal_5" | "r_metatarsophalangeal_5" | "r_tarsal_proximal_interphalangeal_5" | "r_tarsal_distal_interphalangeal_5" | "vl5" | "vl4" | "vl3" | "vl2" | "vl1" | "vt12" | "vt11" | "vt10" | "vt9" | "vt8" | "vt7" | "vt6" | "vt5" | "vt4" | "vt3" | "vt2" | "vt1" | "vc7" | "vc6" | "vc5" | "vc4" | "vc3" | "vc2" | "vc1" | "skullbase" | "l_eyelid_joint" | "r_eyelid_joint" | "l_eyeball_joint" | "r_eyeball_joint" | "l_eyebrow_joint" | "r_eyebrow_joint" | "temporomandibular" | "l_sternoclavicular" | "l_acromioclavicular" | "l_shoulder" | "l_elbow" | "l_radiocarpal" | "l_midcarpal_1" | "l_carpometacarpal_1" | "l_metacarpophalangeal_1" | "l_carpal_interphalangeal_1" | "l_midcarpal_2" | "l_carpometacarpal_2" | "l_metacarpophalangeal_2" | "l_carpal_proximal_interphalangeal_2" | "l_carpal_distal_interphalangeal_2" | "l_midcarpal_3" | "l_carpometacarpal_3" | "l_metacarpophalangeal_3" | "l_carpal_proximal_interphalangeal_3" | "l_carpal_distal_interphalangeal_3" | "l_midcarpal_4_5" | "l_carpometacarpal_4" | "l_metacarpophalangeal_4" | "l_carpal_proximal_interphalangeal_4" | "l_carpal_distal_interphalangeal_4" | "l_carpometacarpal_5" | "l_metacarpophalangeal_5" | "l_carpal_proximal_interphalangeal_5" | "l_carpal_distal_interphalangeal_5" | "r_sternoclavicular" | "r_acromioclavicular" | "r_shoulder" | "r_elbow" | "r_radiocarpal" | "r_midcarpal_1" | "r_carpometacarpal_1" | "r_metacarpophalangeal_1" | "r_carpal_interphalangeal_1" | "r_midcarpal_2" | "r_carpometacarpal_2" | "r_metacarpophalangeal_2" | "r_carpal_proximal_interphalangeal_2" | "r_carpal_distal_interphalangeal_2" | "r_midcarpal_3" | "r_carpometacarpal_3" | "r_metacarpophalangeal_3" | "r_carpal_proximal_interphalangeal_3" | "r_carpal_distal_interphalangeal_3" | "r_midcarpal_4_5" | "r_carpometacarpal_4" | "r_metacarpophalangeal_4" | "r_carpal_proximal_interphalangeal_4" | "r_carpal_distal_interphalangeal_4" | "r_carpometacarpal_5" | "r_metacarpophalangeal_5" | "r_carpal_proximal_interphalangeal_5" | "r_carpal_distal_interphalangeal_5") to inputOutput SFString field named name.Assign typed object value to SFString name field, similar tosetName(String)
.setRotation
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetRotation(float[])
.setRotation
(double x, double y, double z, double angleRadians) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetRotation(float[])
.setRotation
(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named rotation.setRotation
(float x, float y, float z, float angleRadians) Assign values to SFRotation rotation field, similar tosetRotation(float[])
.setRotation
(SFRotation newValue) Assign typed object value to SFRotation rotation field, similar tosetRotation(float[])
.setScale
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetScale(float[])
.setScale
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetScale(float[])
.setScale
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named scale.setScale
(float x, float y, float z) Assign values to SFVec3f scale field, similar tosetScale(float[])
.Assign typed object value to SFVec3f scale field, similar tosetScale(float[])
.setScaleOrientation
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetScaleOrientation(float[])
.setScaleOrientation
(double x, double y, double z, double angleRadians) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetScaleOrientation(float[])
.setScaleOrientation
(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named scaleOrientation.setScaleOrientation
(float x, float y, float z, float angleRadians) Assign values to SFRotation scaleOrientation field, similar tosetScaleOrientation(float[])
.setScaleOrientation
(SFRotation newValue) Assign typed object value to SFRotation scaleOrientation field, similar tosetScaleOrientation(float[])
.setSkinCoordIndex
(int[] newValue) Accessor method to assign Integer array to inputOutput MFInt32 field named skinCoordIndex.setSkinCoordIndex
(ArrayList<Integer> newValue) Assign ArrayList value of MFInt32 skinCoordIndex field, similar tosetSkinCoordIndex(int[])
.setSkinCoordIndex
(MFInt32 newValue) Assign typed object value to MFInt32 skinCoordIndex field, similar tosetSkinCoordIndex(int[])
.setSkinCoordWeight
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetSkinCoordWeight(float[])
.setSkinCoordWeight
(float[] newValue) Accessor method to assign Float array to inputOutput MFFloat field named skinCoordWeight.setSkinCoordWeight
(int[] newValue) Assign floating-point array value of MFFloat skinCoordWeight field, similar tosetSkinCoordWeight(float[])
.setSkinCoordWeight
(ArrayList<Float> newValue) Assign ArrayList value of MFFloat skinCoordWeight field, similar tosetSkinCoordWeight(float[])
.setSkinCoordWeight
(MFFloat newValue) Assign typed object value to MFFloat skinCoordWeight field, similar tosetSkinCoordWeight(float[])
.setStiffness
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetStiffness(float[])
.setStiffness
(float[] newValue) Accessor method to assign Float array to inputOutput MFFloat field named stiffness.setStiffness
(int[] newValue) Assign floating-point array value of MFFloat stiffness field, similar tosetStiffness(float[])
.setStiffness
(ArrayList<Float> newValue) Assign ArrayList value of MFFloat stiffness field, similar tosetStiffness(float[])
.setStiffness
(MFFloat newValue) Assign typed object value to MFFloat stiffness field, similar tosetStiffness(float[])
.setTranslation
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetTranslation(float[])
.setTranslation
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetTranslation(float[])
.setTranslation
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named translation.setTranslation
(float x, float y, float z) Assign values to SFVec3f translation field, similar tosetTranslation(float[])
.setTranslation
(SFVec3f newValue) Assign typed object value to SFVec3f translation field, similar tosetTranslation(float[])
.setUlimit
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetUlimit(float[])
.setUlimit
(float[] newValue) Accessor method to assign Float array to inputOutput MFFloat field named ulimit.setUlimit
(int[] newValue) Assign floating-point array value of MFFloat ulimit field, similar tosetUlimit(float[])
.Assign ArrayList value of MFFloat ulimit field, similar tosetUlimit(float[])
.Assign typed object value to MFFloat ulimit field, similar tosetUlimit(float[])
.final HAnimJoint
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.setUSE
(HAnimJoint DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.setVisible
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar tosetVisible(boolean)
.toStringClassicVRML
(int indentLevel) Recursive method to provide ClassicVRML string serialization.toStringVRML97
(int indentLevel) Recursive method to provide VRML97 string serialization.toStringX3D
(int indentLevel) Recursive method to provide X3D string serialization of this model subgraph, utilizing XML encoding and conforming to X3D Canonical Form.validate()
Recursive method to validate this element plus all contained nodes and statements, using both datatype-specification value checks and regular expression (regex) checking of corresponding string values.Methods inherited from class org.web3d.x3d.jsail.X3DConcreteNode
getContainerFieldAllowedValues, getContainerFieldOverride, hasDEF, hasNameField, hasUSE, includesNameField, isNode, isStatement, resetContainerFieldOverride, setConcreteDEF, setConcreteUSE, setContainerFieldOverride
Methods inherited from class org.web3d.x3d.jsail.X3DConcreteElement
addComments, clearParent, findAncestorElementByName, findAncestorProtoBody, findAncestorScene, findAncestorX3D, getPackageName, getParent, getValidationResult, hasAncestorElementByName, hasAncestorProtoBody, hasAncestorScene, hasAncestorX3D, hasParent, isValid, setConcreteCssClass, setConcreteCssStyle, setConcreteHtmlID, setParent, toStringClassicVRML, toStringVRML97, toStringX3D
-
Field Details
-
NAME_HUMANOID_ROOT
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "humanoid_root" (Java syntax) or humanoid_root (XML syntax).- See Also:
-
NAME_HUMANOID_ROOT_INDEX
public static final int NAME_HUMANOID_ROOT_INDEXSFString xs:NMTOKEN enumeration value "humanoid_root" has unique index 1- See Also:
-
NAME_HUMANOID_ROOT_LOA
public static final int NAME_HUMANOID_ROOT_LOASFString xs:NMTOKEN enumeration value "humanoid_root" has unique Level Of Articulation loa=0- See Also:
-
NAME_SACROILIAC
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "sacroiliac" (Java syntax) or sacroiliac (XML syntax).- See Also:
-
NAME_SACROILIAC_INDEX
public static final int NAME_SACROILIAC_INDEXSFString xs:NMTOKEN enumeration value "sacroiliac" has unique index 2- See Also:
-
NAME_SACROILIAC_LOA
public static final int NAME_SACROILIAC_LOASFString xs:NMTOKEN enumeration value "sacroiliac" has unique Level Of Articulation loa=1- See Also:
-
NAME_SACROILIAC_PARENT
SFString xs:NMTOKEN enumeration value "sacroiliac" has unique parent "humanoid_root" in HAnimJoint- See Also:
-
NAME_SACROILIAC_ALIAS
SFString xs:NMTOKEN enumeration value "sacroiliac" has alias (TODO tokenize array)"SIJ,SI joint"- See Also:
-
NAME_L_HIP
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_hip" (Java syntax) or l_hip (XML syntax).- See Also:
-
NAME_L_HIP_INDEX
public static final int NAME_L_HIP_INDEXSFString xs:NMTOKEN enumeration value "l_hip" has unique index 3- See Also:
-
NAME_L_HIP_LOA
public static final int NAME_L_HIP_LOASFString xs:NMTOKEN enumeration value "l_hip" has unique Level Of Articulation loa=1- See Also:
-
NAME_L_HIP_PARENT
SFString xs:NMTOKEN enumeration value "l_hip" has unique parent "sacroiliac" in HAnimJoint- See Also:
-
NAME_L_KNEE
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_knee" (Java syntax) or l_knee (XML syntax).- See Also:
-
NAME_L_KNEE_INDEX
public static final int NAME_L_KNEE_INDEXSFString xs:NMTOKEN enumeration value "l_knee" has unique index 4- See Also:
-
NAME_L_KNEE_LOA
public static final int NAME_L_KNEE_LOASFString xs:NMTOKEN enumeration value "l_knee" has unique Level Of Articulation loa=1- See Also:
-
NAME_L_KNEE_PARENT
SFString xs:NMTOKEN enumeration value "l_knee" has unique parent "l_hip" in HAnimJoint- See Also:
-
NAME_L_TALOCRURAL
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_talocrural" (Java syntax) or l_talocrural (XML syntax).- See Also:
-
NAME_L_TALOCRURAL_INDEX
public static final int NAME_L_TALOCRURAL_INDEXSFString xs:NMTOKEN enumeration value "l_talocrural" has unique index 5- See Also:
-
NAME_L_TALOCRURAL_LOA
public static final int NAME_L_TALOCRURAL_LOASFString xs:NMTOKEN enumeration value "l_talocrural" has unique Level Of Articulation loa=1- See Also:
-
NAME_L_TALOCRURAL_PARENT
SFString xs:NMTOKEN enumeration value "l_talocrural" has unique parent "l_knee" in HAnimJoint- See Also:
-
NAME_L_TALOCRURAL_ALIAS
SFString xs:NMTOKEN enumeration value "l_talocrural" has alias "l_ankle"- See Also:
-
NAME_L_TALOCALCANEONAVICULAR
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_talocalcaneonavicular" (Java syntax) or l_talocalcaneonavicular (XML syntax).- See Also:
-
NAME_L_TALOCALCANEONAVICULAR_INDEX
public static final int NAME_L_TALOCALCANEONAVICULAR_INDEXSFString xs:NMTOKEN enumeration value "l_talocalcaneonavicular" has unique index 6- See Also:
-
NAME_L_TALOCALCANEONAVICULAR_LOA
public static final int NAME_L_TALOCALCANEONAVICULAR_LOASFString xs:NMTOKEN enumeration value "l_talocalcaneonavicular" has unique Level Of Articulation loa=4- See Also:
-
NAME_L_TALOCALCANEONAVICULAR_PARENT
SFString xs:NMTOKEN enumeration value "l_talocalcaneonavicular" has unique parent "l_talocrural" in HAnimJoint- See Also:
-
NAME_L_TALOCALCANEONAVICULAR_ALIAS
SFString xs:NMTOKEN enumeration value "l_talocalcaneonavicular" has alias "l_talocalcaneal"- See Also:
-
NAME_L_CUNEONAVICULAR_1
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_cuneonavicular_1" (Java syntax) or l_cuneonavicular_1 (XML syntax).- See Also:
-
NAME_L_CUNEONAVICULAR_1_INDEX
public static final int NAME_L_CUNEONAVICULAR_1_INDEXSFString xs:NMTOKEN enumeration value "l_cuneonavicular_1" has unique index 7- See Also:
-
NAME_L_CUNEONAVICULAR_1_LOA
public static final int NAME_L_CUNEONAVICULAR_1_LOASFString xs:NMTOKEN enumeration value "l_cuneonavicular_1" has unique Level Of Articulation loa=4- See Also:
-
NAME_L_CUNEONAVICULAR_1_PARENT
SFString xs:NMTOKEN enumeration value "l_cuneonavicular_1" has unique parent "l_talocalcaneonavicular" in HAnimJoint- See Also:
-
NAME_L_TARSOMETATARSAL_1
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_tarsometatarsal_1" (Java syntax) or l_tarsometatarsal_1 (XML syntax).- See Also:
-
NAME_L_TARSOMETATARSAL_1_INDEX
public static final int NAME_L_TARSOMETATARSAL_1_INDEXSFString xs:NMTOKEN enumeration value "l_tarsometatarsal_1" has unique index 8- See Also:
-
NAME_L_TARSOMETATARSAL_1_LOA
public static final int NAME_L_TARSOMETATARSAL_1_LOASFString xs:NMTOKEN enumeration value "l_tarsometatarsal_1" has unique Level Of Articulation loa=4- See Also:
-
NAME_L_TARSOMETATARSAL_1_PARENT
SFString xs:NMTOKEN enumeration value "l_tarsometatarsal_1" has unique parent "l_cuneonavicular_1" in HAnimJoint- See Also:
-
NAME_L_METATARSOPHALANGEAL_1
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_metatarsophalangeal_1" (Java syntax) or l_metatarsophalangeal_1 (XML syntax).- See Also:
-
NAME_L_METATARSOPHALANGEAL_1_INDEX
public static final int NAME_L_METATARSOPHALANGEAL_1_INDEXSFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_1" has unique index 9- See Also:
-
NAME_L_METATARSOPHALANGEAL_1_LOA
public static final int NAME_L_METATARSOPHALANGEAL_1_LOASFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_1" has unique Level Of Articulation loa=4- See Also:
-
NAME_L_METATARSOPHALANGEAL_1_PARENT
SFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_1" has unique parent "l_tarsometatarsal_1" in HAnimJoint- See Also:
-
NAME_L_TARSAL_INTERPHALANGEAL_1
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_tarsal_interphalangeal_1" (Java syntax) or l_tarsal_interphalangeal_1 (XML syntax).- See Also:
-
NAME_L_TARSAL_INTERPHALANGEAL_1_INDEX
public static final int NAME_L_TARSAL_INTERPHALANGEAL_1_INDEXSFString xs:NMTOKEN enumeration value "l_tarsal_interphalangeal_1" has unique index 10- See Also:
-
NAME_L_TARSAL_INTERPHALANGEAL_1_LOA
public static final int NAME_L_TARSAL_INTERPHALANGEAL_1_LOASFString xs:NMTOKEN enumeration value "l_tarsal_interphalangeal_1" has unique Level Of Articulation loa=4- See Also:
-
NAME_L_TARSAL_INTERPHALANGEAL_1_PARENT
SFString xs:NMTOKEN enumeration value "l_tarsal_interphalangeal_1" has unique parent "l_metatarsophalangeal_1" in HAnimJoint- See Also:
-
NAME_L_CUNEONAVICULAR_2
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_cuneonavicular_2" (Java syntax) or l_cuneonavicular_2 (XML syntax).- See Also:
-
NAME_L_CUNEONAVICULAR_2_INDEX
public static final int NAME_L_CUNEONAVICULAR_2_INDEXSFString xs:NMTOKEN enumeration value "l_cuneonavicular_2" has unique index 11- See Also:
-
NAME_L_CUNEONAVICULAR_2_LOA
public static final int NAME_L_CUNEONAVICULAR_2_LOASFString xs:NMTOKEN enumeration value "l_cuneonavicular_2" has unique Level Of Articulation loa=4- See Also:
-
NAME_L_CUNEONAVICULAR_2_PARENT
SFString xs:NMTOKEN enumeration value "l_cuneonavicular_2" has unique parent "l_talocalcaneonavicular" in HAnimJoint- See Also:
-
NAME_L_CUNEONAVICULAR_2_ALIAS
SFString xs:NMTOKEN enumeration value "l_cuneonavicular_2" has alias "l_cuneonavicular"- See Also:
-
NAME_L_TARSOMETATARSAL_2
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_tarsometatarsal_2" (Java syntax) or l_tarsometatarsal_2 (XML syntax).- See Also:
-
NAME_L_TARSOMETATARSAL_2_INDEX
public static final int NAME_L_TARSOMETATARSAL_2_INDEXSFString xs:NMTOKEN enumeration value "l_tarsometatarsal_2" has unique index 12- See Also:
-
NAME_L_TARSOMETATARSAL_2_LOA
public static final int NAME_L_TARSOMETATARSAL_2_LOASFString xs:NMTOKEN enumeration value "l_tarsometatarsal_2" has unique Level Of Articulation loa=2- See Also:
-
NAME_L_TARSOMETATARSAL_2_PARENT
SFString xs:NMTOKEN enumeration value "l_tarsometatarsal_2" has unique parent "l_cuneonavicular_2" in HAnimJoint- See Also:
-
NAME_L_TARSOMETATARSAL_2_ALIAS
SFString xs:NMTOKEN enumeration value "l_tarsometatarsal_2" has alias (TODO tokenize array)"l_subtalar,l_tarsometatarsal"- See Also:
-
NAME_L_METATARSOPHALANGEAL_2
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_metatarsophalangeal_2" (Java syntax) or l_metatarsophalangeal_2 (XML syntax).- See Also:
-
NAME_L_METATARSOPHALANGEAL_2_INDEX
public static final int NAME_L_METATARSOPHALANGEAL_2_INDEXSFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_2" has unique index 13- See Also:
-
NAME_L_METATARSOPHALANGEAL_2_LOA
public static final int NAME_L_METATARSOPHALANGEAL_2_LOASFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_2" has unique Level Of Articulation loa=1- See Also:
-
NAME_L_METATARSOPHALANGEAL_2_PARENT
SFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_2" has unique parent "l_tarsometatarsal_2" in HAnimJoint- See Also:
-
NAME_L_METATARSOPHALANGEAL_2_ALIAS
SFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_2" has alias (TODO tokenize array)"l_midtarsal,l_metatarsophalangeal"- See Also:
-
NAME_L_TARSAL_PROXIMAL_INTERPHALANGEAL_2
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_tarsal_proximal_interphalangeal_2" (Java syntax) or l_tarsal_proximal_interphalangeal_2 (XML syntax).- See Also:
-
NAME_L_TARSAL_PROXIMAL_INTERPHALANGEAL_2_INDEX
public static final int NAME_L_TARSAL_PROXIMAL_INTERPHALANGEAL_2_INDEXSFString xs:NMTOKEN enumeration value "l_tarsal_proximal_interphalangeal_2" has unique index 14- See Also:
-
NAME_L_TARSAL_PROXIMAL_INTERPHALANGEAL_2_LOA
public static final int NAME_L_TARSAL_PROXIMAL_INTERPHALANGEAL_2_LOASFString xs:NMTOKEN enumeration value "l_tarsal_proximal_interphalangeal_2" has unique Level Of Articulation loa=4- See Also:
-
NAME_L_TARSAL_PROXIMAL_INTERPHALANGEAL_2_PARENT
SFString xs:NMTOKEN enumeration value "l_tarsal_proximal_interphalangeal_2" has unique parent "l_metatarsophalangeal_2" in HAnimJoint- See Also:
-
NAME_L_TARSAL_PROXIMAL_INTERPHALANGEAL_2_ALIAS
SFString xs:NMTOKEN enumeration value "l_tarsal_proximal_interphalangeal_2" has alias "l_tarsal_proximal_interphalangeal"- See Also:
-
NAME_L_TARSAL_DISTAL_INTERPHALANGEAL_2
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_tarsal_distal_interphalangeal_2" (Java syntax) or l_tarsal_distal_interphalangeal_2 (XML syntax).- See Also:
-
NAME_L_TARSAL_DISTAL_INTERPHALANGEAL_2_INDEX
public static final int NAME_L_TARSAL_DISTAL_INTERPHALANGEAL_2_INDEXSFString xs:NMTOKEN enumeration value "l_tarsal_distal_interphalangeal_2" has unique index 15- See Also:
-
NAME_L_TARSAL_DISTAL_INTERPHALANGEAL_2_LOA
public static final int NAME_L_TARSAL_DISTAL_INTERPHALANGEAL_2_LOASFString xs:NMTOKEN enumeration value "l_tarsal_distal_interphalangeal_2" has unique Level Of Articulation loa=2- See Also:
-
NAME_L_TARSAL_DISTAL_INTERPHALANGEAL_2_PARENT
SFString xs:NMTOKEN enumeration value "l_tarsal_distal_interphalangeal_2" has unique parent "l_tarsal_proximal_interphalangeal_2" in HAnimJoint- See Also:
-
NAME_L_TARSAL_DISTAL_INTERPHALANGEAL_2_ALIAS
SFString xs:NMTOKEN enumeration value "l_tarsal_distal_interphalangeal_2" has alias "l_tarsal_distal_interphalangeal"- See Also:
-
NAME_L_CUNEONAVICULAR_3
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_cuneonavicular_3" (Java syntax) or l_cuneonavicular_3 (XML syntax).- See Also:
-
NAME_L_CUNEONAVICULAR_3_INDEX
public static final int NAME_L_CUNEONAVICULAR_3_INDEXSFString xs:NMTOKEN enumeration value "l_cuneonavicular_3" has unique index 16- See Also:
-
NAME_L_CUNEONAVICULAR_3_LOA
public static final int NAME_L_CUNEONAVICULAR_3_LOASFString xs:NMTOKEN enumeration value "l_cuneonavicular_3" has unique Level Of Articulation loa=4- See Also:
-
NAME_L_CUNEONAVICULAR_3_PARENT
SFString xs:NMTOKEN enumeration value "l_cuneonavicular_3" has unique parent "l_talocalcaneonavicular" in HAnimJoint- See Also:
-
NAME_L_TARSOMETATARSAL_3
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_tarsometatarsal_3" (Java syntax) or l_tarsometatarsal_3 (XML syntax).- See Also:
-
NAME_L_TARSOMETATARSAL_3_INDEX
public static final int NAME_L_TARSOMETATARSAL_3_INDEXSFString xs:NMTOKEN enumeration value "l_tarsometatarsal_3" has unique index 17- See Also:
-
NAME_L_TARSOMETATARSAL_3_LOA
public static final int NAME_L_TARSOMETATARSAL_3_LOASFString xs:NMTOKEN enumeration value "l_tarsometatarsal_3" has unique Level Of Articulation loa=4- See Also:
-
NAME_L_TARSOMETATARSAL_3_PARENT
SFString xs:NMTOKEN enumeration value "l_tarsometatarsal_3" has unique parent "l_cuneonavicular_3" in HAnimJoint- See Also:
-
NAME_L_METATARSOPHALANGEAL_3
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_metatarsophalangeal_3" (Java syntax) or l_metatarsophalangeal_3 (XML syntax).- See Also:
-
NAME_L_METATARSOPHALANGEAL_3_INDEX
public static final int NAME_L_METATARSOPHALANGEAL_3_INDEXSFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_3" has unique index 18- See Also:
-
NAME_L_METATARSOPHALANGEAL_3_LOA
public static final int NAME_L_METATARSOPHALANGEAL_3_LOASFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_3" has unique Level Of Articulation loa=4- See Also:
-
NAME_L_METATARSOPHALANGEAL_3_PARENT
SFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_3" has unique parent "l_tarsometatarsal_3" in HAnimJoint- See Also:
-
NAME_L_TARSAL_PROXIMAL_INTERPHALANGEAL_3
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_tarsal_proximal_interphalangeal_3" (Java syntax) or l_tarsal_proximal_interphalangeal_3 (XML syntax).- See Also:
-
NAME_L_TARSAL_PROXIMAL_INTERPHALANGEAL_3_INDEX
public static final int NAME_L_TARSAL_PROXIMAL_INTERPHALANGEAL_3_INDEXSFString xs:NMTOKEN enumeration value "l_tarsal_proximal_interphalangeal_3" has unique index 19- See Also:
-
NAME_L_TARSAL_PROXIMAL_INTERPHALANGEAL_3_LOA
public static final int NAME_L_TARSAL_PROXIMAL_INTERPHALANGEAL_3_LOASFString xs:NMTOKEN enumeration value "l_tarsal_proximal_interphalangeal_3" has unique Level Of Articulation loa=4- See Also:
-
NAME_L_TARSAL_PROXIMAL_INTERPHALANGEAL_3_PARENT
SFString xs:NMTOKEN enumeration value "l_tarsal_proximal_interphalangeal_3" has unique parent "l_metatarsophalangeal_3" in HAnimJoint- See Also:
-
NAME_L_TARSAL_DISTAL_INTERPHALANGEAL_3
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_tarsal_distal_interphalangeal_3" (Java syntax) or l_tarsal_distal_interphalangeal_3 (XML syntax).- See Also:
-
NAME_L_TARSAL_DISTAL_INTERPHALANGEAL_3_INDEX
public static final int NAME_L_TARSAL_DISTAL_INTERPHALANGEAL_3_INDEXSFString xs:NMTOKEN enumeration value "l_tarsal_distal_interphalangeal_3" has unique index 20- See Also:
-
NAME_L_TARSAL_DISTAL_INTERPHALANGEAL_3_LOA
public static final int NAME_L_TARSAL_DISTAL_INTERPHALANGEAL_3_LOASFString xs:NMTOKEN enumeration value "l_tarsal_distal_interphalangeal_3" has unique Level Of Articulation loa=4- See Also:
-
NAME_L_TARSAL_DISTAL_INTERPHALANGEAL_3_PARENT
SFString xs:NMTOKEN enumeration value "l_tarsal_distal_interphalangeal_3" has unique parent "l_tarsal_proximal_interphalangeal_3" in HAnimJoint- See Also:
-
NAME_L_CALCANEOCUBOID
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_calcaneocuboid" (Java syntax) or l_calcaneocuboid (XML syntax).- See Also:
-
NAME_L_CALCANEOCUBOID_INDEX
public static final int NAME_L_CALCANEOCUBOID_INDEXSFString xs:NMTOKEN enumeration value "l_calcaneocuboid" has unique index 21- See Also:
-
NAME_L_CALCANEOCUBOID_LOA
public static final int NAME_L_CALCANEOCUBOID_LOASFString xs:NMTOKEN enumeration value "l_calcaneocuboid" has unique Level Of Articulation loa=4- See Also:
-
NAME_L_CALCANEOCUBOID_PARENT
SFString xs:NMTOKEN enumeration value "l_calcaneocuboid" has unique parent "l_talocrural" in HAnimJoint- See Also:
-
NAME_L_CALCANEOCUBOID_ALIAS
SFString xs:NMTOKEN enumeration value "l_calcaneocuboid" has alias "l_calcaneuscuboid"- See Also:
-
NAME_L_TRANSVERSETARSAL
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_transversetarsal" (Java syntax) or l_transversetarsal (XML syntax).- See Also:
-
NAME_L_TRANSVERSETARSAL_INDEX
public static final int NAME_L_TRANSVERSETARSAL_INDEXSFString xs:NMTOKEN enumeration value "l_transversetarsal" has unique index 22- See Also:
-
NAME_L_TRANSVERSETARSAL_LOA
public static final int NAME_L_TRANSVERSETARSAL_LOASFString xs:NMTOKEN enumeration value "l_transversetarsal" has unique Level Of Articulation loa=4- See Also:
-
NAME_L_TRANSVERSETARSAL_PARENT
SFString xs:NMTOKEN enumeration value "l_transversetarsal" has unique parent "l_calcaneocuboid" in HAnimJoint- See Also:
-
NAME_L_TARSOMETATARSAL_4
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_tarsometatarsal_4" (Java syntax) or l_tarsometatarsal_4 (XML syntax).- See Also:
-
NAME_L_TARSOMETATARSAL_4_INDEX
public static final int NAME_L_TARSOMETATARSAL_4_INDEXSFString xs:NMTOKEN enumeration value "l_tarsometatarsal_4" has unique index 23- See Also:
-
NAME_L_TARSOMETATARSAL_4_LOA
public static final int NAME_L_TARSOMETATARSAL_4_LOASFString xs:NMTOKEN enumeration value "l_tarsometatarsal_4" has unique Level Of Articulation loa=4- See Also:
-
NAME_L_TARSOMETATARSAL_4_PARENT
SFString xs:NMTOKEN enumeration value "l_tarsometatarsal_4" has unique parent "l_transversetarsal" in HAnimJoint- See Also:
-
NAME_L_METATARSOPHALANGEAL_4
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_metatarsophalangeal_4" (Java syntax) or l_metatarsophalangeal_4 (XML syntax).- See Also:
-
NAME_L_METATARSOPHALANGEAL_4_INDEX
public static final int NAME_L_METATARSOPHALANGEAL_4_INDEXSFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_4" has unique index 24- See Also:
-
NAME_L_METATARSOPHALANGEAL_4_LOA
public static final int NAME_L_METATARSOPHALANGEAL_4_LOASFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_4" has unique Level Of Articulation loa=4- See Also:
-
NAME_L_METATARSOPHALANGEAL_4_PARENT
SFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_4" has unique parent "l_tarsometatarsal_4" in HAnimJoint- See Also:
-
NAME_L_TARSAL_PROXIMAL_INTERPHALANGEAL_4
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_tarsal_proximal_interphalangeal_4" (Java syntax) or l_tarsal_proximal_interphalangeal_4 (XML syntax).- See Also:
-
NAME_L_TARSAL_PROXIMAL_INTERPHALANGEAL_4_INDEX
public static final int NAME_L_TARSAL_PROXIMAL_INTERPHALANGEAL_4_INDEXSFString xs:NMTOKEN enumeration value "l_tarsal_proximal_interphalangeal_4" has unique index 25- See Also:
-
NAME_L_TARSAL_PROXIMAL_INTERPHALANGEAL_4_LOA
public static final int NAME_L_TARSAL_PROXIMAL_INTERPHALANGEAL_4_LOASFString xs:NMTOKEN enumeration value "l_tarsal_proximal_interphalangeal_4" has unique Level Of Articulation loa=4- See Also:
-
NAME_L_TARSAL_PROXIMAL_INTERPHALANGEAL_4_PARENT
SFString xs:NMTOKEN enumeration value "l_tarsal_proximal_interphalangeal_4" has unique parent "l_metatarsophalangeal_4" in HAnimJoint- See Also:
-
NAME_L_TARSAL_DISTAL_INTERPHALANGEAL_4
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_tarsal_distal_interphalangeal_4" (Java syntax) or l_tarsal_distal_interphalangeal_4 (XML syntax).- See Also:
-
NAME_L_TARSAL_DISTAL_INTERPHALANGEAL_4_INDEX
public static final int NAME_L_TARSAL_DISTAL_INTERPHALANGEAL_4_INDEXSFString xs:NMTOKEN enumeration value "l_tarsal_distal_interphalangeal_4" has unique index 26- See Also:
-
NAME_L_TARSAL_DISTAL_INTERPHALANGEAL_4_LOA
public static final int NAME_L_TARSAL_DISTAL_INTERPHALANGEAL_4_LOASFString xs:NMTOKEN enumeration value "l_tarsal_distal_interphalangeal_4" has unique Level Of Articulation loa=4- See Also:
-
NAME_L_TARSAL_DISTAL_INTERPHALANGEAL_4_PARENT
SFString xs:NMTOKEN enumeration value "l_tarsal_distal_interphalangeal_4" has unique parent "l_tarsal_proximal_interphalangeal_4" in HAnimJoint- See Also:
-
NAME_L_TARSOMETATARSAL_5
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_tarsometatarsal_5" (Java syntax) or l_tarsometatarsal_5 (XML syntax).- See Also:
-
NAME_L_TARSOMETATARSAL_5_INDEX
public static final int NAME_L_TARSOMETATARSAL_5_INDEXSFString xs:NMTOKEN enumeration value "l_tarsometatarsal_5" has unique index 27- See Also:
-
NAME_L_TARSOMETATARSAL_5_LOA
public static final int NAME_L_TARSOMETATARSAL_5_LOASFString xs:NMTOKEN enumeration value "l_tarsometatarsal_5" has unique Level Of Articulation loa=4- See Also:
-
NAME_L_TARSOMETATARSAL_5_PARENT
SFString xs:NMTOKEN enumeration value "l_tarsometatarsal_5" has unique parent "l_transversetarsal" in HAnimJoint- See Also:
-
NAME_L_METATARSOPHALANGEAL_5
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_metatarsophalangeal_5" (Java syntax) or l_metatarsophalangeal_5 (XML syntax).- See Also:
-
NAME_L_METATARSOPHALANGEAL_5_INDEX
public static final int NAME_L_METATARSOPHALANGEAL_5_INDEXSFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_5" has unique index 28- See Also:
-
NAME_L_METATARSOPHALANGEAL_5_LOA
public static final int NAME_L_METATARSOPHALANGEAL_5_LOASFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_5" has unique Level Of Articulation loa=4- See Also:
-
NAME_L_METATARSOPHALANGEAL_5_PARENT
SFString xs:NMTOKEN enumeration value "l_metatarsophalangeal_5" has unique parent "l_tarsometatarsal_5" in HAnimJoint- See Also:
-
NAME_L_TARSAL_PROXIMAL_INTERPHALANGEAL_5
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_tarsal_proximal_interphalangeal_5" (Java syntax) or l_tarsal_proximal_interphalangeal_5 (XML syntax).- See Also:
-
NAME_L_TARSAL_PROXIMAL_INTERPHALANGEAL_5_INDEX
public static final int NAME_L_TARSAL_PROXIMAL_INTERPHALANGEAL_5_INDEXSFString xs:NMTOKEN enumeration value "l_tarsal_proximal_interphalangeal_5" has unique index 29- See Also:
-
NAME_L_TARSAL_PROXIMAL_INTERPHALANGEAL_5_LOA
public static final int NAME_L_TARSAL_PROXIMAL_INTERPHALANGEAL_5_LOASFString xs:NMTOKEN enumeration value "l_tarsal_proximal_interphalangeal_5" has unique Level Of Articulation loa=4- See Also:
-
NAME_L_TARSAL_PROXIMAL_INTERPHALANGEAL_5_PARENT
SFString xs:NMTOKEN enumeration value "l_tarsal_proximal_interphalangeal_5" has unique parent "l_metatarsophalangeal_5" in HAnimJoint- See Also:
-
NAME_L_TARSAL_DISTAL_INTERPHALANGEAL_5
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_tarsal_distal_interphalangeal_5" (Java syntax) or l_tarsal_distal_interphalangeal_5 (XML syntax).- See Also:
-
NAME_L_TARSAL_DISTAL_INTERPHALANGEAL_5_INDEX
public static final int NAME_L_TARSAL_DISTAL_INTERPHALANGEAL_5_INDEXSFString xs:NMTOKEN enumeration value "l_tarsal_distal_interphalangeal_5" has unique index 30- See Also:
-
NAME_L_TARSAL_DISTAL_INTERPHALANGEAL_5_LOA
public static final int NAME_L_TARSAL_DISTAL_INTERPHALANGEAL_5_LOASFString xs:NMTOKEN enumeration value "l_tarsal_distal_interphalangeal_5" has unique Level Of Articulation loa=4- See Also:
-
NAME_L_TARSAL_DISTAL_INTERPHALANGEAL_5_PARENT
SFString xs:NMTOKEN enumeration value "l_tarsal_distal_interphalangeal_5" has unique parent "l_tarsal_proximal_interphalangeal_5" in HAnimJoint- See Also:
-
NAME_R_HIP
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_hip" (Java syntax) or r_hip (XML syntax).- See Also:
-
NAME_R_HIP_INDEX
public static final int NAME_R_HIP_INDEXSFString xs:NMTOKEN enumeration value "r_hip" has unique index 31- See Also:
-
NAME_R_HIP_LOA
public static final int NAME_R_HIP_LOASFString xs:NMTOKEN enumeration value "r_hip" has unique Level Of Articulation loa=1- See Also:
-
NAME_R_HIP_PARENT
SFString xs:NMTOKEN enumeration value "r_hip" has unique parent "sacroiliac" in HAnimJoint- See Also:
-
NAME_R_KNEE
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_knee" (Java syntax) or r_knee (XML syntax).- See Also:
-
NAME_R_KNEE_INDEX
public static final int NAME_R_KNEE_INDEXSFString xs:NMTOKEN enumeration value "r_knee" has unique index 32- See Also:
-
NAME_R_KNEE_LOA
public static final int NAME_R_KNEE_LOASFString xs:NMTOKEN enumeration value "r_knee" has unique Level Of Articulation loa=1- See Also:
-
NAME_R_KNEE_PARENT
SFString xs:NMTOKEN enumeration value "r_knee" has unique parent "r_hip" in HAnimJoint- See Also:
-
NAME_R_TALOCRURAL
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_talocrural" (Java syntax) or r_talocrural (XML syntax).- See Also:
-
NAME_R_TALOCRURAL_INDEX
public static final int NAME_R_TALOCRURAL_INDEXSFString xs:NMTOKEN enumeration value "r_talocrural" has unique index 33- See Also:
-
NAME_R_TALOCRURAL_LOA
public static final int NAME_R_TALOCRURAL_LOASFString xs:NMTOKEN enumeration value "r_talocrural" has unique Level Of Articulation loa=1- See Also:
-
NAME_R_TALOCRURAL_PARENT
SFString xs:NMTOKEN enumeration value "r_talocrural" has unique parent "r_knee" in HAnimJoint- See Also:
-
NAME_R_TALOCRURAL_ALIAS
SFString xs:NMTOKEN enumeration value "r_talocrural" has alias "r_ankle"- See Also:
-
NAME_R_TALOCALCANEONAVICULAR
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_talocalcaneonavicular" (Java syntax) or r_talocalcaneonavicular (XML syntax).- See Also:
-
NAME_R_TALOCALCANEONAVICULAR_INDEX
public static final int NAME_R_TALOCALCANEONAVICULAR_INDEXSFString xs:NMTOKEN enumeration value "r_talocalcaneonavicular" has unique index 34- See Also:
-
NAME_R_TALOCALCANEONAVICULAR_LOA
public static final int NAME_R_TALOCALCANEONAVICULAR_LOASFString xs:NMTOKEN enumeration value "r_talocalcaneonavicular" has unique Level Of Articulation loa=4- See Also:
-
NAME_R_TALOCALCANEONAVICULAR_PARENT
SFString xs:NMTOKEN enumeration value "r_talocalcaneonavicular" has unique parent "r_talocrural" in HAnimJoint- See Also:
-
NAME_R_TALOCALCANEONAVICULAR_ALIAS
SFString xs:NMTOKEN enumeration value "r_talocalcaneonavicular" has alias "r_talocalcaneal"- See Also:
-
NAME_R_CUNEONAVICULAR_1
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_cuneonavicular_1" (Java syntax) or r_cuneonavicular_1 (XML syntax).- See Also:
-
NAME_R_CUNEONAVICULAR_1_INDEX
public static final int NAME_R_CUNEONAVICULAR_1_INDEXSFString xs:NMTOKEN enumeration value "r_cuneonavicular_1" has unique index 35- See Also:
-
NAME_R_CUNEONAVICULAR_1_LOA
public static final int NAME_R_CUNEONAVICULAR_1_LOASFString xs:NMTOKEN enumeration value "r_cuneonavicular_1" has unique Level Of Articulation loa=4- See Also:
-
NAME_R_CUNEONAVICULAR_1_PARENT
SFString xs:NMTOKEN enumeration value "r_cuneonavicular_1" has unique parent "r_talocalcaneonavicular" in HAnimJoint- See Also:
-
NAME_R_TARSOMETATARSAL_1
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_tarsometatarsal_1" (Java syntax) or r_tarsometatarsal_1 (XML syntax).- See Also:
-
NAME_R_TARSOMETATARSAL_1_INDEX
public static final int NAME_R_TARSOMETATARSAL_1_INDEXSFString xs:NMTOKEN enumeration value "r_tarsometatarsal_1" has unique index 36- See Also:
-
NAME_R_TARSOMETATARSAL_1_LOA
public static final int NAME_R_TARSOMETATARSAL_1_LOASFString xs:NMTOKEN enumeration value "r_tarsometatarsal_1" has unique Level Of Articulation loa=4- See Also:
-
NAME_R_TARSOMETATARSAL_1_PARENT
SFString xs:NMTOKEN enumeration value "r_tarsometatarsal_1" has unique parent "r_cuneonavicular_1" in HAnimJoint- See Also:
-
NAME_R_METATARSOPHALANGEAL_1
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_metatarsophalangeal_1" (Java syntax) or r_metatarsophalangeal_1 (XML syntax).- See Also:
-
NAME_R_METATARSOPHALANGEAL_1_INDEX
public static final int NAME_R_METATARSOPHALANGEAL_1_INDEXSFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_1" has unique index 37- See Also:
-
NAME_R_METATARSOPHALANGEAL_1_LOA
public static final int NAME_R_METATARSOPHALANGEAL_1_LOASFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_1" has unique Level Of Articulation loa=4- See Also:
-
NAME_R_METATARSOPHALANGEAL_1_PARENT
SFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_1" has unique parent "r_tarsometatarsal_1" in HAnimJoint- See Also:
-
NAME_R_TARSAL_INTERPHALANGEAL_1
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_tarsal_interphalangeal_1" (Java syntax) or r_tarsal_interphalangeal_1 (XML syntax).- See Also:
-
NAME_R_TARSAL_INTERPHALANGEAL_1_INDEX
public static final int NAME_R_TARSAL_INTERPHALANGEAL_1_INDEXSFString xs:NMTOKEN enumeration value "r_tarsal_interphalangeal_1" has unique index 38- See Also:
-
NAME_R_TARSAL_INTERPHALANGEAL_1_LOA
public static final int NAME_R_TARSAL_INTERPHALANGEAL_1_LOASFString xs:NMTOKEN enumeration value "r_tarsal_interphalangeal_1" has unique Level Of Articulation loa=4- See Also:
-
NAME_R_TARSAL_INTERPHALANGEAL_1_PARENT
SFString xs:NMTOKEN enumeration value "r_tarsal_interphalangeal_1" has unique parent "r_metatarsophalangeal_1" in HAnimJoint- See Also:
-
NAME_R_CUNEONAVICULAR_2
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_cuneonavicular_2" (Java syntax) or r_cuneonavicular_2 (XML syntax).- See Also:
-
NAME_R_CUNEONAVICULAR_2_INDEX
public static final int NAME_R_CUNEONAVICULAR_2_INDEXSFString xs:NMTOKEN enumeration value "r_cuneonavicular_2" has unique index 39- See Also:
-
NAME_R_CUNEONAVICULAR_2_LOA
public static final int NAME_R_CUNEONAVICULAR_2_LOASFString xs:NMTOKEN enumeration value "r_cuneonavicular_2" has unique Level Of Articulation loa=4- See Also:
-
NAME_R_CUNEONAVICULAR_2_PARENT
SFString xs:NMTOKEN enumeration value "r_cuneonavicular_2" has unique parent "r_talocalcaneonavicular" in HAnimJoint- See Also:
-
NAME_R_CUNEONAVICULAR_2_ALIAS
SFString xs:NMTOKEN enumeration value "r_cuneonavicular_2" has alias "r_cuneonavicular"- See Also:
-
NAME_R_TARSOMETATARSAL_2
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_tarsometatarsal_2" (Java syntax) or r_tarsometatarsal_2 (XML syntax).- See Also:
-
NAME_R_TARSOMETATARSAL_2_INDEX
public static final int NAME_R_TARSOMETATARSAL_2_INDEXSFString xs:NMTOKEN enumeration value "r_tarsometatarsal_2" has unique index 40- See Also:
-
NAME_R_TARSOMETATARSAL_2_LOA
public static final int NAME_R_TARSOMETATARSAL_2_LOASFString xs:NMTOKEN enumeration value "r_tarsometatarsal_2" has unique Level Of Articulation loa=2- See Also:
-
NAME_R_TARSOMETATARSAL_2_PARENT
SFString xs:NMTOKEN enumeration value "r_tarsometatarsal_2" has unique parent "r_cuneonavicular_2" in HAnimJoint- See Also:
-
NAME_R_TARSOMETATARSAL_2_ALIAS
SFString xs:NMTOKEN enumeration value "r_tarsometatarsal_2" has alias (TODO tokenize array)"r_subtalar,r_tarsometatarsal"- See Also:
-
NAME_R_METATARSOPHALANGEAL_2
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_metatarsophalangeal_2" (Java syntax) or r_metatarsophalangeal_2 (XML syntax).- See Also:
-
NAME_R_METATARSOPHALANGEAL_2_INDEX
public static final int NAME_R_METATARSOPHALANGEAL_2_INDEXSFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_2" has unique index 41- See Also:
-
NAME_R_METATARSOPHALANGEAL_2_LOA
public static final int NAME_R_METATARSOPHALANGEAL_2_LOASFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_2" has unique Level Of Articulation loa=1- See Also:
-
NAME_R_METATARSOPHALANGEAL_2_PARENT
SFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_2" has unique parent "r_tarsometatarsal_2" in HAnimJoint- See Also:
-
NAME_R_METATARSOPHALANGEAL_2_ALIAS
SFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_2" has alias (TODO tokenize array)"r_midtarsal,r_metatarsophalangeal"- See Also:
-
NAME_R_TARSAL_PROXIMAL_INTERPHALANGEAL_2
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_tarsal_proximal_interphalangeal_2" (Java syntax) or r_tarsal_proximal_interphalangeal_2 (XML syntax).- See Also:
-
NAME_R_TARSAL_PROXIMAL_INTERPHALANGEAL_2_INDEX
public static final int NAME_R_TARSAL_PROXIMAL_INTERPHALANGEAL_2_INDEXSFString xs:NMTOKEN enumeration value "r_tarsal_proximal_interphalangeal_2" has unique index 42- See Also:
-
NAME_R_TARSAL_PROXIMAL_INTERPHALANGEAL_2_LOA
public static final int NAME_R_TARSAL_PROXIMAL_INTERPHALANGEAL_2_LOASFString xs:NMTOKEN enumeration value "r_tarsal_proximal_interphalangeal_2" has unique Level Of Articulation loa=4- See Also:
-
NAME_R_TARSAL_PROXIMAL_INTERPHALANGEAL_2_PARENT
SFString xs:NMTOKEN enumeration value "r_tarsal_proximal_interphalangeal_2" has unique parent "r_metatarsophalangeal_2" in HAnimJoint- See Also:
-
NAME_R_TARSAL_PROXIMAL_INTERPHALANGEAL_2_ALIAS
SFString xs:NMTOKEN enumeration value "r_tarsal_proximal_interphalangeal_2" has alias "r_tarsal_proximal_interphalangeal"- See Also:
-
NAME_R_TARSAL_DISTAL_INTERPHALANGEAL_2
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_tarsal_distal_interphalangeal_2" (Java syntax) or r_tarsal_distal_interphalangeal_2 (XML syntax).- See Also:
-
NAME_R_TARSAL_DISTAL_INTERPHALANGEAL_2_INDEX
public static final int NAME_R_TARSAL_DISTAL_INTERPHALANGEAL_2_INDEXSFString xs:NMTOKEN enumeration value "r_tarsal_distal_interphalangeal_2" has unique index 43- See Also:
-
NAME_R_TARSAL_DISTAL_INTERPHALANGEAL_2_LOA
public static final int NAME_R_TARSAL_DISTAL_INTERPHALANGEAL_2_LOASFString xs:NMTOKEN enumeration value "r_tarsal_distal_interphalangeal_2" has unique Level Of Articulation loa=2- See Also:
-
NAME_R_TARSAL_DISTAL_INTERPHALANGEAL_2_PARENT
SFString xs:NMTOKEN enumeration value "r_tarsal_distal_interphalangeal_2" has unique parent "r_tarsal_proximal_interphalangeal_2" in HAnimJoint- See Also:
-
NAME_R_TARSAL_DISTAL_INTERPHALANGEAL_2_ALIAS
SFString xs:NMTOKEN enumeration value "r_tarsal_distal_interphalangeal_2" has alias (TODO tokenize array)"r_metatarsal,r_tarsal_distal_interphalangeal"- See Also:
-
NAME_R_CUNEONAVICULAR_3
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_cuneonavicular_3" (Java syntax) or r_cuneonavicular_3 (XML syntax).- See Also:
-
NAME_R_CUNEONAVICULAR_3_INDEX
public static final int NAME_R_CUNEONAVICULAR_3_INDEXSFString xs:NMTOKEN enumeration value "r_cuneonavicular_3" has unique index 44- See Also:
-
NAME_R_CUNEONAVICULAR_3_LOA
public static final int NAME_R_CUNEONAVICULAR_3_LOASFString xs:NMTOKEN enumeration value "r_cuneonavicular_3" has unique Level Of Articulation loa=4- See Also:
-
NAME_R_CUNEONAVICULAR_3_PARENT
SFString xs:NMTOKEN enumeration value "r_cuneonavicular_3" has unique parent "r_talocalcaneonavicular" in HAnimJoint- See Also:
-
NAME_R_TARSOMETATARSAL_3
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_tarsometatarsal_3" (Java syntax) or r_tarsometatarsal_3 (XML syntax).- See Also:
-
NAME_R_TARSOMETATARSAL_3_INDEX
public static final int NAME_R_TARSOMETATARSAL_3_INDEXSFString xs:NMTOKEN enumeration value "r_tarsometatarsal_3" has unique index 45- See Also:
-
NAME_R_TARSOMETATARSAL_3_LOA
public static final int NAME_R_TARSOMETATARSAL_3_LOASFString xs:NMTOKEN enumeration value "r_tarsometatarsal_3" has unique Level Of Articulation loa=4- See Also:
-
NAME_R_TARSOMETATARSAL_3_PARENT
SFString xs:NMTOKEN enumeration value "r_tarsometatarsal_3" has unique parent "r_cuneonavicular_3" in HAnimJoint- See Also:
-
NAME_R_METATARSOPHALANGEAL_3
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_metatarsophalangeal_3" (Java syntax) or r_metatarsophalangeal_3 (XML syntax).- See Also:
-
NAME_R_METATARSOPHALANGEAL_3_INDEX
public static final int NAME_R_METATARSOPHALANGEAL_3_INDEXSFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_3" has unique index 46- See Also:
-
NAME_R_METATARSOPHALANGEAL_3_LOA
public static final int NAME_R_METATARSOPHALANGEAL_3_LOASFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_3" has unique Level Of Articulation loa=4- See Also:
-
NAME_R_METATARSOPHALANGEAL_3_PARENT
SFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_3" has unique parent "r_tarsometatarsal_3" in HAnimJoint- See Also:
-
NAME_R_TARSAL_PROXIMAL_INTERPHALANGEAL_3
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_tarsal_proximal_interphalangeal_3" (Java syntax) or r_tarsal_proximal_interphalangeal_3 (XML syntax).- See Also:
-
NAME_R_TARSAL_PROXIMAL_INTERPHALANGEAL_3_INDEX
public static final int NAME_R_TARSAL_PROXIMAL_INTERPHALANGEAL_3_INDEXSFString xs:NMTOKEN enumeration value "r_tarsal_proximal_interphalangeal_3" has unique index 47- See Also:
-
NAME_R_TARSAL_PROXIMAL_INTERPHALANGEAL_3_LOA
public static final int NAME_R_TARSAL_PROXIMAL_INTERPHALANGEAL_3_LOASFString xs:NMTOKEN enumeration value "r_tarsal_proximal_interphalangeal_3" has unique Level Of Articulation loa=4- See Also:
-
NAME_R_TARSAL_PROXIMAL_INTERPHALANGEAL_3_PARENT
SFString xs:NMTOKEN enumeration value "r_tarsal_proximal_interphalangeal_3" has unique parent "r_metatarsophalangeal_3" in HAnimJoint- See Also:
-
NAME_R_TARSAL_DISTAL_INTERPHALANGEAL_3
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_tarsal_distal_interphalangeal_3" (Java syntax) or r_tarsal_distal_interphalangeal_3 (XML syntax).- See Also:
-
NAME_R_TARSAL_DISTAL_INTERPHALANGEAL_3_INDEX
public static final int NAME_R_TARSAL_DISTAL_INTERPHALANGEAL_3_INDEXSFString xs:NMTOKEN enumeration value "r_tarsal_distal_interphalangeal_3" has unique index 48- See Also:
-
NAME_R_TARSAL_DISTAL_INTERPHALANGEAL_3_LOA
public static final int NAME_R_TARSAL_DISTAL_INTERPHALANGEAL_3_LOASFString xs:NMTOKEN enumeration value "r_tarsal_distal_interphalangeal_3" has unique Level Of Articulation loa=4- See Also:
-
NAME_R_TARSAL_DISTAL_INTERPHALANGEAL_3_PARENT
SFString xs:NMTOKEN enumeration value "r_tarsal_distal_interphalangeal_3" has unique parent "r_tarsal_proximal_interphalangeal_3" in HAnimJoint- See Also:
-
NAME_R_CALCANEOCUBOID
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_calcaneocuboid" (Java syntax) or r_calcaneocuboid (XML syntax).- See Also:
-
NAME_R_CALCANEOCUBOID_INDEX
public static final int NAME_R_CALCANEOCUBOID_INDEXSFString xs:NMTOKEN enumeration value "r_calcaneocuboid" has unique index 49- See Also:
-
NAME_R_CALCANEOCUBOID_LOA
public static final int NAME_R_CALCANEOCUBOID_LOASFString xs:NMTOKEN enumeration value "r_calcaneocuboid" has unique Level Of Articulation loa=4- See Also:
-
NAME_R_CALCANEOCUBOID_PARENT
SFString xs:NMTOKEN enumeration value "r_calcaneocuboid" has unique parent "r_talocrural" in HAnimJoint- See Also:
-
NAME_R_CALCANEOCUBOID_ALIAS
SFString xs:NMTOKEN enumeration value "r_calcaneocuboid" has alias "r_calcaneuscuboid"- See Also:
-
NAME_R_TRANSVERSETARSAL
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_transversetarsal" (Java syntax) or r_transversetarsal (XML syntax).- See Also:
-
NAME_R_TRANSVERSETARSAL_INDEX
public static final int NAME_R_TRANSVERSETARSAL_INDEXSFString xs:NMTOKEN enumeration value "r_transversetarsal" has unique index 50- See Also:
-
NAME_R_TRANSVERSETARSAL_LOA
public static final int NAME_R_TRANSVERSETARSAL_LOASFString xs:NMTOKEN enumeration value "r_transversetarsal" has unique Level Of Articulation loa=4- See Also:
-
NAME_R_TRANSVERSETARSAL_PARENT
SFString xs:NMTOKEN enumeration value "r_transversetarsal" has unique parent "r_calcaneocuboid" in HAnimJoint- See Also:
-
NAME_R_TARSOMETATARSAL_4
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_tarsometatarsal_4" (Java syntax) or r_tarsometatarsal_4 (XML syntax).- See Also:
-
NAME_R_TARSOMETATARSAL_4_INDEX
public static final int NAME_R_TARSOMETATARSAL_4_INDEXSFString xs:NMTOKEN enumeration value "r_tarsometatarsal_4" has unique index 51- See Also:
-
NAME_R_TARSOMETATARSAL_4_LOA
public static final int NAME_R_TARSOMETATARSAL_4_LOASFString xs:NMTOKEN enumeration value "r_tarsometatarsal_4" has unique Level Of Articulation loa=4- See Also:
-
NAME_R_TARSOMETATARSAL_4_PARENT
SFString xs:NMTOKEN enumeration value "r_tarsometatarsal_4" has unique parent "r_transversetarsal" in HAnimJoint- See Also:
-
NAME_R_METATARSOPHALANGEAL_4
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_metatarsophalangeal_4" (Java syntax) or r_metatarsophalangeal_4 (XML syntax).- See Also:
-
NAME_R_METATARSOPHALANGEAL_4_INDEX
public static final int NAME_R_METATARSOPHALANGEAL_4_INDEXSFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_4" has unique index 52- See Also:
-
NAME_R_METATARSOPHALANGEAL_4_LOA
public static final int NAME_R_METATARSOPHALANGEAL_4_LOASFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_4" has unique Level Of Articulation loa=4- See Also:
-
NAME_R_METATARSOPHALANGEAL_4_PARENT
SFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_4" has unique parent "r_tarsometatarsal_4" in HAnimJoint- See Also:
-
NAME_R_TARSAL_PROXIMAL_INTERPHALANGEAL_4
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_tarsal_proximal_interphalangeal_4" (Java syntax) or r_tarsal_proximal_interphalangeal_4 (XML syntax).- See Also:
-
NAME_R_TARSAL_PROXIMAL_INTERPHALANGEAL_4_INDEX
public static final int NAME_R_TARSAL_PROXIMAL_INTERPHALANGEAL_4_INDEXSFString xs:NMTOKEN enumeration value "r_tarsal_proximal_interphalangeal_4" has unique index 53- See Also:
-
NAME_R_TARSAL_PROXIMAL_INTERPHALANGEAL_4_LOA
public static final int NAME_R_TARSAL_PROXIMAL_INTERPHALANGEAL_4_LOASFString xs:NMTOKEN enumeration value "r_tarsal_proximal_interphalangeal_4" has unique Level Of Articulation loa=4- See Also:
-
NAME_R_TARSAL_PROXIMAL_INTERPHALANGEAL_4_PARENT
SFString xs:NMTOKEN enumeration value "r_tarsal_proximal_interphalangeal_4" has unique parent "r_metatarsophalangeal_4" in HAnimJoint- See Also:
-
NAME_R_TARSAL_DISTAL_INTERPHALANGEAL_4
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_tarsal_distal_interphalangeal_4" (Java syntax) or r_tarsal_distal_interphalangeal_4 (XML syntax).- See Also:
-
NAME_R_TARSAL_DISTAL_INTERPHALANGEAL_4_INDEX
public static final int NAME_R_TARSAL_DISTAL_INTERPHALANGEAL_4_INDEXSFString xs:NMTOKEN enumeration value "r_tarsal_distal_interphalangeal_4" has unique index 54- See Also:
-
NAME_R_TARSAL_DISTAL_INTERPHALANGEAL_4_LOA
public static final int NAME_R_TARSAL_DISTAL_INTERPHALANGEAL_4_LOASFString xs:NMTOKEN enumeration value "r_tarsal_distal_interphalangeal_4" has unique Level Of Articulation loa=4- See Also:
-
NAME_R_TARSAL_DISTAL_INTERPHALANGEAL_4_PARENT
SFString xs:NMTOKEN enumeration value "r_tarsal_distal_interphalangeal_4" has unique parent "r_tarsal_proximal_interphalangeal_4" in HAnimJoint- See Also:
-
NAME_R_TARSOMETATARSAL_5
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_tarsometatarsal_5" (Java syntax) or r_tarsometatarsal_5 (XML syntax).- See Also:
-
NAME_R_TARSOMETATARSAL_5_INDEX
public static final int NAME_R_TARSOMETATARSAL_5_INDEXSFString xs:NMTOKEN enumeration value "r_tarsometatarsal_5" has unique index 55- See Also:
-
NAME_R_TARSOMETATARSAL_5_LOA
public static final int NAME_R_TARSOMETATARSAL_5_LOASFString xs:NMTOKEN enumeration value "r_tarsometatarsal_5" has unique Level Of Articulation loa=4- See Also:
-
NAME_R_TARSOMETATARSAL_5_PARENT
SFString xs:NMTOKEN enumeration value "r_tarsometatarsal_5" has unique parent "r_transversetarsal" in HAnimJoint- See Also:
-
NAME_R_METATARSOPHALANGEAL_5
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_metatarsophalangeal_5" (Java syntax) or r_metatarsophalangeal_5 (XML syntax).- See Also:
-
NAME_R_METATARSOPHALANGEAL_5_INDEX
public static final int NAME_R_METATARSOPHALANGEAL_5_INDEXSFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_5" has unique index 56- See Also:
-
NAME_R_METATARSOPHALANGEAL_5_LOA
public static final int NAME_R_METATARSOPHALANGEAL_5_LOASFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_5" has unique Level Of Articulation loa=4- See Also:
-
NAME_R_METATARSOPHALANGEAL_5_PARENT
SFString xs:NMTOKEN enumeration value "r_metatarsophalangeal_5" has unique parent "r_tarsometatarsal_5" in HAnimJoint- See Also:
-
NAME_R_TARSAL_PROXIMAL_INTERPHALANGEAL_5
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_tarsal_proximal_interphalangeal_5" (Java syntax) or r_tarsal_proximal_interphalangeal_5 (XML syntax).- See Also:
-
NAME_R_TARSAL_PROXIMAL_INTERPHALANGEAL_5_INDEX
public static final int NAME_R_TARSAL_PROXIMAL_INTERPHALANGEAL_5_INDEXSFString xs:NMTOKEN enumeration value "r_tarsal_proximal_interphalangeal_5" has unique index 57- See Also:
-
NAME_R_TARSAL_PROXIMAL_INTERPHALANGEAL_5_LOA
public static final int NAME_R_TARSAL_PROXIMAL_INTERPHALANGEAL_5_LOASFString xs:NMTOKEN enumeration value "r_tarsal_proximal_interphalangeal_5" has unique Level Of Articulation loa=4- See Also:
-
NAME_R_TARSAL_PROXIMAL_INTERPHALANGEAL_5_PARENT
SFString xs:NMTOKEN enumeration value "r_tarsal_proximal_interphalangeal_5" has unique parent "r_metatarsophalangeal_5" in HAnimJoint- See Also:
-
NAME_R_TARSAL_DISTAL_INTERPHALANGEAL_5
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_tarsal_distal_interphalangeal_5" (Java syntax) or r_tarsal_distal_interphalangeal_5 (XML syntax).- See Also:
-
NAME_R_TARSAL_DISTAL_INTERPHALANGEAL_5_INDEX
public static final int NAME_R_TARSAL_DISTAL_INTERPHALANGEAL_5_INDEXSFString xs:NMTOKEN enumeration value "r_tarsal_distal_interphalangeal_5" has unique index 58- See Also:
-
NAME_R_TARSAL_DISTAL_INTERPHALANGEAL_5_LOA
public static final int NAME_R_TARSAL_DISTAL_INTERPHALANGEAL_5_LOASFString xs:NMTOKEN enumeration value "r_tarsal_distal_interphalangeal_5" has unique Level Of Articulation loa=4- See Also:
-
NAME_R_TARSAL_DISTAL_INTERPHALANGEAL_5_PARENT
SFString xs:NMTOKEN enumeration value "r_tarsal_distal_interphalangeal_5" has unique parent "r_tarsal_proximal_interphalangeal_5" in HAnimJoint- See Also:
-
NAME_VL5
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vl5" (Java syntax) or vl5 (XML syntax).- See Also:
-
NAME_VL5_INDEX
public static final int NAME_VL5_INDEXSFString xs:NMTOKEN enumeration value "vl5" has unique index 59- See Also:
-
NAME_VL5_LOA
public static final int NAME_VL5_LOASFString xs:NMTOKEN enumeration value "vl5" has unique Level Of Articulation loa=1- See Also:
-
NAME_VL5_PARENT
SFString xs:NMTOKEN enumeration value "vl5" has unique parent "humanoid_root" in HAnimJoint- See Also:
-
NAME_VL4
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vl4" (Java syntax) or vl4 (XML syntax).- See Also:
-
NAME_VL4_INDEX
public static final int NAME_VL4_INDEXSFString xs:NMTOKEN enumeration value "vl4" has unique index 60- See Also:
-
NAME_VL4_LOA
public static final int NAME_VL4_LOASFString xs:NMTOKEN enumeration value "vl4" has unique Level Of Articulation loa=3- See Also:
-
NAME_VL4_PARENT
SFString xs:NMTOKEN enumeration value "vl4" has unique parent "vl5" in HAnimJoint- See Also:
-
NAME_VL3
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vl3" (Java syntax) or vl3 (XML syntax).- See Also:
-
NAME_VL3_INDEX
public static final int NAME_VL3_INDEXSFString xs:NMTOKEN enumeration value "vl3" has unique index 61- See Also:
-
NAME_VL3_LOA
public static final int NAME_VL3_LOASFString xs:NMTOKEN enumeration value "vl3" has unique Level Of Articulation loa=2- See Also:
-
NAME_VL3_PARENT
SFString xs:NMTOKEN enumeration value "vl3" has unique parent "vl4" in HAnimJoint- See Also:
-
NAME_VL2
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vl2" (Java syntax) or vl2 (XML syntax).- See Also:
-
NAME_VL2_INDEX
public static final int NAME_VL2_INDEXSFString xs:NMTOKEN enumeration value "vl2" has unique index 62- See Also:
-
NAME_VL2_LOA
public static final int NAME_VL2_LOASFString xs:NMTOKEN enumeration value "vl2" has unique Level Of Articulation loa=3- See Also:
-
NAME_VL2_PARENT
SFString xs:NMTOKEN enumeration value "vl2" has unique parent "vl3" in HAnimJoint- See Also:
-
NAME_VL1
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vl1" (Java syntax) or vl1 (XML syntax).- See Also:
-
NAME_VL1_INDEX
public static final int NAME_VL1_INDEXSFString xs:NMTOKEN enumeration value "vl1" has unique index 63- See Also:
-
NAME_VL1_LOA
public static final int NAME_VL1_LOASFString xs:NMTOKEN enumeration value "vl1" has unique Level Of Articulation loa=2- See Also:
-
NAME_VL1_PARENT
SFString xs:NMTOKEN enumeration value "vl1" has unique parent "vl2" in HAnimJoint- See Also:
-
NAME_VT12
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vt12" (Java syntax) or vt12 (XML syntax).- See Also:
-
NAME_VT12_INDEX
public static final int NAME_VT12_INDEXSFString xs:NMTOKEN enumeration value "vt12" has unique index 64- See Also:
-
NAME_VT12_LOA
public static final int NAME_VT12_LOASFString xs:NMTOKEN enumeration value "vt12" has unique Level Of Articulation loa=3- See Also:
-
NAME_VT12_PARENT
SFString xs:NMTOKEN enumeration value "vt12" has unique parent "vl1" in HAnimJoint- See Also:
-
NAME_VT11
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vt11" (Java syntax) or vt11 (XML syntax).- See Also:
-
NAME_VT11_INDEX
public static final int NAME_VT11_INDEXSFString xs:NMTOKEN enumeration value "vt11" has unique index 65- See Also:
-
NAME_VT11_LOA
public static final int NAME_VT11_LOASFString xs:NMTOKEN enumeration value "vt11" has unique Level Of Articulation loa=3- See Also:
-
NAME_VT11_PARENT
SFString xs:NMTOKEN enumeration value "vt11" has unique parent "vt12" in HAnimJoint- See Also:
-
NAME_VT10
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vt10" (Java syntax) or vt10 (XML syntax).- See Also:
-
NAME_VT10_INDEX
public static final int NAME_VT10_INDEXSFString xs:NMTOKEN enumeration value "vt10" has unique index 66- See Also:
-
NAME_VT10_LOA
public static final int NAME_VT10_LOASFString xs:NMTOKEN enumeration value "vt10" has unique Level Of Articulation loa=2- See Also:
-
NAME_VT10_PARENT
SFString xs:NMTOKEN enumeration value "vt10" has unique parent "vt11" in HAnimJoint- See Also:
-
NAME_VT9
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vt9" (Java syntax) or vt9 (XML syntax).- See Also:
-
NAME_VT9_INDEX
public static final int NAME_VT9_INDEXSFString xs:NMTOKEN enumeration value "vt9" has unique index 67- See Also:
-
NAME_VT9_LOA
public static final int NAME_VT9_LOASFString xs:NMTOKEN enumeration value "vt9" has unique Level Of Articulation loa=3- See Also:
-
NAME_VT9_PARENT
SFString xs:NMTOKEN enumeration value "vt9" has unique parent "vt10" in HAnimJoint- See Also:
-
NAME_VT8
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vt8" (Java syntax) or vt8 (XML syntax).- See Also:
-
NAME_VT8_INDEX
public static final int NAME_VT8_INDEXSFString xs:NMTOKEN enumeration value "vt8" has unique index 68- See Also:
-
NAME_VT8_LOA
public static final int NAME_VT8_LOASFString xs:NMTOKEN enumeration value "vt8" has unique Level Of Articulation loa=3- See Also:
-
NAME_VT8_PARENT
SFString xs:NMTOKEN enumeration value "vt8" has unique parent "vt9" in HAnimJoint- See Also:
-
NAME_VT7
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vt7" (Java syntax) or vt7 (XML syntax).- See Also:
-
NAME_VT7_INDEX
public static final int NAME_VT7_INDEXSFString xs:NMTOKEN enumeration value "vt7" has unique index 69- See Also:
-
NAME_VT7_LOA
public static final int NAME_VT7_LOASFString xs:NMTOKEN enumeration value "vt7" has unique Level Of Articulation loa=3- See Also:
-
NAME_VT7_PARENT
SFString xs:NMTOKEN enumeration value "vt7" has unique parent "vt8" in HAnimJoint- See Also:
-
NAME_VT6
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vt6" (Java syntax) or vt6 (XML syntax).- See Also:
-
NAME_VT6_INDEX
public static final int NAME_VT6_INDEXSFString xs:NMTOKEN enumeration value "vt6" has unique index 70- See Also:
-
NAME_VT6_LOA
public static final int NAME_VT6_LOASFString xs:NMTOKEN enumeration value "vt6" has unique Level Of Articulation loa=2- See Also:
-
NAME_VT6_PARENT
SFString xs:NMTOKEN enumeration value "vt6" has unique parent "vt7" in HAnimJoint- See Also:
-
NAME_VT5
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vt5" (Java syntax) or vt5 (XML syntax).- See Also:
-
NAME_VT5_INDEX
public static final int NAME_VT5_INDEXSFString xs:NMTOKEN enumeration value "vt5" has unique index 71- See Also:
-
NAME_VT5_LOA
public static final int NAME_VT5_LOASFString xs:NMTOKEN enumeration value "vt5" has unique Level Of Articulation loa=3- See Also:
-
NAME_VT5_PARENT
SFString xs:NMTOKEN enumeration value "vt5" has unique parent "vt6" in HAnimJoint- See Also:
-
NAME_VT4
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vt4" (Java syntax) or vt4 (XML syntax).- See Also:
-
NAME_VT4_INDEX
public static final int NAME_VT4_INDEXSFString xs:NMTOKEN enumeration value "vt4" has unique index 72- See Also:
-
NAME_VT4_LOA
public static final int NAME_VT4_LOASFString xs:NMTOKEN enumeration value "vt4" has unique Level Of Articulation loa=3- See Also:
-
NAME_VT4_PARENT
SFString xs:NMTOKEN enumeration value "vt4" has unique parent "vt5" in HAnimJoint- See Also:
-
NAME_VT3
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vt3" (Java syntax) or vt3 (XML syntax).- See Also:
-
NAME_VT3_INDEX
public static final int NAME_VT3_INDEXSFString xs:NMTOKEN enumeration value "vt3" has unique index 73- See Also:
-
NAME_VT3_LOA
public static final int NAME_VT3_LOASFString xs:NMTOKEN enumeration value "vt3" has unique Level Of Articulation loa=3- See Also:
-
NAME_VT3_PARENT
SFString xs:NMTOKEN enumeration value "vt3" has unique parent "vt4" in HAnimJoint- See Also:
-
NAME_VT2
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vt2" (Java syntax) or vt2 (XML syntax).- See Also:
-
NAME_VT2_INDEX
public static final int NAME_VT2_INDEXSFString xs:NMTOKEN enumeration value "vt2" has unique index 74- See Also:
-
NAME_VT2_LOA
public static final int NAME_VT2_LOASFString xs:NMTOKEN enumeration value "vt2" has unique Level Of Articulation loa=3- See Also:
-
NAME_VT2_PARENT
SFString xs:NMTOKEN enumeration value "vt2" has unique parent "vt3" in HAnimJoint- See Also:
-
NAME_VT1
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vt1" (Java syntax) or vt1 (XML syntax).- See Also:
-
NAME_VT1_INDEX
public static final int NAME_VT1_INDEXSFString xs:NMTOKEN enumeration value "vt1" has unique index 75- See Also:
-
NAME_VT1_LOA
public static final int NAME_VT1_LOASFString xs:NMTOKEN enumeration value "vt1" has unique Level Of Articulation loa=2- See Also:
-
NAME_VT1_PARENT
SFString xs:NMTOKEN enumeration value "vt1" has unique parent "vt2" in HAnimJoint- See Also:
-
NAME_VC7
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vc7" (Java syntax) or vc7 (XML syntax).- See Also:
-
NAME_VC7_INDEX
public static final int NAME_VC7_INDEXSFString xs:NMTOKEN enumeration value "vc7" has unique index 76- See Also:
-
NAME_VC7_LOA
public static final int NAME_VC7_LOASFString xs:NMTOKEN enumeration value "vc7" has unique Level Of Articulation loa=3- See Also:
-
NAME_VC7_PARENT
SFString xs:NMTOKEN enumeration value "vc7" has unique parent "vt1" in HAnimJoint- See Also:
-
NAME_VC6
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vc6" (Java syntax) or vc6 (XML syntax).- See Also:
-
NAME_VC6_INDEX
public static final int NAME_VC6_INDEXSFString xs:NMTOKEN enumeration value "vc6" has unique index 77- See Also:
-
NAME_VC6_LOA
public static final int NAME_VC6_LOASFString xs:NMTOKEN enumeration value "vc6" has unique Level Of Articulation loa=3- See Also:
-
NAME_VC6_PARENT
SFString xs:NMTOKEN enumeration value "vc6" has unique parent "vc7" in HAnimJoint- See Also:
-
NAME_VC5
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vc5" (Java syntax) or vc5 (XML syntax).- See Also:
-
NAME_VC5_INDEX
public static final int NAME_VC5_INDEXSFString xs:NMTOKEN enumeration value "vc5" has unique index 78- See Also:
-
NAME_VC5_LOA
public static final int NAME_VC5_LOASFString xs:NMTOKEN enumeration value "vc5" has unique Level Of Articulation loa=3- See Also:
-
NAME_VC5_PARENT
SFString xs:NMTOKEN enumeration value "vc5" has unique parent "vc6" in HAnimJoint- See Also:
-
NAME_VC4
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vc4" (Java syntax) or vc4 (XML syntax).- See Also:
-
NAME_VC4_INDEX
public static final int NAME_VC4_INDEXSFString xs:NMTOKEN enumeration value "vc4" has unique index 79- See Also:
-
NAME_VC4_LOA
public static final int NAME_VC4_LOASFString xs:NMTOKEN enumeration value "vc4" has unique Level Of Articulation loa=2- See Also:
-
NAME_VC4_PARENT
SFString xs:NMTOKEN enumeration value "vc4" has unique parent "vc5" in HAnimJoint- See Also:
-
NAME_VC3
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vc3" (Java syntax) or vc3 (XML syntax).- See Also:
-
NAME_VC3_INDEX
public static final int NAME_VC3_INDEXSFString xs:NMTOKEN enumeration value "vc3" has unique index 80- See Also:
-
NAME_VC3_LOA
public static final int NAME_VC3_LOASFString xs:NMTOKEN enumeration value "vc3" has unique Level Of Articulation loa=3- See Also:
-
NAME_VC3_PARENT
SFString xs:NMTOKEN enumeration value "vc3" has unique parent "vc4" in HAnimJoint- See Also:
-
NAME_VC2
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vc2" (Java syntax) or vc2 (XML syntax).- See Also:
-
NAME_VC2_INDEX
public static final int NAME_VC2_INDEXSFString xs:NMTOKEN enumeration value "vc2" has unique index 81- See Also:
-
NAME_VC2_LOA
public static final int NAME_VC2_LOASFString xs:NMTOKEN enumeration value "vc2" has unique Level Of Articulation loa=2- See Also:
-
NAME_VC2_PARENT
SFString xs:NMTOKEN enumeration value "vc2" has unique parent "vc3" in HAnimJoint- See Also:
-
NAME_VC1
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "vc1" (Java syntax) or vc1 (XML syntax).- See Also:
-
NAME_VC1_INDEX
public static final int NAME_VC1_INDEXSFString xs:NMTOKEN enumeration value "vc1" has unique index 82- See Also:
-
NAME_VC1_LOA
public static final int NAME_VC1_LOASFString xs:NMTOKEN enumeration value "vc1" has unique Level Of Articulation loa=3- See Also:
-
NAME_VC1_PARENT
SFString xs:NMTOKEN enumeration value "vc1" has unique parent "vc2" in HAnimJoint- See Also:
-
NAME_SKULLBASE
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "skullbase" (Java syntax) or skullbase (XML syntax).- See Also:
-
NAME_SKULLBASE_INDEX
public static final int NAME_SKULLBASE_INDEXSFString xs:NMTOKEN enumeration value "skullbase" has unique index 83- See Also:
-
NAME_SKULLBASE_LOA
public static final int NAME_SKULLBASE_LOASFString xs:NMTOKEN enumeration value "skullbase" has unique Level Of Articulation loa=1- See Also:
-
NAME_SKULLBASE_PARENT
SFString xs:NMTOKEN enumeration value "skullbase" has unique parent "vc1" in HAnimJoint- See Also:
-
NAME_L_EYELID_JOINT
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_eyelid_joint" (Java syntax) or l_eyelid_joint (XML syntax).- See Also:
-
NAME_L_EYELID_JOINT_INDEX
public static final int NAME_L_EYELID_JOINT_INDEXSFString xs:NMTOKEN enumeration value "l_eyelid_joint" has unique index 84- See Also:
-
NAME_L_EYELID_JOINT_LOA
public static final int NAME_L_EYELID_JOINT_LOASFString xs:NMTOKEN enumeration value "l_eyelid_joint" has unique Level Of Articulation loa=3- See Also:
-
NAME_L_EYELID_JOINT_PARENT
SFString xs:NMTOKEN enumeration value "l_eyelid_joint" has unique parent "skullbase" in HAnimJoint- See Also:
-
NAME_R_EYELID_JOINT
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_eyelid_joint" (Java syntax) or r_eyelid_joint (XML syntax).- See Also:
-
NAME_R_EYELID_JOINT_INDEX
public static final int NAME_R_EYELID_JOINT_INDEXSFString xs:NMTOKEN enumeration value "r_eyelid_joint" has unique index 85- See Also:
-
NAME_R_EYELID_JOINT_LOA
public static final int NAME_R_EYELID_JOINT_LOASFString xs:NMTOKEN enumeration value "r_eyelid_joint" has unique Level Of Articulation loa=3- See Also:
-
NAME_R_EYELID_JOINT_PARENT
SFString xs:NMTOKEN enumeration value "r_eyelid_joint" has unique parent "skullbase" in HAnimJoint- See Also:
-
NAME_L_EYEBALL_JOINT
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_eyeball_joint" (Java syntax) or l_eyeball_joint (XML syntax).- See Also:
-
NAME_L_EYEBALL_JOINT_INDEX
public static final int NAME_L_EYEBALL_JOINT_INDEXSFString xs:NMTOKEN enumeration value "l_eyeball_joint" has unique index 86- See Also:
-
NAME_L_EYEBALL_JOINT_LOA
public static final int NAME_L_EYEBALL_JOINT_LOASFString xs:NMTOKEN enumeration value "l_eyeball_joint" has unique Level Of Articulation loa=3- See Also:
-
NAME_L_EYEBALL_JOINT_PARENT
SFString xs:NMTOKEN enumeration value "l_eyeball_joint" has unique parent "skullbase" in HAnimJoint- See Also:
-
NAME_R_EYEBALL_JOINT
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_eyeball_joint" (Java syntax) or r_eyeball_joint (XML syntax).- See Also:
-
NAME_R_EYEBALL_JOINT_INDEX
public static final int NAME_R_EYEBALL_JOINT_INDEXSFString xs:NMTOKEN enumeration value "r_eyeball_joint" has unique index 87- See Also:
-
NAME_R_EYEBALL_JOINT_LOA
public static final int NAME_R_EYEBALL_JOINT_LOASFString xs:NMTOKEN enumeration value "r_eyeball_joint" has unique Level Of Articulation loa=3- See Also:
-
NAME_R_EYEBALL_JOINT_PARENT
SFString xs:NMTOKEN enumeration value "r_eyeball_joint" has unique parent "skullbase" in HAnimJoint- See Also:
-
NAME_L_EYEBROW_JOINT
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_eyebrow_joint" (Java syntax) or l_eyebrow_joint (XML syntax).- See Also:
-
NAME_L_EYEBROW_JOINT_INDEX
public static final int NAME_L_EYEBROW_JOINT_INDEXSFString xs:NMTOKEN enumeration value "l_eyebrow_joint" has unique index 88- See Also:
-
NAME_L_EYEBROW_JOINT_LOA
public static final int NAME_L_EYEBROW_JOINT_LOASFString xs:NMTOKEN enumeration value "l_eyebrow_joint" has unique Level Of Articulation loa=3- See Also:
-
NAME_L_EYEBROW_JOINT_PARENT
SFString xs:NMTOKEN enumeration value "l_eyebrow_joint" has unique parent "skullbase" in HAnimJoint- See Also:
-
NAME_R_EYEBROW_JOINT
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_eyebrow_joint" (Java syntax) or r_eyebrow_joint (XML syntax).- See Also:
-
NAME_R_EYEBROW_JOINT_INDEX
public static final int NAME_R_EYEBROW_JOINT_INDEXSFString xs:NMTOKEN enumeration value "r_eyebrow_joint" has unique index 89- See Also:
-
NAME_R_EYEBROW_JOINT_LOA
public static final int NAME_R_EYEBROW_JOINT_LOASFString xs:NMTOKEN enumeration value "r_eyebrow_joint" has unique Level Of Articulation loa=3- See Also:
-
NAME_R_EYEBROW_JOINT_PARENT
SFString xs:NMTOKEN enumeration value "r_eyebrow_joint" has unique parent "skullbase" in HAnimJoint- See Also:
-
NAME_TEMPOROMANDIBULAR
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "temporomandibular" (Java syntax) or temporomandibular (XML syntax).- See Also:
-
NAME_TEMPOROMANDIBULAR_INDEX
public static final int NAME_TEMPOROMANDIBULAR_INDEXSFString xs:NMTOKEN enumeration value "temporomandibular" has unique index 90- See Also:
-
NAME_TEMPOROMANDIBULAR_LOA
public static final int NAME_TEMPOROMANDIBULAR_LOASFString xs:NMTOKEN enumeration value "temporomandibular" has unique Level Of Articulation loa=3- See Also:
-
NAME_TEMPOROMANDIBULAR_PARENT
SFString xs:NMTOKEN enumeration value "temporomandibular" has unique parent "skullbase" in HAnimJoint- See Also:
-
NAME_L_STERNOCLAVICULAR
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_sternoclavicular" (Java syntax) or l_sternoclavicular (XML syntax).- See Also:
-
NAME_L_STERNOCLAVICULAR_INDEX
public static final int NAME_L_STERNOCLAVICULAR_INDEXSFString xs:NMTOKEN enumeration value "l_sternoclavicular" has unique index 91- See Also:
-
NAME_L_STERNOCLAVICULAR_LOA
public static final int NAME_L_STERNOCLAVICULAR_LOASFString xs:NMTOKEN enumeration value "l_sternoclavicular" has unique Level Of Articulation loa=2- See Also:
-
NAME_L_STERNOCLAVICULAR_PARENT
SFString xs:NMTOKEN enumeration value "l_sternoclavicular" has unique parent "vt1" in HAnimJoint- See Also:
-
NAME_L_ACROMIOCLAVICULAR
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_acromioclavicular" (Java syntax) or l_acromioclavicular (XML syntax).- See Also:
-
NAME_L_ACROMIOCLAVICULAR_INDEX
public static final int NAME_L_ACROMIOCLAVICULAR_INDEXSFString xs:NMTOKEN enumeration value "l_acromioclavicular" has unique index 92- See Also:
-
NAME_L_ACROMIOCLAVICULAR_LOA
public static final int NAME_L_ACROMIOCLAVICULAR_LOASFString xs:NMTOKEN enumeration value "l_acromioclavicular" has unique Level Of Articulation loa=2- See Also:
-
NAME_L_ACROMIOCLAVICULAR_PARENT
SFString xs:NMTOKEN enumeration value "l_acromioclavicular" has unique parent "l_sternoclavicular" in HAnimJoint- See Also:
-
NAME_L_SHOULDER
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_shoulder" (Java syntax) or l_shoulder (XML syntax).- See Also:
-
NAME_L_SHOULDER_INDEX
public static final int NAME_L_SHOULDER_INDEXSFString xs:NMTOKEN enumeration value "l_shoulder" has unique index 93- See Also:
-
NAME_L_SHOULDER_LOA
public static final int NAME_L_SHOULDER_LOASFString xs:NMTOKEN enumeration value "l_shoulder" has unique Level Of Articulation loa=1- See Also:
-
NAME_L_SHOULDER_PARENT
SFString xs:NMTOKEN enumeration value "l_shoulder" has unique parent "l_acromioclavicular" in HAnimJoint- See Also:
-
NAME_L_ELBOW
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_elbow" (Java syntax) or l_elbow (XML syntax).- See Also:
-
NAME_L_ELBOW_INDEX
public static final int NAME_L_ELBOW_INDEXSFString xs:NMTOKEN enumeration value "l_elbow" has unique index 94- See Also:
-
NAME_L_ELBOW_LOA
public static final int NAME_L_ELBOW_LOASFString xs:NMTOKEN enumeration value "l_elbow" has unique Level Of Articulation loa=1- See Also:
-
NAME_L_ELBOW_PARENT
SFString xs:NMTOKEN enumeration value "l_elbow" has unique parent "l_shoulder" in HAnimJoint- See Also:
-
NAME_L_RADIOCARPAL
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_radiocarpal" (Java syntax) or l_radiocarpal (XML syntax).- See Also:
-
NAME_L_RADIOCARPAL_INDEX
public static final int NAME_L_RADIOCARPAL_INDEXSFString xs:NMTOKEN enumeration value "l_radiocarpal" has unique index 95- See Also:
-
NAME_L_RADIOCARPAL_LOA
public static final int NAME_L_RADIOCARPAL_LOASFString xs:NMTOKEN enumeration value "l_radiocarpal" has unique Level Of Articulation loa=1- See Also:
-
NAME_L_RADIOCARPAL_PARENT
SFString xs:NMTOKEN enumeration value "l_radiocarpal" has unique parent "l_elbow" in HAnimJoint- See Also:
-
NAME_L_RADIOCARPAL_ALIAS
SFString xs:NMTOKEN enumeration value "l_radiocarpal" has alias "l_wrist"- See Also:
-
NAME_L_MIDCARPAL_1
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_midcarpal_1" (Java syntax) or l_midcarpal_1 (XML syntax).- See Also:
-
NAME_L_MIDCARPAL_1_INDEX
public static final int NAME_L_MIDCARPAL_1_INDEXSFString xs:NMTOKEN enumeration value "l_midcarpal_1" has unique index 96- See Also:
-
NAME_L_MIDCARPAL_1_LOA
public static final int NAME_L_MIDCARPAL_1_LOASFString xs:NMTOKEN enumeration value "l_midcarpal_1" has unique Level Of Articulation loa=4- See Also:
-
NAME_L_MIDCARPAL_1_PARENT
SFString xs:NMTOKEN enumeration value "l_midcarpal_1" has unique parent "l_radiocarpal" in HAnimJoint- See Also:
-
NAME_L_CARPOMETACARPAL_1
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_carpometacarpal_1" (Java syntax) or l_carpometacarpal_1 (XML syntax).- See Also:
-
NAME_L_CARPOMETACARPAL_1_INDEX
public static final int NAME_L_CARPOMETACARPAL_1_INDEXSFString xs:NMTOKEN enumeration value "l_carpometacarpal_1" has unique index 97- See Also:
-
NAME_L_CARPOMETACARPAL_1_LOA
public static final int NAME_L_CARPOMETACARPAL_1_LOASFString xs:NMTOKEN enumeration value "l_carpometacarpal_1" has unique Level Of Articulation loa=2- See Also:
-
NAME_L_CARPOMETACARPAL_1_PARENT
SFString xs:NMTOKEN enumeration value "l_carpometacarpal_1" has unique parent "l_midcarpal_1" in HAnimJoint- See Also:
-
NAME_L_CARPOMETACARPAL_1_ALIAS
SFString xs:NMTOKEN enumeration value "l_carpometacarpal_1" has alias "l_thumb1"- See Also:
-
NAME_L_METACARPOPHALANGEAL_1
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_metacarpophalangeal_1" (Java syntax) or l_metacarpophalangeal_1 (XML syntax).- See Also:
-
NAME_L_METACARPOPHALANGEAL_1_INDEX
public static final int NAME_L_METACARPOPHALANGEAL_1_INDEXSFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_1" has unique index 98- See Also:
-
NAME_L_METACARPOPHALANGEAL_1_LOA
public static final int NAME_L_METACARPOPHALANGEAL_1_LOASFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_1" has unique Level Of Articulation loa=2- See Also:
-
NAME_L_METACARPOPHALANGEAL_1_PARENT
SFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_1" has unique parent "l_carpometacarpal_1" in HAnimJoint- See Also:
-
NAME_L_METACARPOPHALANGEAL_1_ALIAS
SFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_1" has alias "l_thumb2"- See Also:
-
NAME_L_CARPAL_INTERPHALANGEAL_1
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_carpal_interphalangeal_1" (Java syntax) or l_carpal_interphalangeal_1 (XML syntax).- See Also:
-
NAME_L_CARPAL_INTERPHALANGEAL_1_INDEX
public static final int NAME_L_CARPAL_INTERPHALANGEAL_1_INDEXSFString xs:NMTOKEN enumeration value "l_carpal_interphalangeal_1" has unique index 99- See Also:
-
NAME_L_CARPAL_INTERPHALANGEAL_1_LOA
public static final int NAME_L_CARPAL_INTERPHALANGEAL_1_LOASFString xs:NMTOKEN enumeration value "l_carpal_interphalangeal_1" has unique Level Of Articulation loa=2- See Also:
-
NAME_L_CARPAL_INTERPHALANGEAL_1_PARENT
SFString xs:NMTOKEN enumeration value "l_carpal_interphalangeal_1" has unique parent "l_metacarpophalangeal_1" in HAnimJoint- See Also:
-
NAME_L_CARPAL_INTERPHALANGEAL_1_ALIAS
SFString xs:NMTOKEN enumeration value "l_carpal_interphalangeal_1" has alias "l_thumb3"- See Also:
-
NAME_L_MIDCARPAL_2
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_midcarpal_2" (Java syntax) or l_midcarpal_2 (XML syntax).- See Also:
-
NAME_L_MIDCARPAL_2_INDEX
public static final int NAME_L_MIDCARPAL_2_INDEXSFString xs:NMTOKEN enumeration value "l_midcarpal_2" has unique index 100- See Also:
-
NAME_L_MIDCARPAL_2_LOA
public static final int NAME_L_MIDCARPAL_2_LOASFString xs:NMTOKEN enumeration value "l_midcarpal_2" has unique Level Of Articulation loa=4- See Also:
-
NAME_L_MIDCARPAL_2_PARENT
SFString xs:NMTOKEN enumeration value "l_midcarpal_2" has unique parent "l_radiocarpal" in HAnimJoint- See Also:
-
NAME_L_CARPOMETACARPAL_2
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_carpometacarpal_2" (Java syntax) or l_carpometacarpal_2 (XML syntax).- See Also:
-
NAME_L_CARPOMETACARPAL_2_INDEX
public static final int NAME_L_CARPOMETACARPAL_2_INDEXSFString xs:NMTOKEN enumeration value "l_carpometacarpal_2" has unique index 101- See Also:
-
NAME_L_CARPOMETACARPAL_2_LOA
public static final int NAME_L_CARPOMETACARPAL_2_LOASFString xs:NMTOKEN enumeration value "l_carpometacarpal_2" has unique Level Of Articulation loa=2- See Also:
-
NAME_L_CARPOMETACARPAL_2_PARENT
SFString xs:NMTOKEN enumeration value "l_carpometacarpal_2" has unique parent "l_midcarpal_2" in HAnimJoint- See Also:
-
NAME_L_CARPOMETACARPAL_2_ALIAS
SFString xs:NMTOKEN enumeration value "l_carpometacarpal_2" has alias (TODO tokenize array)"l_index0,l_carpometacarpal"- See Also:
-
NAME_L_METACARPOPHALANGEAL_2
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_metacarpophalangeal_2" (Java syntax) or l_metacarpophalangeal_2 (XML syntax).- See Also:
-
NAME_L_METACARPOPHALANGEAL_2_INDEX
public static final int NAME_L_METACARPOPHALANGEAL_2_INDEXSFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_2" has unique index 102- See Also:
-
NAME_L_METACARPOPHALANGEAL_2_LOA
public static final int NAME_L_METACARPOPHALANGEAL_2_LOASFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_2" has unique Level Of Articulation loa=2- See Also:
-
NAME_L_METACARPOPHALANGEAL_2_PARENT
SFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_2" has unique parent "l_carpometacarpal_2" in HAnimJoint- See Also:
-
NAME_L_METACARPOPHALANGEAL_2_ALIAS
SFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_2" has alias (TODO tokenize array)"l_index1,l_metacarpophalangeal"- See Also:
-
NAME_L_CARPAL_PROXIMAL_INTERPHALANGEAL_2
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_carpal_proximal_interphalangeal_2" (Java syntax) or l_carpal_proximal_interphalangeal_2 (XML syntax).- See Also:
-
NAME_L_CARPAL_PROXIMAL_INTERPHALANGEAL_2_INDEX
public static final int NAME_L_CARPAL_PROXIMAL_INTERPHALANGEAL_2_INDEXSFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_2" has unique index 103- See Also:
-
NAME_L_CARPAL_PROXIMAL_INTERPHALANGEAL_2_LOA
public static final int NAME_L_CARPAL_PROXIMAL_INTERPHALANGEAL_2_LOASFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_2" has unique Level Of Articulation loa=2- See Also:
-
NAME_L_CARPAL_PROXIMAL_INTERPHALANGEAL_2_PARENT
SFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_2" has unique parent "l_metacarpophalangeal_2" in HAnimJoint- See Also:
-
NAME_L_CARPAL_PROXIMAL_INTERPHALANGEAL_2_ALIAS
SFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_2" has alias (TODO tokenize array)"l_index2,l_carpal_proximal_interphalangeal"- See Also:
-
NAME_L_CARPAL_DISTAL_INTERPHALANGEAL_2
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_carpal_distal_interphalangeal_2" (Java syntax) or l_carpal_distal_interphalangeal_2 (XML syntax).- See Also:
-
NAME_L_CARPAL_DISTAL_INTERPHALANGEAL_2_INDEX
public static final int NAME_L_CARPAL_DISTAL_INTERPHALANGEAL_2_INDEXSFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_2" has unique index 104- See Also:
-
NAME_L_CARPAL_DISTAL_INTERPHALANGEAL_2_LOA
public static final int NAME_L_CARPAL_DISTAL_INTERPHALANGEAL_2_LOASFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_2" has unique Level Of Articulation loa=2- See Also:
-
NAME_L_CARPAL_DISTAL_INTERPHALANGEAL_2_PARENT
SFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_2" has unique parent "l_carpal_proximal_interphalangeal_2" in HAnimJoint- See Also:
-
NAME_L_CARPAL_DISTAL_INTERPHALANGEAL_2_ALIAS
SFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_2" has alias (TODO tokenize array)"l_index3,l_carpal_distal_interphalangeal"- See Also:
-
NAME_L_MIDCARPAL_3
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_midcarpal_3" (Java syntax) or l_midcarpal_3 (XML syntax).- See Also:
-
NAME_L_MIDCARPAL_3_INDEX
public static final int NAME_L_MIDCARPAL_3_INDEXSFString xs:NMTOKEN enumeration value "l_midcarpal_3" has unique index 105- See Also:
-
NAME_L_MIDCARPAL_3_LOA
public static final int NAME_L_MIDCARPAL_3_LOASFString xs:NMTOKEN enumeration value "l_midcarpal_3" has unique Level Of Articulation loa=4- See Also:
-
NAME_L_MIDCARPAL_3_PARENT
SFString xs:NMTOKEN enumeration value "l_midcarpal_3" has unique parent "l_radiocarpal" in HAnimJoint- See Also:
-
NAME_L_CARPOMETACARPAL_3
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_carpometacarpal_3" (Java syntax) or l_carpometacarpal_3 (XML syntax).- See Also:
-
NAME_L_CARPOMETACARPAL_3_INDEX
public static final int NAME_L_CARPOMETACARPAL_3_INDEXSFString xs:NMTOKEN enumeration value "l_carpometacarpal_3" has unique index 106- See Also:
-
NAME_L_CARPOMETACARPAL_3_LOA
public static final int NAME_L_CARPOMETACARPAL_3_LOASFString xs:NMTOKEN enumeration value "l_carpometacarpal_3" has unique Level Of Articulation loa=2- See Also:
-
NAME_L_CARPOMETACARPAL_3_PARENT
SFString xs:NMTOKEN enumeration value "l_carpometacarpal_3" has unique parent "l_midcarpal_3" in HAnimJoint- See Also:
-
NAME_L_CARPOMETACARPAL_3_ALIAS
SFString xs:NMTOKEN enumeration value "l_carpometacarpal_3" has alias "l_middle0"- See Also:
-
NAME_L_METACARPOPHALANGEAL_3
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_metacarpophalangeal_3" (Java syntax) or l_metacarpophalangeal_3 (XML syntax).- See Also:
-
NAME_L_METACARPOPHALANGEAL_3_INDEX
public static final int NAME_L_METACARPOPHALANGEAL_3_INDEXSFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_3" has unique index 107- See Also:
-
NAME_L_METACARPOPHALANGEAL_3_LOA
public static final int NAME_L_METACARPOPHALANGEAL_3_LOASFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_3" has unique Level Of Articulation loa=2- See Also:
-
NAME_L_METACARPOPHALANGEAL_3_PARENT
SFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_3" has unique parent "l_carpometacarpal_3" in HAnimJoint- See Also:
-
NAME_L_METACARPOPHALANGEAL_3_ALIAS
SFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_3" has alias "l_middle1"- See Also:
-
NAME_L_CARPAL_PROXIMAL_INTERPHALANGEAL_3
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_carpal_proximal_interphalangeal_3" (Java syntax) or l_carpal_proximal_interphalangeal_3 (XML syntax).- See Also:
-
NAME_L_CARPAL_PROXIMAL_INTERPHALANGEAL_3_INDEX
public static final int NAME_L_CARPAL_PROXIMAL_INTERPHALANGEAL_3_INDEXSFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_3" has unique index 108- See Also:
-
NAME_L_CARPAL_PROXIMAL_INTERPHALANGEAL_3_LOA
public static final int NAME_L_CARPAL_PROXIMAL_INTERPHALANGEAL_3_LOASFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_3" has unique Level Of Articulation loa=2- See Also:
-
NAME_L_CARPAL_PROXIMAL_INTERPHALANGEAL_3_PARENT
SFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_3" has unique parent "l_metacarpophalangeal_3" in HAnimJoint- See Also:
-
NAME_L_CARPAL_PROXIMAL_INTERPHALANGEAL_3_ALIAS
SFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_3" has alias "l_middle2"- See Also:
-
NAME_L_CARPAL_DISTAL_INTERPHALANGEAL_3
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_carpal_distal_interphalangeal_3" (Java syntax) or l_carpal_distal_interphalangeal_3 (XML syntax).- See Also:
-
NAME_L_CARPAL_DISTAL_INTERPHALANGEAL_3_INDEX
public static final int NAME_L_CARPAL_DISTAL_INTERPHALANGEAL_3_INDEXSFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_3" has unique index 109- See Also:
-
NAME_L_CARPAL_DISTAL_INTERPHALANGEAL_3_LOA
public static final int NAME_L_CARPAL_DISTAL_INTERPHALANGEAL_3_LOASFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_3" has unique Level Of Articulation loa=2- See Also:
-
NAME_L_CARPAL_DISTAL_INTERPHALANGEAL_3_PARENT
SFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_3" has unique parent "l_carpal_proximal_interphalangeal_3" in HAnimJoint- See Also:
-
NAME_L_CARPAL_DISTAL_INTERPHALANGEAL_3_ALIAS
SFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_3" has alias "l_middle3"- See Also:
-
NAME_L_MIDCARPAL_4_5
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_midcarpal_4_5" (Java syntax) or l_midcarpal_4_5 (XML syntax).- See Also:
-
NAME_L_MIDCARPAL_4_5_INDEX
public static final int NAME_L_MIDCARPAL_4_5_INDEXSFString xs:NMTOKEN enumeration value "l_midcarpal_4_5" has unique index 110- See Also:
-
NAME_L_MIDCARPAL_4_5_LOA
public static final int NAME_L_MIDCARPAL_4_5_LOASFString xs:NMTOKEN enumeration value "l_midcarpal_4_5" has unique Level Of Articulation loa=4- See Also:
-
NAME_L_MIDCARPAL_4_5_PARENT
SFString xs:NMTOKEN enumeration value "l_midcarpal_4_5" has unique parent "l_radiocarpal" in HAnimJoint- See Also:
-
NAME_L_CARPOMETACARPAL_4
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_carpometacarpal_4" (Java syntax) or l_carpometacarpal_4 (XML syntax).- See Also:
-
NAME_L_CARPOMETACARPAL_4_INDEX
public static final int NAME_L_CARPOMETACARPAL_4_INDEXSFString xs:NMTOKEN enumeration value "l_carpometacarpal_4" has unique index 111- See Also:
-
NAME_L_CARPOMETACARPAL_4_LOA
public static final int NAME_L_CARPOMETACARPAL_4_LOASFString xs:NMTOKEN enumeration value "l_carpometacarpal_4" has unique Level Of Articulation loa=2- See Also:
-
NAME_L_CARPOMETACARPAL_4_PARENT
SFString xs:NMTOKEN enumeration value "l_carpometacarpal_4" has unique parent "l_midcarpal_4_5" in HAnimJoint- See Also:
-
NAME_L_CARPOMETACARPAL_4_ALIAS
SFString xs:NMTOKEN enumeration value "l_carpometacarpal_4" has alias "l_ring0"- See Also:
-
NAME_L_METACARPOPHALANGEAL_4
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_metacarpophalangeal_4" (Java syntax) or l_metacarpophalangeal_4 (XML syntax).- See Also:
-
NAME_L_METACARPOPHALANGEAL_4_INDEX
public static final int NAME_L_METACARPOPHALANGEAL_4_INDEXSFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_4" has unique index 112- See Also:
-
NAME_L_METACARPOPHALANGEAL_4_LOA
public static final int NAME_L_METACARPOPHALANGEAL_4_LOASFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_4" has unique Level Of Articulation loa=2- See Also:
-
NAME_L_METACARPOPHALANGEAL_4_PARENT
SFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_4" has unique parent "l_carpometacarpal_4" in HAnimJoint- See Also:
-
NAME_L_METACARPOPHALANGEAL_4_ALIAS
SFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_4" has alias "l_ring1"- See Also:
-
NAME_L_CARPAL_PROXIMAL_INTERPHALANGEAL_4
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_carpal_proximal_interphalangeal_4" (Java syntax) or l_carpal_proximal_interphalangeal_4 (XML syntax).- See Also:
-
NAME_L_CARPAL_PROXIMAL_INTERPHALANGEAL_4_INDEX
public static final int NAME_L_CARPAL_PROXIMAL_INTERPHALANGEAL_4_INDEXSFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_4" has unique index 113- See Also:
-
NAME_L_CARPAL_PROXIMAL_INTERPHALANGEAL_4_LOA
public static final int NAME_L_CARPAL_PROXIMAL_INTERPHALANGEAL_4_LOASFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_4" has unique Level Of Articulation loa=2- See Also:
-
NAME_L_CARPAL_PROXIMAL_INTERPHALANGEAL_4_PARENT
SFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_4" has unique parent "l_metacarpophalangeal_4" in HAnimJoint- See Also:
-
NAME_L_CARPAL_PROXIMAL_INTERPHALANGEAL_4_ALIAS
SFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_4" has alias "l_ring2"- See Also:
-
NAME_L_CARPAL_DISTAL_INTERPHALANGEAL_4
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_carpal_distal_interphalangeal_4" (Java syntax) or l_carpal_distal_interphalangeal_4 (XML syntax).- See Also:
-
NAME_L_CARPAL_DISTAL_INTERPHALANGEAL_4_INDEX
public static final int NAME_L_CARPAL_DISTAL_INTERPHALANGEAL_4_INDEXSFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_4" has unique index 114- See Also:
-
NAME_L_CARPAL_DISTAL_INTERPHALANGEAL_4_LOA
public static final int NAME_L_CARPAL_DISTAL_INTERPHALANGEAL_4_LOASFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_4" has unique Level Of Articulation loa=2- See Also:
-
NAME_L_CARPAL_DISTAL_INTERPHALANGEAL_4_PARENT
SFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_4" has unique parent "l_carpal_proximal_interphalangeal_4" in HAnimJoint- See Also:
-
NAME_L_CARPAL_DISTAL_INTERPHALANGEAL_4_ALIAS
SFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_4" has alias "l_ring3"- See Also:
-
NAME_L_CARPOMETACARPAL_5
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_carpometacarpal_5" (Java syntax) or l_carpometacarpal_5 (XML syntax).- See Also:
-
NAME_L_CARPOMETACARPAL_5_INDEX
public static final int NAME_L_CARPOMETACARPAL_5_INDEXSFString xs:NMTOKEN enumeration value "l_carpometacarpal_5" has unique index 115- See Also:
-
NAME_L_CARPOMETACARPAL_5_LOA
public static final int NAME_L_CARPOMETACARPAL_5_LOASFString xs:NMTOKEN enumeration value "l_carpometacarpal_5" has unique Level Of Articulation loa=2- See Also:
-
NAME_L_CARPOMETACARPAL_5_PARENT
SFString xs:NMTOKEN enumeration value "l_carpometacarpal_5" has unique parent "l_midcarpal_4_5" in HAnimJoint- See Also:
-
NAME_L_CARPOMETACARPAL_5_ALIAS
SFString xs:NMTOKEN enumeration value "l_carpometacarpal_5" has alias "l_pinky0"- See Also:
-
NAME_L_METACARPOPHALANGEAL_5
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_metacarpophalangeal_5" (Java syntax) or l_metacarpophalangeal_5 (XML syntax).- See Also:
-
NAME_L_METACARPOPHALANGEAL_5_INDEX
public static final int NAME_L_METACARPOPHALANGEAL_5_INDEXSFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_5" has unique index 116- See Also:
-
NAME_L_METACARPOPHALANGEAL_5_LOA
public static final int NAME_L_METACARPOPHALANGEAL_5_LOASFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_5" has unique Level Of Articulation loa=2- See Also:
-
NAME_L_METACARPOPHALANGEAL_5_PARENT
SFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_5" has unique parent "l_carpometacarpal_5" in HAnimJoint- See Also:
-
NAME_L_METACARPOPHALANGEAL_5_ALIAS
SFString xs:NMTOKEN enumeration value "l_metacarpophalangeal_5" has alias "l_pinky1"- See Also:
-
NAME_L_CARPAL_PROXIMAL_INTERPHALANGEAL_5
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_carpal_proximal_interphalangeal_5" (Java syntax) or l_carpal_proximal_interphalangeal_5 (XML syntax).- See Also:
-
NAME_L_CARPAL_PROXIMAL_INTERPHALANGEAL_5_INDEX
public static final int NAME_L_CARPAL_PROXIMAL_INTERPHALANGEAL_5_INDEXSFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_5" has unique index 117- See Also:
-
NAME_L_CARPAL_PROXIMAL_INTERPHALANGEAL_5_LOA
public static final int NAME_L_CARPAL_PROXIMAL_INTERPHALANGEAL_5_LOASFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_5" has unique Level Of Articulation loa=2- See Also:
-
NAME_L_CARPAL_PROXIMAL_INTERPHALANGEAL_5_PARENT
SFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_5" has unique parent "l_metacarpophalangeal_5" in HAnimJoint- See Also:
-
NAME_L_CARPAL_PROXIMAL_INTERPHALANGEAL_5_ALIAS
SFString xs:NMTOKEN enumeration value "l_carpal_proximal_interphalangeal_5" has alias "l_pinky2"- See Also:
-
NAME_L_CARPAL_DISTAL_INTERPHALANGEAL_5
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "l_carpal_distal_interphalangeal_5" (Java syntax) or l_carpal_distal_interphalangeal_5 (XML syntax).- See Also:
-
NAME_L_CARPAL_DISTAL_INTERPHALANGEAL_5_INDEX
public static final int NAME_L_CARPAL_DISTAL_INTERPHALANGEAL_5_INDEXSFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_5" has unique index 118- See Also:
-
NAME_L_CARPAL_DISTAL_INTERPHALANGEAL_5_LOA
public static final int NAME_L_CARPAL_DISTAL_INTERPHALANGEAL_5_LOASFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_5" has unique Level Of Articulation loa=2- See Also:
-
NAME_L_CARPAL_DISTAL_INTERPHALANGEAL_5_PARENT
SFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_5" has unique parent "l_carpal_proximal_interphalangeal_5" in HAnimJoint- See Also:
-
NAME_L_CARPAL_DISTAL_INTERPHALANGEAL_5_ALIAS
SFString xs:NMTOKEN enumeration value "l_carpal_distal_interphalangeal_5" has alias "l_pinky3"- See Also:
-
NAME_R_STERNOCLAVICULAR
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_sternoclavicular" (Java syntax) or r_sternoclavicular (XML syntax).- See Also:
-
NAME_R_STERNOCLAVICULAR_INDEX
public static final int NAME_R_STERNOCLAVICULAR_INDEXSFString xs:NMTOKEN enumeration value "r_sternoclavicular" has unique index 119- See Also:
-
NAME_R_STERNOCLAVICULAR_LOA
public static final int NAME_R_STERNOCLAVICULAR_LOASFString xs:NMTOKEN enumeration value "r_sternoclavicular" has unique Level Of Articulation loa=2- See Also:
-
NAME_R_STERNOCLAVICULAR_PARENT
SFString xs:NMTOKEN enumeration value "r_sternoclavicular" has unique parent "vt1" in HAnimJoint- See Also:
-
NAME_R_ACROMIOCLAVICULAR
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_acromioclavicular" (Java syntax) or r_acromioclavicular (XML syntax).- See Also:
-
NAME_R_ACROMIOCLAVICULAR_INDEX
public static final int NAME_R_ACROMIOCLAVICULAR_INDEXSFString xs:NMTOKEN enumeration value "r_acromioclavicular" has unique index 120- See Also:
-
NAME_R_ACROMIOCLAVICULAR_LOA
public static final int NAME_R_ACROMIOCLAVICULAR_LOASFString xs:NMTOKEN enumeration value "r_acromioclavicular" has unique Level Of Articulation loa=2- See Also:
-
NAME_R_ACROMIOCLAVICULAR_PARENT
SFString xs:NMTOKEN enumeration value "r_acromioclavicular" has unique parent "r_sternoclavicular" in HAnimJoint- See Also:
-
NAME_R_SHOULDER
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_shoulder" (Java syntax) or r_shoulder (XML syntax).- See Also:
-
NAME_R_SHOULDER_INDEX
public static final int NAME_R_SHOULDER_INDEXSFString xs:NMTOKEN enumeration value "r_shoulder" has unique index 121- See Also:
-
NAME_R_SHOULDER_LOA
public static final int NAME_R_SHOULDER_LOASFString xs:NMTOKEN enumeration value "r_shoulder" has unique Level Of Articulation loa=1- See Also:
-
NAME_R_SHOULDER_PARENT
SFString xs:NMTOKEN enumeration value "r_shoulder" has unique parent "r_acromioclavicular" in HAnimJoint- See Also:
-
NAME_R_ELBOW
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_elbow" (Java syntax) or r_elbow (XML syntax).- See Also:
-
NAME_R_ELBOW_INDEX
public static final int NAME_R_ELBOW_INDEXSFString xs:NMTOKEN enumeration value "r_elbow" has unique index 122- See Also:
-
NAME_R_ELBOW_LOA
public static final int NAME_R_ELBOW_LOASFString xs:NMTOKEN enumeration value "r_elbow" has unique Level Of Articulation loa=1- See Also:
-
NAME_R_ELBOW_PARENT
SFString xs:NMTOKEN enumeration value "r_elbow" has unique parent "r_shoulder" in HAnimJoint- See Also:
-
NAME_R_RADIOCARPAL
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_radiocarpal" (Java syntax) or r_radiocarpal (XML syntax).- See Also:
-
NAME_R_RADIOCARPAL_INDEX
public static final int NAME_R_RADIOCARPAL_INDEXSFString xs:NMTOKEN enumeration value "r_radiocarpal" has unique index 123- See Also:
-
NAME_R_RADIOCARPAL_LOA
public static final int NAME_R_RADIOCARPAL_LOASFString xs:NMTOKEN enumeration value "r_radiocarpal" has unique Level Of Articulation loa=1- See Also:
-
NAME_R_RADIOCARPAL_PARENT
SFString xs:NMTOKEN enumeration value "r_radiocarpal" has unique parent "r_elbow" in HAnimJoint- See Also:
-
NAME_R_RADIOCARPAL_ALIAS
SFString xs:NMTOKEN enumeration value "r_radiocarpal" has alias "r_wrist"- See Also:
-
NAME_R_MIDCARPAL_1
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_midcarpal_1" (Java syntax) or r_midcarpal_1 (XML syntax).- See Also:
-
NAME_R_MIDCARPAL_1_INDEX
public static final int NAME_R_MIDCARPAL_1_INDEXSFString xs:NMTOKEN enumeration value "r_midcarpal_1" has unique index 124- See Also:
-
NAME_R_MIDCARPAL_1_LOA
public static final int NAME_R_MIDCARPAL_1_LOASFString xs:NMTOKEN enumeration value "r_midcarpal_1" has unique Level Of Articulation loa=4- See Also:
-
NAME_R_MIDCARPAL_1_PARENT
SFString xs:NMTOKEN enumeration value "r_midcarpal_1" has unique parent "r_radiocarpal" in HAnimJoint- See Also:
-
NAME_R_CARPOMETACARPAL_1
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_carpometacarpal_1" (Java syntax) or r_carpometacarpal_1 (XML syntax).- See Also:
-
NAME_R_CARPOMETACARPAL_1_INDEX
public static final int NAME_R_CARPOMETACARPAL_1_INDEXSFString xs:NMTOKEN enumeration value "r_carpometacarpal_1" has unique index 125- See Also:
-
NAME_R_CARPOMETACARPAL_1_LOA
public static final int NAME_R_CARPOMETACARPAL_1_LOASFString xs:NMTOKEN enumeration value "r_carpometacarpal_1" has unique Level Of Articulation loa=2- See Also:
-
NAME_R_CARPOMETACARPAL_1_PARENT
SFString xs:NMTOKEN enumeration value "r_carpometacarpal_1" has unique parent "r_midcarpal_1" in HAnimJoint- See Also:
-
NAME_R_CARPOMETACARPAL_1_ALIAS
SFString xs:NMTOKEN enumeration value "r_carpometacarpal_1" has alias "r_thumb1"- See Also:
-
NAME_R_METACARPOPHALANGEAL_1
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_metacarpophalangeal_1" (Java syntax) or r_metacarpophalangeal_1 (XML syntax).- See Also:
-
NAME_R_METACARPOPHALANGEAL_1_INDEX
public static final int NAME_R_METACARPOPHALANGEAL_1_INDEXSFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_1" has unique index 126- See Also:
-
NAME_R_METACARPOPHALANGEAL_1_LOA
public static final int NAME_R_METACARPOPHALANGEAL_1_LOASFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_1" has unique Level Of Articulation loa=2- See Also:
-
NAME_R_METACARPOPHALANGEAL_1_PARENT
SFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_1" has unique parent "r_carpometacarpal_1" in HAnimJoint- See Also:
-
NAME_R_METACARPOPHALANGEAL_1_ALIAS
SFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_1" has alias "r_thumb2"- See Also:
-
NAME_R_CARPAL_INTERPHALANGEAL_1
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_carpal_interphalangeal_1" (Java syntax) or r_carpal_interphalangeal_1 (XML syntax).- See Also:
-
NAME_R_CARPAL_INTERPHALANGEAL_1_INDEX
public static final int NAME_R_CARPAL_INTERPHALANGEAL_1_INDEXSFString xs:NMTOKEN enumeration value "r_carpal_interphalangeal_1" has unique index 127- See Also:
-
NAME_R_CARPAL_INTERPHALANGEAL_1_LOA
public static final int NAME_R_CARPAL_INTERPHALANGEAL_1_LOASFString xs:NMTOKEN enumeration value "r_carpal_interphalangeal_1" has unique Level Of Articulation loa=2- See Also:
-
NAME_R_CARPAL_INTERPHALANGEAL_1_PARENT
SFString xs:NMTOKEN enumeration value "r_carpal_interphalangeal_1" has unique parent "r_metacarpophalangeal_1" in HAnimJoint- See Also:
-
NAME_R_CARPAL_INTERPHALANGEAL_1_ALIAS
SFString xs:NMTOKEN enumeration value "r_carpal_interphalangeal_1" has alias "r_thumb3"- See Also:
-
NAME_R_MIDCARPAL_2
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_midcarpal_2" (Java syntax) or r_midcarpal_2 (XML syntax).- See Also:
-
NAME_R_MIDCARPAL_2_INDEX
public static final int NAME_R_MIDCARPAL_2_INDEXSFString xs:NMTOKEN enumeration value "r_midcarpal_2" has unique index 128- See Also:
-
NAME_R_MIDCARPAL_2_LOA
public static final int NAME_R_MIDCARPAL_2_LOASFString xs:NMTOKEN enumeration value "r_midcarpal_2" has unique Level Of Articulation loa=4- See Also:
-
NAME_R_MIDCARPAL_2_PARENT
SFString xs:NMTOKEN enumeration value "r_midcarpal_2" has unique parent "r_radiocarpal" in HAnimJoint- See Also:
-
NAME_R_CARPOMETACARPAL_2
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_carpometacarpal_2" (Java syntax) or r_carpometacarpal_2 (XML syntax).- See Also:
-
NAME_R_CARPOMETACARPAL_2_INDEX
public static final int NAME_R_CARPOMETACARPAL_2_INDEXSFString xs:NMTOKEN enumeration value "r_carpometacarpal_2" has unique index 129- See Also:
-
NAME_R_CARPOMETACARPAL_2_LOA
public static final int NAME_R_CARPOMETACARPAL_2_LOASFString xs:NMTOKEN enumeration value "r_carpometacarpal_2" has unique Level Of Articulation loa=2- See Also:
-
NAME_R_CARPOMETACARPAL_2_PARENT
SFString xs:NMTOKEN enumeration value "r_carpometacarpal_2" has unique parent "r_midcarpal_2" in HAnimJoint- See Also:
-
NAME_R_CARPOMETACARPAL_2_ALIAS
SFString xs:NMTOKEN enumeration value "r_carpometacarpal_2" has alias (TODO tokenize array)"r_index0,r_carpometacarpal"- See Also:
-
NAME_R_METACARPOPHALANGEAL_2
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_metacarpophalangeal_2" (Java syntax) or r_metacarpophalangeal_2 (XML syntax).- See Also:
-
NAME_R_METACARPOPHALANGEAL_2_INDEX
public static final int NAME_R_METACARPOPHALANGEAL_2_INDEXSFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_2" has unique index 130- See Also:
-
NAME_R_METACARPOPHALANGEAL_2_LOA
public static final int NAME_R_METACARPOPHALANGEAL_2_LOASFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_2" has unique Level Of Articulation loa=2- See Also:
-
NAME_R_METACARPOPHALANGEAL_2_PARENT
SFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_2" has unique parent "r_carpometacarpal_2" in HAnimJoint- See Also:
-
NAME_R_METACARPOPHALANGEAL_2_ALIAS
SFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_2" has alias (TODO tokenize array)"r_index1,r_metacarpophalangeal"- See Also:
-
NAME_R_CARPAL_PROXIMAL_INTERPHALANGEAL_2
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_carpal_proximal_interphalangeal_2" (Java syntax) or r_carpal_proximal_interphalangeal_2 (XML syntax).- See Also:
-
NAME_R_CARPAL_PROXIMAL_INTERPHALANGEAL_2_INDEX
public static final int NAME_R_CARPAL_PROXIMAL_INTERPHALANGEAL_2_INDEXSFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_2" has unique index 131- See Also:
-
NAME_R_CARPAL_PROXIMAL_INTERPHALANGEAL_2_LOA
public static final int NAME_R_CARPAL_PROXIMAL_INTERPHALANGEAL_2_LOASFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_2" has unique Level Of Articulation loa=2- See Also:
-
NAME_R_CARPAL_PROXIMAL_INTERPHALANGEAL_2_PARENT
SFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_2" has unique parent "r_metacarpophalangeal_2" in HAnimJoint- See Also:
-
NAME_R_CARPAL_PROXIMAL_INTERPHALANGEAL_2_ALIAS
SFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_2" has alias (TODO tokenize array)"r_index2,r_carpal_proximal_interphalangeal"- See Also:
-
NAME_R_CARPAL_DISTAL_INTERPHALANGEAL_2
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_carpal_distal_interphalangeal_2" (Java syntax) or r_carpal_distal_interphalangeal_2 (XML syntax).- See Also:
-
NAME_R_CARPAL_DISTAL_INTERPHALANGEAL_2_INDEX
public static final int NAME_R_CARPAL_DISTAL_INTERPHALANGEAL_2_INDEXSFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_2" has unique index 132- See Also:
-
NAME_R_CARPAL_DISTAL_INTERPHALANGEAL_2_LOA
public static final int NAME_R_CARPAL_DISTAL_INTERPHALANGEAL_2_LOASFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_2" has unique Level Of Articulation loa=2- See Also:
-
NAME_R_CARPAL_DISTAL_INTERPHALANGEAL_2_PARENT
SFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_2" has unique parent "r_carpal_proximal_interphalangeal_2" in HAnimJoint- See Also:
-
NAME_R_CARPAL_DISTAL_INTERPHALANGEAL_2_ALIAS
SFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_2" has alias (TODO tokenize array)"r_index3,r_carpal_distal_interphalangeal"- See Also:
-
NAME_R_MIDCARPAL_3
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_midcarpal_3" (Java syntax) or r_midcarpal_3 (XML syntax).- See Also:
-
NAME_R_MIDCARPAL_3_INDEX
public static final int NAME_R_MIDCARPAL_3_INDEXSFString xs:NMTOKEN enumeration value "r_midcarpal_3" has unique index 133- See Also:
-
NAME_R_MIDCARPAL_3_LOA
public static final int NAME_R_MIDCARPAL_3_LOASFString xs:NMTOKEN enumeration value "r_midcarpal_3" has unique Level Of Articulation loa=4- See Also:
-
NAME_R_MIDCARPAL_3_PARENT
SFString xs:NMTOKEN enumeration value "r_midcarpal_3" has unique parent "r_radiocarpal" in HAnimJoint- See Also:
-
NAME_R_CARPOMETACARPAL_3
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_carpometacarpal_3" (Java syntax) or r_carpometacarpal_3 (XML syntax).- See Also:
-
NAME_R_CARPOMETACARPAL_3_INDEX
public static final int NAME_R_CARPOMETACARPAL_3_INDEXSFString xs:NMTOKEN enumeration value "r_carpometacarpal_3" has unique index 134- See Also:
-
NAME_R_CARPOMETACARPAL_3_LOA
public static final int NAME_R_CARPOMETACARPAL_3_LOASFString xs:NMTOKEN enumeration value "r_carpometacarpal_3" has unique Level Of Articulation loa=2- See Also:
-
NAME_R_CARPOMETACARPAL_3_PARENT
SFString xs:NMTOKEN enumeration value "r_carpometacarpal_3" has unique parent "r_midcarpal_3" in HAnimJoint- See Also:
-
NAME_R_CARPOMETACARPAL_3_ALIAS
SFString xs:NMTOKEN enumeration value "r_carpometacarpal_3" has alias "r_middle0"- See Also:
-
NAME_R_METACARPOPHALANGEAL_3
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_metacarpophalangeal_3" (Java syntax) or r_metacarpophalangeal_3 (XML syntax).- See Also:
-
NAME_R_METACARPOPHALANGEAL_3_INDEX
public static final int NAME_R_METACARPOPHALANGEAL_3_INDEXSFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_3" has unique index 135- See Also:
-
NAME_R_METACARPOPHALANGEAL_3_LOA
public static final int NAME_R_METACARPOPHALANGEAL_3_LOASFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_3" has unique Level Of Articulation loa=2- See Also:
-
NAME_R_METACARPOPHALANGEAL_3_PARENT
SFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_3" has unique parent "r_carpometacarpal_3" in HAnimJoint- See Also:
-
NAME_R_METACARPOPHALANGEAL_3_ALIAS
SFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_3" has alias "r_middle1"- See Also:
-
NAME_R_CARPAL_PROXIMAL_INTERPHALANGEAL_3
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_carpal_proximal_interphalangeal_3" (Java syntax) or r_carpal_proximal_interphalangeal_3 (XML syntax).- See Also:
-
NAME_R_CARPAL_PROXIMAL_INTERPHALANGEAL_3_INDEX
public static final int NAME_R_CARPAL_PROXIMAL_INTERPHALANGEAL_3_INDEXSFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_3" has unique index 136- See Also:
-
NAME_R_CARPAL_PROXIMAL_INTERPHALANGEAL_3_LOA
public static final int NAME_R_CARPAL_PROXIMAL_INTERPHALANGEAL_3_LOASFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_3" has unique Level Of Articulation loa=2- See Also:
-
NAME_R_CARPAL_PROXIMAL_INTERPHALANGEAL_3_PARENT
SFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_3" has unique parent "r_metacarpophalangeal_3" in HAnimJoint- See Also:
-
NAME_R_CARPAL_PROXIMAL_INTERPHALANGEAL_3_ALIAS
SFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_3" has alias "r_middle2"- See Also:
-
NAME_R_CARPAL_DISTAL_INTERPHALANGEAL_3
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_carpal_distal_interphalangeal_3" (Java syntax) or r_carpal_distal_interphalangeal_3 (XML syntax).- See Also:
-
NAME_R_CARPAL_DISTAL_INTERPHALANGEAL_3_INDEX
public static final int NAME_R_CARPAL_DISTAL_INTERPHALANGEAL_3_INDEXSFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_3" has unique index 137- See Also:
-
NAME_R_CARPAL_DISTAL_INTERPHALANGEAL_3_LOA
public static final int NAME_R_CARPAL_DISTAL_INTERPHALANGEAL_3_LOASFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_3" has unique Level Of Articulation loa=2- See Also:
-
NAME_R_CARPAL_DISTAL_INTERPHALANGEAL_3_PARENT
SFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_3" has unique parent "r_carpal_proximal_interphalangeal_3" in HAnimJoint- See Also:
-
NAME_R_CARPAL_DISTAL_INTERPHALANGEAL_3_ALIAS
SFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_3" has alias "r_middle3"- See Also:
-
NAME_R_MIDCARPAL_4_5
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_midcarpal_4_5" (Java syntax) or r_midcarpal_4_5 (XML syntax).- See Also:
-
NAME_R_MIDCARPAL_4_5_INDEX
public static final int NAME_R_MIDCARPAL_4_5_INDEXSFString xs:NMTOKEN enumeration value "r_midcarpal_4_5" has unique index 138- See Also:
-
NAME_R_MIDCARPAL_4_5_LOA
public static final int NAME_R_MIDCARPAL_4_5_LOASFString xs:NMTOKEN enumeration value "r_midcarpal_4_5" has unique Level Of Articulation loa=4- See Also:
-
NAME_R_MIDCARPAL_4_5_PARENT
SFString xs:NMTOKEN enumeration value "r_midcarpal_4_5" has unique parent "r_radiocarpal" in HAnimJoint- See Also:
-
NAME_R_CARPOMETACARPAL_4
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_carpometacarpal_4" (Java syntax) or r_carpometacarpal_4 (XML syntax).- See Also:
-
NAME_R_CARPOMETACARPAL_4_INDEX
public static final int NAME_R_CARPOMETACARPAL_4_INDEXSFString xs:NMTOKEN enumeration value "r_carpometacarpal_4" has unique index 139- See Also:
-
NAME_R_CARPOMETACARPAL_4_LOA
public static final int NAME_R_CARPOMETACARPAL_4_LOASFString xs:NMTOKEN enumeration value "r_carpometacarpal_4" has unique Level Of Articulation loa=2- See Also:
-
NAME_R_CARPOMETACARPAL_4_PARENT
SFString xs:NMTOKEN enumeration value "r_carpometacarpal_4" has unique parent "r_midcarpal_4_5" in HAnimJoint- See Also:
-
NAME_R_CARPOMETACARPAL_4_ALIAS
SFString xs:NMTOKEN enumeration value "r_carpometacarpal_4" has alias "r_ring0"- See Also:
-
NAME_R_METACARPOPHALANGEAL_4
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_metacarpophalangeal_4" (Java syntax) or r_metacarpophalangeal_4 (XML syntax).- See Also:
-
NAME_R_METACARPOPHALANGEAL_4_INDEX
public static final int NAME_R_METACARPOPHALANGEAL_4_INDEXSFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_4" has unique index 140- See Also:
-
NAME_R_METACARPOPHALANGEAL_4_LOA
public static final int NAME_R_METACARPOPHALANGEAL_4_LOASFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_4" has unique Level Of Articulation loa=2- See Also:
-
NAME_R_METACARPOPHALANGEAL_4_PARENT
SFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_4" has unique parent "r_carpometacarpal_4" in HAnimJoint- See Also:
-
NAME_R_METACARPOPHALANGEAL_4_ALIAS
SFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_4" has alias "r_ring1"- See Also:
-
NAME_R_CARPAL_PROXIMAL_INTERPHALANGEAL_4
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_carpal_proximal_interphalangeal_4" (Java syntax) or r_carpal_proximal_interphalangeal_4 (XML syntax).- See Also:
-
NAME_R_CARPAL_PROXIMAL_INTERPHALANGEAL_4_INDEX
public static final int NAME_R_CARPAL_PROXIMAL_INTERPHALANGEAL_4_INDEXSFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_4" has unique index 141- See Also:
-
NAME_R_CARPAL_PROXIMAL_INTERPHALANGEAL_4_LOA
public static final int NAME_R_CARPAL_PROXIMAL_INTERPHALANGEAL_4_LOASFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_4" has unique Level Of Articulation loa=2- See Also:
-
NAME_R_CARPAL_PROXIMAL_INTERPHALANGEAL_4_PARENT
SFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_4" has unique parent "r_metacarpophalangeal_4" in HAnimJoint- See Also:
-
NAME_R_CARPAL_PROXIMAL_INTERPHALANGEAL_4_ALIAS
SFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_4" has alias "r_ring2"- See Also:
-
NAME_R_CARPAL_DISTAL_INTERPHALANGEAL_4
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_carpal_distal_interphalangeal_4" (Java syntax) or r_carpal_distal_interphalangeal_4 (XML syntax).- See Also:
-
NAME_R_CARPAL_DISTAL_INTERPHALANGEAL_4_INDEX
public static final int NAME_R_CARPAL_DISTAL_INTERPHALANGEAL_4_INDEXSFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_4" has unique index 142- See Also:
-
NAME_R_CARPAL_DISTAL_INTERPHALANGEAL_4_LOA
public static final int NAME_R_CARPAL_DISTAL_INTERPHALANGEAL_4_LOASFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_4" has unique Level Of Articulation loa=2- See Also:
-
NAME_R_CARPAL_DISTAL_INTERPHALANGEAL_4_PARENT
SFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_4" has unique parent "r_carpal_proximal_interphalangeal_4" in HAnimJoint- See Also:
-
NAME_R_CARPAL_DISTAL_INTERPHALANGEAL_4_ALIAS
SFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_4" has alias "r_ring3"- See Also:
-
NAME_R_CARPOMETACARPAL_5
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_carpometacarpal_5" (Java syntax) or r_carpometacarpal_5 (XML syntax).- See Also:
-
NAME_R_CARPOMETACARPAL_5_INDEX
public static final int NAME_R_CARPOMETACARPAL_5_INDEXSFString xs:NMTOKEN enumeration value "r_carpometacarpal_5" has unique index 143- See Also:
-
NAME_R_CARPOMETACARPAL_5_LOA
public static final int NAME_R_CARPOMETACARPAL_5_LOASFString xs:NMTOKEN enumeration value "r_carpometacarpal_5" has unique Level Of Articulation loa=2- See Also:
-
NAME_R_CARPOMETACARPAL_5_PARENT
SFString xs:NMTOKEN enumeration value "r_carpometacarpal_5" has unique parent "r_midcarpal_4_5" in HAnimJoint- See Also:
-
NAME_R_CARPOMETACARPAL_5_ALIAS
SFString xs:NMTOKEN enumeration value "r_carpometacarpal_5" has alias "r_pinky0"- See Also:
-
NAME_R_METACARPOPHALANGEAL_5
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_metacarpophalangeal_5" (Java syntax) or r_metacarpophalangeal_5 (XML syntax).- See Also:
-
NAME_R_METACARPOPHALANGEAL_5_INDEX
public static final int NAME_R_METACARPOPHALANGEAL_5_INDEXSFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_5" has unique index 144- See Also:
-
NAME_R_METACARPOPHALANGEAL_5_LOA
public static final int NAME_R_METACARPOPHALANGEAL_5_LOASFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_5" has unique Level Of Articulation loa=2- See Also:
-
NAME_R_METACARPOPHALANGEAL_5_PARENT
SFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_5" has unique parent "r_carpometacarpal_5" in HAnimJoint- See Also:
-
NAME_R_METACARPOPHALANGEAL_5_ALIAS
SFString xs:NMTOKEN enumeration value "r_metacarpophalangeal_5" has alias "r_pinky1"- See Also:
-
NAME_R_CARPAL_PROXIMAL_INTERPHALANGEAL_5
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_carpal_proximal_interphalangeal_5" (Java syntax) or r_carpal_proximal_interphalangeal_5 (XML syntax).- See Also:
-
NAME_R_CARPAL_PROXIMAL_INTERPHALANGEAL_5_INDEX
public static final int NAME_R_CARPAL_PROXIMAL_INTERPHALANGEAL_5_INDEXSFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_5" has unique index 145- See Also:
-
NAME_R_CARPAL_PROXIMAL_INTERPHALANGEAL_5_LOA
public static final int NAME_R_CARPAL_PROXIMAL_INTERPHALANGEAL_5_LOASFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_5" has unique Level Of Articulation loa=2- See Also:
-
NAME_R_CARPAL_PROXIMAL_INTERPHALANGEAL_5_PARENT
SFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_5" has unique parent "r_metacarpophalangeal_5" in HAnimJoint- See Also:
-
NAME_R_CARPAL_PROXIMAL_INTERPHALANGEAL_5_ALIAS
SFString xs:NMTOKEN enumeration value "r_carpal_proximal_interphalangeal_5" has alias "r_pinky2"- See Also:
-
NAME_R_CARPAL_DISTAL_INTERPHALANGEAL_5
SFString field named name with X3DUOM simpleType hanimJointNameValues and with X3DUOM baseType xs:NMTOKEN can equal this value "r_carpal_distal_interphalangeal_5" (Java syntax) or r_carpal_distal_interphalangeal_5 (XML syntax).- See Also:
-
NAME_R_CARPAL_DISTAL_INTERPHALANGEAL_5_INDEX
public static final int NAME_R_CARPAL_DISTAL_INTERPHALANGEAL_5_INDEXSFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_5" has unique index 146- See Also:
-
NAME_R_CARPAL_DISTAL_INTERPHALANGEAL_5_LOA
public static final int NAME_R_CARPAL_DISTAL_INTERPHALANGEAL_5_LOASFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_5" has unique Level Of Articulation loa=2- See Also:
-
NAME_R_CARPAL_DISTAL_INTERPHALANGEAL_5_PARENT
SFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_5" has unique parent "r_carpal_proximal_interphalangeal_5" in HAnimJoint- See Also:
-
NAME_R_CARPAL_DISTAL_INTERPHALANGEAL_5_ALIAS
SFString xs:NMTOKEN enumeration value "r_carpal_distal_interphalangeal_5" has alias "r_pinky3"- See Also:
-
NAME
String constant NAME provides name of this element: HAnimJoint.- See Also:
-
COMPONENT
String constant COMPONENT defines X3D component for the HAnimJoint element: HAnim- See Also:
-
LEVEL
public static final int LEVELInteger constant LEVEL provides default X3D HAnim component level for this element: 1- See Also:
-
BBOXCENTER_DEFAULT_VALUE
public static final float[] BBOXCENTER_DEFAULT_VALUESFVec3f field named bboxCenter has default value {0f,0f,0f} (Java syntax) or 0 0 0 (XML syntax). -
BBOXDISPLAY_DEFAULT_VALUE
public static final boolean BBOXDISPLAY_DEFAULT_VALUESFBool field named bboxDisplay has default value false (Java syntax) or false (XML syntax).- See Also:
-
BBOXSIZE_DEFAULT_VALUE
public static final float[] BBOXSIZE_DEFAULT_VALUESFVec3f field named bboxSize has default value {-1f,-1f,-1f} (Java syntax) or -1 -1 -1 (XML syntax). -
CENTER_DEFAULT_VALUE
public static final float[] CENTER_DEFAULT_VALUESFVec3f field named center has default value {0f,0f,0f} (Java syntax) or 0 0 0 (XML syntax). -
DESCRIPTION_DEFAULT_VALUE
SFString field named description has default value equal to an empty string.- See Also:
-
IS_DEFAULT_VALUE
SFNode field named IS has default value null (Java syntax) or NULL (XML syntax). -
LIMITORIENTATION_DEFAULT_VALUE
public static final float[] LIMITORIENTATION_DEFAULT_VALUESFRotation field named limitOrientation has default value {0f,0f,1f,0f} (Java syntax) or 0 0 1 0 (XML syntax). -
LLIMIT_DEFAULT_VALUE
-
METADATA_DEFAULT_VALUE
SFNode field named metadata has default value null (Java syntax) or NULL (XML syntax). -
NAME_DEFAULT_VALUE
SFString field named name has default value equal to an empty string.- See Also:
-
ROTATION_DEFAULT_VALUE
public static final float[] ROTATION_DEFAULT_VALUESFRotation field named rotation has default value {0f,0f,1f,0f} (Java syntax) or 0 0 1 0 (XML syntax). -
SCALE_DEFAULT_VALUE
public static final float[] SCALE_DEFAULT_VALUESFVec3f field named scale has default value {1f,1f,1f} (Java syntax) or 1 1 1 (XML syntax). -
SCALEORIENTATION_DEFAULT_VALUE
public static final float[] SCALEORIENTATION_DEFAULT_VALUESFRotation field named scaleOrientation has default value {0f,0f,1f,0f} (Java syntax) or 0 0 1 0 (XML syntax). -
SKINCOORDINDEX_DEFAULT_VALUE
-
SKINCOORDWEIGHT_DEFAULT_VALUE
-
STIFFNESS_DEFAULT_VALUE
-
TRANSLATION_DEFAULT_VALUE
public static final float[] TRANSLATION_DEFAULT_VALUESFVec3f field named translation has default value {0f,0f,0f} (Java syntax) or 0 0 0 (XML syntax). -
ULIMIT_DEFAULT_VALUE
-
VISIBLE_DEFAULT_VALUE
public static final boolean VISIBLE_DEFAULT_VALUESFBool field named visible has default value true (Java syntax) or true (XML syntax).- See Also:
-
containerField_DEFAULT_VALUE
containerField describes typical field relationship of a node to its parent. Usage is not ordinarily needed when using this API, this default value is provided for informational purposes only.
containerField_DEFAULT_VALUE = "children";
containerField_ALLOWED_VALUES = {"children", "joints" *HAnimHumanoid parent*, "skeleton" *HAnimHumanoid parent* }; type X3DUOM containerFieldChoicesHAnimJoint- See Also:
-
toField_ADDCHILDREN
toField ROUTE name for MFNode field named addChildren.- See Also:
-
fromField_BBOXDISPLAY
fromField ROUTE name for SFBool field named bboxDisplay.- See Also:
-
toField_BBOXDISPLAY
toField ROUTE name for SFBool field named bboxDisplay.- See Also:
-
fromField_CENTER
fromField ROUTE name for SFVec3f field named center.- See Also:
-
toField_CENTER
toField ROUTE name for SFVec3f field named center.- See Also:
-
fromField_CHILDREN
fromField ROUTE name for MFNode field named children.- See Also:
-
toField_CHILDREN
toField ROUTE name for MFNode field named children.- See Also:
-
fromField_DESCRIPTION
fromField ROUTE name for SFString field named description.- See Also:
-
toField_DESCRIPTION
toField ROUTE name for SFString field named description.- See Also:
-
fromField_DISPLACERS
fromField ROUTE name for MFNode field named displacers.- See Also:
-
toField_DISPLACERS
toField ROUTE name for MFNode field named displacers.- See Also:
-
fromField_IS
-
fromField_LIMITORIENTATION
fromField ROUTE name for SFRotation field named limitOrientation.- See Also:
-
toField_LIMITORIENTATION
toField ROUTE name for SFRotation field named limitOrientation.- See Also:
-
fromField_LLIMIT
fromField ROUTE name for MFFloat field named llimit.- See Also:
-
toField_LLIMIT
toField ROUTE name for MFFloat field named llimit.- See Also:
-
fromField_METADATA
fromField ROUTE name for SFNode field named metadata.- See Also:
-
toField_METADATA
toField ROUTE name for SFNode field named metadata.- See Also:
-
fromField_NAME
fromField ROUTE name for SFString field named name.- See Also:
-
toField_NAME
-
toField_REMOVECHILDREN
toField ROUTE name for MFNode field named removeChildren.- See Also:
-
fromField_ROTATION
fromField ROUTE name for SFRotation field named rotation.- See Also:
-
toField_ROTATION
toField ROUTE name for SFRotation field named rotation.- See Also:
-
fromField_SCALE
fromField ROUTE name for SFVec3f field named scale.- See Also:
-
toField_SCALE
toField ROUTE name for SFVec3f field named scale.- See Also:
-
fromField_SCALEORIENTATION
fromField ROUTE name for SFRotation field named scaleOrientation.- See Also:
-
toField_SCALEORIENTATION
toField ROUTE name for SFRotation field named scaleOrientation.- See Also:
-
fromField_SKINCOORDINDEX
fromField ROUTE name for MFInt32 field named skinCoordIndex.- See Also:
-
toField_SKINCOORDINDEX
toField ROUTE name for MFInt32 field named skinCoordIndex.- See Also:
-
fromField_SKINCOORDWEIGHT
fromField ROUTE name for MFFloat field named skinCoordWeight.- See Also:
-
toField_SKINCOORDWEIGHT
toField ROUTE name for MFFloat field named skinCoordWeight.- See Also:
-
fromField_STIFFNESS
fromField ROUTE name for MFFloat field named stiffness.- See Also:
-
toField_STIFFNESS
toField ROUTE name for MFFloat field named stiffness.- See Also:
-
fromField_TRANSLATION
fromField ROUTE name for SFVec3f field named translation.- See Also:
-
toField_TRANSLATION
toField ROUTE name for SFVec3f field named translation.- See Also:
-
fromField_ULIMIT
fromField ROUTE name for MFFloat field named ulimit.- See Also:
-
toField_ULIMIT
toField ROUTE name for MFFloat field named ulimit.- See Also:
-
fromField_VISIBLE
fromField ROUTE name for SFBool field named visible.- See Also:
-
toField_VISIBLE
toField ROUTE name for SFBool field named visible.- See Also:
-
-
Constructor Details
-
HAnimJoint
public HAnimJoint()Constructor for HAnimJoint to initialize member variables with default values. -
HAnimJoint
Utility constructor that assigns DEF label after initializing member variables with default values.- Parameters:
DEFlabel
- unique DEF name for this X3D node
-
HAnimJoint
-
-
Method Details
-
getNameIndex
Get index for this name- Parameters:
name
- of interest- Returns:
- index value, otherwise -1 if not found
-
hasNameIndex
Whether an index exists for this name- Parameters:
name
- of interest- Returns:
- true if found
-
getNameLoa
Get Level of Articulation (loa) for this name- Parameters:
name
- of interest- Returns:
- loa value, otherwise -1 if not found
-
hasNameLoa
Whether an loa exists for this name- Parameters:
name
- of interest- Returns:
- true if found
-
getNameAlias
-
hasNameAlias
Whether a alias exists for this name- Parameters:
name
- of interest- Returns:
- true if found
-
getParentName
-
hasParentMatchingName
Whether a parent exists for this name- Parameters:
name
- of interest- Returns:
- true if found
-
getElementName
Provides name of this element: HAnimJoint- Specified by:
getElementName
in classX3DConcreteElement
- Returns:
- name of this element
-
getComponent
Defines X3D component for the HAnimJoint element: HAnim- Specified by:
getComponent
in classX3DConcreteElement
- Returns:
- X3D component for this element
-
getComponentLevel
public final int getComponentLevel()Provides default X3D component level for this element: 1- Specified by:
getComponentLevel
in classX3DConcreteElement
- Returns:
- default X3D component level for this element
-
getFieldType
Indicate type corresponding to given fieldName.- Specified by:
getFieldType
in classX3DConcreteElement
- Parameters:
fieldName
- name of field in this X3D node- Returns:
- X3D type (SFvec3f etc.), otherwise ConfigurationProperties.ERROR_UNKNOWN_FIELD_TYPE if not recognized
- See Also:
-
getAccessType
Indicate accessType corresponding to given fieldName.- Specified by:
getAccessType
in classX3DConcreteElement
- Parameters:
fieldName
- name of field in this X3D node- Returns:
- X3D accessType (inputOnly etc.), otherwise ConfigurationProperties.ERROR_UNKNOWN_FIELD_ACCESSTYPE if not recognized
- See Also:
-
getContainerFieldDefault
containerField describes typical field relationship of a node to its parent. Programmer usage is not ordinarily needed when using this API, since this default value is provided for informational purposes only.- Specified by:
getContainerFieldDefault
in classX3DConcreteNode
- Returns:
- default containerField value
- See Also:
-
initialize
public final void initialize()Initialize all member variables to default values.- Overrides:
initialize
in classX3DConcreteNode
-
getBboxCenter
public float[] getBboxCenter()Provide array of 3-tuple float results from initializeOnly SFVec3f field named bboxCenter.
Tooltip: Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.- Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.
- Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS /Part01/components/grouping.html#BoundingBoxes
- Hint: X3D Architecture, 10.3.1 X3DBoundedObject https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS /Part01/components/grouping.html#X3DBoundedObject
- Specified by:
getBboxCenter
in interfaceHAnimJoint
- Specified by:
getBboxCenter
in interfaceX3DBoundedObject
- Returns:
- value of bboxCenter field
-
setBboxCenter
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
Tooltip: Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.- Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.
- Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS /Part01/components/grouping.html#BoundingBoxes
- Hint: X3D Architecture, 10.3.1 X3DBoundedObject https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS /Part01/components/grouping.html#X3DBoundedObject
- Specified by:
setBboxCenter
in interfaceHAnimJoint
- Specified by:
setBboxCenter
in interfaceX3DBoundedObject
- Parameters:
newValue
- is new value for the bboxCenter field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setBboxCenter
Assign typed object value to SFVec3f bboxCenter field, similar tosetBboxCenter(float[])
.- Parameters:
newValue
- is new value for the bboxCenter field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setBboxCenter
Assign values to SFVec3f bboxCenter field, similar tosetBboxCenter(float[])
.- Parameters:
x
- first componenty
- second componentz
- third component- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setBboxCenter
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetBboxCenter(float[])
.- Parameters:
x
- first componenty
- second componentz
- third component- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setBboxCenter
Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetBboxCenter(float[])
.- Parameters:
newArray
- is new value for field- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getBboxDisplay
public boolean getBboxDisplay()Provide boolean value from inputOutput SFBool field named bboxDisplay.
Tooltip: Whether to display bounding box for associated geometry, aligned with world coordinates.- Hint: the bounding box is displayed regardless of whether contained content is visible.
- Specified by:
getBboxDisplay
in interfaceHAnimJoint
- Specified by:
getBboxDisplay
in interfaceX3DBoundedObject
- Returns:
- value of bboxDisplay field
-
setBboxDisplay
Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.
Tooltip: Whether to display bounding box for associated geometry, aligned with world coordinates.- Hint: the bounding box is displayed regardless of whether contained content is visible.
- Specified by:
setBboxDisplay
in interfaceHAnimJoint
- Specified by:
setBboxDisplay
in interfaceX3DBoundedObject
- Parameters:
newValue
- is new value for the bboxDisplay field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setBboxDisplay
Assign typed object value to SFBool bboxDisplay field, similar tosetBboxDisplay(boolean)
.- Parameters:
newValue
- is new value for the bboxDisplay field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getBboxSize
public float[] getBboxSize()Provide array of 3-tuple float results within allowed range of [0,infinity), or default value [-1 -1 -1], from initializeOnly SFVec3f field named bboxSize.
Tooltip: or [0,+infinity) Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.- Hint: can be useful for collision computations or inverse-kinematics (IK) engines.
- Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.
- Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS /Part01/components/grouping.html#BoundingBoxes
- Hint: X3D Architecture, 10.3.1 X3DBoundedObject https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS /Part01/components/grouping.html#X3DBoundedObject
- Specified by:
getBboxSize
in interfaceHAnimJoint
- Specified by:
getBboxSize
in interfaceX3DBoundedObject
- Returns:
- value of bboxSize field
-
setBboxSize
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
Tooltip: or [0,+infinity) Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.- Hint: can be useful for collision computations or inverse-kinematics (IK) engines.
- Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.
- Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS /Part01/components/grouping.html#BoundingBoxes
- Hint: X3D Architecture, 10.3.1 X3DBoundedObject https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS /Part01/components/grouping.html#X3DBoundedObject
- Specified by:
setBboxSize
in interfaceHAnimJoint
- Specified by:
setBboxSize
in interfaceX3DBoundedObject
- Parameters:
newValue
- is new value for the bboxSize field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setBboxSize
Assign typed object value to SFVec3f bboxSize field, similar tosetBboxSize(float[])
.- Parameters:
newValue
- is new value for the bboxSize field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setBboxSize
Assign values to SFVec3f bboxSize field, similar tosetBboxSize(float[])
.- Parameters:
x
- first componenty
- second componentz
- third component- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setBboxSize
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetBboxSize(float[])
.- Parameters:
x
- first componenty
- second componentz
- third component- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setBboxSize
Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetBboxSize(float[])
.- Parameters:
newArray
- is new value for field- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getCenter
public float[] getCenter()Provide array of 3-tuple float results from inputOutput SFVec3f field named center.
Tooltip: Translation offset from origin of local coordinate system.- Hint: usually HAnimJoint position is controlled by the center field, not the translation field.
- Specified by:
getCenter
in interfaceHAnimJoint
- Returns:
- value of center field
-
setCenter
Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named center.
Tooltip: Translation offset from origin of local coordinate system.- Hint: usually HAnimJoint position is controlled by the center field, not the translation field.
- Specified by:
setCenter
in interfaceHAnimJoint
- Parameters:
newValue
- is new value for the center field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setCenter
Assign typed object value to SFVec3f center field, similar tosetCenter(float[])
.- Parameters:
newValue
- is new value for the center field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setCenter
Assign values to SFVec3f center field, similar tosetCenter(float[])
.- Parameters:
x
- first componenty
- second componentz
- third component- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setCenter
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetCenter(float[])
.- Parameters:
x
- first componenty
- second componentz
- third component- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setCenter
Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetCenter(float[])
.- Parameters:
newArray
- is new value for field- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getChildren
Provide array of org.web3d.x3d.sai.Core.X3DNode results (using an array consisting of properly typed nodes or ProtoInstances) with acceptable node types limited to HAnimJoint|HAnimSegment, from inputOutput MFNode field children.
Tooltip: [HAnimJoint|HAnimSegment] Grouping nodes contain an ordered list of children nodes.- Hint: Each grouping node defines a coordinate space for its children, relative to the coordinate space of its parent node. Thus transformations accumulate down the scene graph hierarchy.
- Warning: HAnimJoint can only contain HAnimJoint|HAnimSegment nodes (each having default containerField='children').
- Hint: place any geometry for this HAnimJoint in the child HAnimSegment, wrapped within a Transform having the same translation value as the current HAnimJoint center value.
- Hint: inputOnly MFNode addChildren field can append new X3DChildNode nodes via a ROUTE connection, duplicate input nodes (i.e. matching DEF, USE values) are ignored.
- Hint: inputOnly MFNode removeChildren field can remove nodes from the children list, unrecognized input nodes (i.e. nonmatching DEF, USE values) are ignored.
- Hint: X3D Architecture 10.2.1 Grouping and children node types, https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS /Part01/components/grouping.html#GroupingAndChildrenNodes
Warning: according to X3D Unified Object Model (X3DUOM), acceptable node types are limited to HAnimJoint|HAnimSegment.- Specified by:
getChildren
in interfaceHAnimJoint
- Returns:
- value of children field
- See Also:
-
getChildrenList
Utility method to get ArrayList value of MFNode children field, similar togetChildren()
.- Returns:
- value of children field
-
setChildren
Accessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field children.
Tooltip: [HAnimJoint|HAnimSegment] Grouping nodes contain an ordered list of children nodes.- Hint: Each grouping node defines a coordinate space for its children, relative to the coordinate space of its parent node. Thus transformations accumulate down the scene graph hierarchy.
- Warning: HAnimJoint can only contain HAnimJoint|HAnimSegment nodes (each having default containerField='children').
- Hint: place any geometry for this HAnimJoint in the child HAnimSegment, wrapped within a Transform having the same translation value as the current HAnimJoint center value.
- Hint: inputOnly MFNode addChildren field can append new X3DChildNode nodes via a ROUTE connection, duplicate input nodes (i.e. matching DEF, USE values) are ignored.
- Hint: inputOnly MFNode removeChildren field can remove nodes from the children list, unrecognized input nodes (i.e. nonmatching DEF, USE values) are ignored.
- Hint: X3D Architecture 10.2.1 Grouping and children node types, https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS /Part01/components/grouping.html#GroupingAndChildrenNodes
Note: according to X3D Unified Object Model (X3DUOM), acceptable node types are limited to HAnimJoint|HAnimSegment.- Specified by:
setChildren
in interfaceHAnimJoint
- Parameters:
newValue
- is new value for the children field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setChildren
Assign ArrayList value of MFNode children field, similar tosetChildren(org.web3d.x3d.sai.Core.X3DNode[])
.- Parameters:
newValue
- is new value for the children field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
addChildren
Add single node to existing array of children nodes (if any).
Note: according to X3D Unified Object Model (X3DUOM), acceptable node types are limited to HAnimJoint|HAnimSegment and ProtoInstance.- Parameters:
newValue
- is new value to be appended the children field.
-
addChildren
Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.
Note: according to X3D Unified Object Model (X3DUOM), acceptable node types are limited to ShaderPart and ProtoInstance.- Parameters:
newValue
- is new value to be appended the parts field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
addChild
Utility method to add single child element to contained list of existing children nodes (if any).- Parameters:
newValue
- is new node value to be appended the children field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
addChildren
Add array of children nodes to array of existing nodes (if any).
Note: according to X3D Unified Object Model (X3DUOM), acceptable node types are limited to HAnimJoint|HAnimSegment.- Specified by:
addChildren
in interfaceHAnimJoint
- Parameters:
newValue
- is new value array to be appended the children field.
-
setChildren
Set single children node, replacing prior array of existing nodes (if any).
Note: according to X3D Unified Object Model (X3DUOM), acceptable node types are restricted to HAnimJoint|HAnimSegment.- Specified by:
setChildren
in interfaceHAnimJoint
- Parameters:
newValue
- is new node for the children field (restricted to HAnimJoint|HAnimSegment)
-
clearChildren
Utility method to clear MFNode value of children field. This method does not initialize withCHILDREN_DEFAULT_VALUE.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive setAttribute method invocations).
-
hasChildren
public boolean hasChildren()Indicate whether an object is available for inputOutput MFNode field children.- Returns:
- whether a properly typed node or ProtoInstance array or CommentsBlock is available.
- See Also:
-
addComments
Add comment as CommentsBlock to children field- Specified by:
addComments
in classX3DConcreteElement
- Parameters:
newComment
- initial value- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive setAttribute method invocations).
-
addComments
Add comments as String[] array to children field- Specified by:
addComments
in classX3DConcreteElement
- Parameters:
newComments
- array of comments- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive setAttribute method invocations).
-
addComments
Add CommentsBlock to children field- Specified by:
addComments
in classX3DConcreteElement
- Parameters:
newCommentsBlock
- block of comments to add- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getDescription
Provide String value from inputOutput SFString field named description.
Tooltip: Author-provided prose that describes intended purpose of this node.- Hint: many XML tools substitute XML character references for special characters automatically if needed within an attribute value (such as & for & ampersand character, or " for " quotation-mark character).
- Specified by:
getDescription
in interfaceHAnimJoint
- Returns:
- value of description field
-
setDescription
Accessor method to assign String value to inputOutput SFString field named description.
Tooltip: Author-provided prose that describes intended purpose of this node.- Hint: many XML tools substitute XML character references for special characters automatically if needed within an attribute value (such as & for & ampersand character, or " for " quotation-mark character).
- Specified by:
setDescription
in interfaceHAnimJoint
- Parameters:
newValue
- is new value for the description field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setDescription
Assign typed object value to SFString description field, similar tosetDescription(String)
.- Parameters:
newValue
- is new value for the description field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getDisplacers
Provide array of org.web3d.x3d.sai.HAnim.HAnimDisplacer results (using an array consisting of properly typed nodes or ProtoInstances) from inputOutput MFNode field displacers.
Tooltip: [HAnimDisplacer] the displacers field stores HAnimDisplacer objects for a particular HAnimJoint object.- Warning: index values for HanimHumanoid skin IndexedFaceSet, skinCoord and skinNormal nodes must all be consistently defined together with HAnimJoint HAnimSegment and HAnimDisplacer nodes for proper skin animation.
Warning: according to X3D Unified Object Model (X3DUOM), acceptable node types are limited to HAnimDisplacer.- Specified by:
getDisplacers
in interfaceHAnimJoint
- Returns:
- value of displacers field
- See Also:
-
getDisplacersList
Utility method to get ArrayList value of MFNode displacers field, similar togetDisplacers()
.- Returns:
- value of displacers field
-
setDisplacers
Accessor method to assign org.web3d.x3d.sai.HAnim.HAnimDisplacer array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field displacers.
Tooltip: [HAnimDisplacer] the displacers field stores HAnimDisplacer objects for a particular HAnimJoint object.- Warning: index values for HanimHumanoid skin IndexedFaceSet, skinCoord and skinNormal nodes must all be consistently defined together with HAnimJoint HAnimSegment and HAnimDisplacer nodes for proper skin animation.
Note: according to X3D Unified Object Model (X3DUOM), acceptable node types are limited to HAnimDisplacer.- Specified by:
setDisplacers
in interfaceHAnimJoint
- Parameters:
newValue
- is new value for the displacers field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setDisplacers
Assign ArrayList value of MFNode displacers field, similar tosetDisplacers(org.web3d.x3d.sai.Core.X3DNode[])
.- Parameters:
newValue
- is new value for the displacers field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
addDisplacers
Add single child node to existing array of displacers nodes (if any).
Note: according to X3D Unified Object Model (X3DUOM), acceptable node types are limited to HAnimDisplacer and ProtoInstance.- Parameters:
newValue
- is new value to be appended the displacers field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
addDisplacers
Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for displacers field.
Note: according to X3D Unified Object Model (X3DUOM), acceptable node types are limited to ShaderPart and ProtoInstance.- Parameters:
newValue
- is new value to be appended the parts field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
addDisplacers
Add array of child displacers nodes to array of existing nodes (if any).
Note: according to X3D Unified Object Model (X3DUOM), acceptable node types are limited to HAnimDisplacer.- Specified by:
addDisplacers
in interfaceHAnimJoint
- Parameters:
newValue
- is new value array to be appended the displacers field.
-
setDisplacers
Set single child displacers node, replacing prior array of existing nodes (if any).
Note: according to X3D Unified Object Model (X3DUOM), acceptable node types are restricted to HAnimDisplacer.- Specified by:
setDisplacers
in interfaceHAnimJoint
- Parameters:
newValue
- is new node for the displacers field (restricted to HAnimDisplacer)
-
clearDisplacers
Utility method to clear MFNode value of displacers field. This method does not initialize withDISPLACERS_DEFAULT_VALUE.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive setAttribute method invocations).
-
hasDisplacers
public boolean hasDisplacers()Indicate whether an object is available for inputOutput MFNode field displacers.- Returns:
- whether a properly typed node or ProtoInstance array or CommentsBlock is available.
- See Also:
-
getIS
Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.- Specified by:
getIS
in classX3DConcreteNode
- Returns:
- value of IS field
- See Also:
-
setIS
Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.- Specified by:
setIS
in classX3DConcreteNode
- Parameters:
newValue
- is new value for the IS field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
clearIS
Utility method to clear SFNode value of IS field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive setAttribute method invocations).
-
hasIS
public boolean hasIS()Indicate whether an object is available for inputOutput SFNode field IS.- Returns:
- whether a concrete statement or CommentsBlock is available.
- See Also:
-
getLimitOrientation
public float[] getLimitOrientation()Provide array of 4-tuple float results unit axis, angle (in radians) from inputOutput SFRotation field named limitOrientation.
Tooltip: Orientation of upper/lower rotation limits, relative to HAnimJoint center. *- Specified by:
getLimitOrientation
in interfaceHAnimJoint
- Returns:
- value of limitOrientation field
-
setLimitOrientation
Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named limitOrientation.
Tooltip: Orientation of upper/lower rotation limits, relative to HAnimJoint center. *- Specified by:
setLimitOrientation
in interfaceHAnimJoint
- Parameters:
newValue
- is new value for the limitOrientation field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setLimitOrientation
Assign typed object value to SFRotation limitOrientation field, similar tosetLimitOrientation(float[])
.- Parameters:
newValue
- is new value for the limitOrientation field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setLimitOrientation
Assign values to SFRotation limitOrientation field, similar tosetLimitOrientation(float[])
.- Parameters:
x
- first component of axisy
- second component of axisz
- third component of axisangleRadians
- fourth component of rotation around axis- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setLimitOrientation
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetLimitOrientation(float[])
.- Parameters:
x
- first componenty
- second componentz
- third componentangleRadians
- fourth component- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setLimitOrientation
Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetLimitOrientation(float[])
.- Parameters:
newArray
- is new value for field- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getLlimit
public float[] getLlimit()Provide array of Float results from inputOutput MFFloat field named llimit.
Tooltip: Lower limit for minimum joint rotation in radians.- Hint: always contains 3 values, one for each local axis.
- Warning: field shall contain three values or else be an empty array. Behavior is undefined when array length is 1, 2, or greater than 3.
- Hint: an empty array is equivalent to 0 0 0.
- Specified by:
getLlimit
in interfaceHAnimJoint
- Returns:
- value of llimit field
-
getLlimitList
Utility method to get ArrayList value of MFFloat llimit field, similar togetLlimit()
.- Returns:
- value of llimit field
-
getLlimitString
Utility method to get String value of MFFloat llimit field, similar togetLlimit()
.- Returns:
- value of llimit field
-
setLlimit
Accessor method to assign Float array to inputOutput MFFloat field named llimit.
Tooltip: Lower limit for minimum joint rotation in radians.- Hint: always contains 3 values, one for each local axis.
- Warning: field shall contain three values or else be an empty array. Behavior is undefined when array length is 1, 2, or greater than 3.
- Hint: an empty array is equivalent to 0 0 0.
- Specified by:
setLlimit
in interfaceHAnimJoint
- Parameters:
newValue
- is new value for the llimit field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setLlimit
Assign typed object value to MFFloat llimit field, similar tosetLlimit(float[])
.- Parameters:
newValue
- is new value for the llimit field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setLlimit
Assign ArrayList value of MFFloat llimit field, similar tosetLlimit(float[])
.- Parameters:
newValue
- is new value for the llimit field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
clearLlimit
Utility method to clear MFFloat value of llimit field. This method does not initialize withLLIMIT_DEFAULT_VALUE.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive setAttribute method invocations).
-
setLlimit
Assign floating-point array value of MFFloat llimit field, similar tosetLlimit(float[])
.- Parameters:
newValue
- is new value for the llimit field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
addLlimit
Add singleton float value to MFFloat llimit field.- Parameters:
newValue
- is new value to add to the llimit field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
addLlimit
Add singleton SFFloat value to MFFloat llimit field.- Parameters:
newValue
- is new value to add to the llimit field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setLlimit
Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetLlimit(float[])
.- Parameters:
newArray
- is new value for field- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getMetadata
Provide org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.- Specified by:
getMetadata
in interfaceHAnimJoint
- Specified by:
getMetadata
in interfaceX3DChildNode
- Specified by:
getMetadata
in interfaceX3DNode
- Returns:
- value of metadata field
- See Also:
-
setMetadata
Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.- Specified by:
setMetadata
in interfaceHAnimJoint
- Specified by:
setMetadata
in interfaceX3DChildNode
- Specified by:
setMetadata
in interfaceX3DNode
- Specified by:
setMetadata
in classX3DConcreteNode
- Parameters:
newValue
- is new value for the metadata field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
clearMetadata
Utility method to clear SFNode value of metadata field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive setAttribute method invocations).
-
setMetadata
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.- Specified by:
setMetadata
in classX3DConcreteNode
- Parameters:
newValue
- is new value for the metadata field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
hasMetadata
public boolean hasMetadata()Indicate whether an object is available for inputOutput SFNode field metadata.- Returns:
- whether a properly typed node or ProtoInstance or CommentsBlock is available.
- See Also:
-
getName
Provide String enumeration value (baseType xs:NMTOKEN) ["humanoid_root" | "sacroiliac" | "l_hip" | "l_knee" | "l_talocrural" | "l_talocalcaneonavicular" | "l_cuneonavicular_1" | "l_tarsometatarsal_1" | "l_metatarsophalangeal_1" | "l_tarsal_interphalangeal_1" | "l_cuneonavicular_2" | "l_tarsometatarsal_2" | "l_metatarsophalangeal_2" | "l_tarsal_proximal_interphalangeal_2" | "l_tarsal_distal_interphalangeal_2" | "l_cuneonavicular_3" | "l_tarsometatarsal_3" | "l_metatarsophalangeal_3" | "l_tarsal_proximal_interphalangeal_3" | "l_tarsal_distal_interphalangeal_3" | "l_calcaneocuboid" | "l_transversetarsal" | "l_tarsometatarsal_4" | "l_metatarsophalangeal_4" | "l_tarsal_proximal_interphalangeal_4" | "l_tarsal_distal_interphalangeal_4" | "l_tarsometatarsal_5" | "l_metatarsophalangeal_5" | "l_tarsal_proximal_interphalangeal_5" | "l_tarsal_distal_interphalangeal_5" | "r_hip" | "r_knee" | "r_talocrural" | "r_talocalcaneonavicular" | "r_cuneonavicular_1" | "r_tarsometatarsal_1" | "r_metatarsophalangeal_1" | "r_tarsal_interphalangeal_1" | "r_cuneonavicular_2" | "r_tarsometatarsal_2" | "r_metatarsophalangeal_2" | "r_tarsal_proximal_interphalangeal_2" | "r_tarsal_distal_interphalangeal_2" | "r_cuneonavicular_3" | "r_tarsometatarsal_3" | "r_metatarsophalangeal_3" | "r_tarsal_proximal_interphalangeal_3" | "r_tarsal_distal_interphalangeal_3" | "r_calcaneocuboid" | "r_transversetarsal" | "r_tarsometatarsal_4" | "r_metatarsophalangeal_4" | "r_tarsal_proximal_interphalangeal_4" | "r_tarsal_distal_interphalangeal_4" | "r_tarsometatarsal_5" | "r_metatarsophalangeal_5" | "r_tarsal_proximal_interphalangeal_5" | "r_tarsal_distal_interphalangeal_5" | "vl5" | "vl4" | "vl3" | "vl2" | "vl1" | "vt12" | "vt11" | "vt10" | "vt9" | "vt8" | "vt7" | "vt6" | "vt5" | "vt4" | "vt3" | "vt2" | "vt1" | "vc7" | "vc6" | "vc5" | "vc4" | "vc3" | "vc2" | "vc1" | "skullbase" | "l_eyelid_joint" | "r_eyelid_joint" | "l_eyeball_joint" | "r_eyeball_joint" | "l_eyebrow_joint" | "r_eyebrow_joint" | "temporomandibular" | "l_sternoclavicular" | "l_acromioclavicular" | "l_shoulder" | "l_elbow" | "l_radiocarpal" | "l_midcarpal_1" | "l_carpometacarpal_1" | "l_metacarpophalangeal_1" | "l_carpal_interphalangeal_1" | "l_midcarpal_2" | "l_carpometacarpal_2" | "l_metacarpophalangeal_2" | "l_carpal_proximal_interphalangeal_2" | "l_carpal_distal_interphalangeal_2" | "l_midcarpal_3" | "l_carpometacarpal_3" | "l_metacarpophalangeal_3" | "l_carpal_proximal_interphalangeal_3" | "l_carpal_distal_interphalangeal_3" | "l_midcarpal_4_5" | "l_carpometacarpal_4" | "l_metacarpophalangeal_4" | "l_carpal_proximal_interphalangeal_4" | "l_carpal_distal_interphalangeal_4" | "l_carpometacarpal_5" | "l_metacarpophalangeal_5" | "l_carpal_proximal_interphalangeal_5" | "l_carpal_distal_interphalangeal_5" | "r_sternoclavicular" | "r_acromioclavicular" | "r_shoulder" | "r_elbow" | "r_radiocarpal" | "r_midcarpal_1" | "r_carpometacarpal_1" | "r_metacarpophalangeal_1" | "r_carpal_interphalangeal_1" | "r_midcarpal_2" | "r_carpometacarpal_2" | "r_metacarpophalangeal_2" | "r_carpal_proximal_interphalangeal_2" | "r_carpal_distal_interphalangeal_2" | "r_midcarpal_3" | "r_carpometacarpal_3" | "r_metacarpophalangeal_3" | "r_carpal_proximal_interphalangeal_3" | "r_carpal_distal_interphalangeal_3" | "r_midcarpal_4_5" | "r_carpometacarpal_4" | "r_metacarpophalangeal_4" | "r_carpal_proximal_interphalangeal_4" | "r_carpal_distal_interphalangeal_4" | "r_carpometacarpal_5" | "r_metacarpophalangeal_5" | "r_carpal_proximal_interphalangeal_5" | "r_carpal_distal_interphalangeal_5" | 'etc.'] from inputOutput SFString field named name.
Tooltip: Unique name attribute must be defined so that HAnimJoint node can be identified at run time for animation purposes.- Warning: name prefix must match ancestor HAnimHumanoid name followed by underscore character, if more than one humanoid appears within a scene file. For example, 'Nancy_' prepended before location name.
- Warning: name field is not included if this instance is a USE node, in order to avoid potential mismatches. Examples: humanoid_root sacroiliac l_hip l_knee l_ankle etc. as listed in HAnim Specification.
- Hint: HAnim Specification part 1, Humanoid Joint-Segment Hierarchy https://www.web3d.org/documents/specifications/19774/V2.0/Architecture/concepts.html#Hierarchy
- Hint: well-defined names can simplify design and debugging through improved author understanding.
- Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions
- Hint: HAnim2 Names HAnim1 Alias Tables https://www.web3d.org/x3d/content/examples/HumanoidAnimation/HAnim2NameHAnim1AliasTables.txt
- Warning: note precise spelling of special HAnimJoint name='humanoid_root' according to https://www.web3d.org/documents/specifications/19774/V2.0/Architecture/concepts.html#TheBody
- Hint: candidate names found in the HAnim Specification are humanoid_root, sacroiliac, l_hip, l_knee, l_talocrural, l_talocalcaneonavicular, l_cuneonavicular_1, l_tarsometatarsal_1, l_metatarsophalangeal_1, l_tarsal_interphalangeal_1, l_cuneonavicular_2, l_tarsometatarsal_2, l_metatarsophalangeal_2, l_tarsal_proximal_interphalangeal_2, l_tarsal_distal_interphalangeal_2, l_cuneonavicular_3, l_tarsometatarsal_3, l_metatarsophalangeal_3, l_tarsal_proximal_interphalangeal_3, l_tarsal_distal_interphalangeal_3, l_calcaneocuboid, l_transversetarsal, l_tarsometatarsal_4, l_metatarsophalangeal_4, l_tarsal_proximal_interphalangeal_4, l_tarsal_distal_interphalangeal_4, l_tarsometatarsal_5, l_metatarsophalangeal_5, l_tarsal_proximal_interphalangeal_5, l_tarsal_distal_interphalangeal_5, r_hip, r_knee, r_talocrural, r_talocalcaneonavicular, r_cuneonavicular_1, r_tarsometatarsal_1, r_metatarsophalangeal_1, r_tarsal_interphalangeal_1, r_cuneonavicular_2, r_tarsometatarsal_2, r_metatarsophalangeal_2, r_tarsal_proximal_interphalangeal_2, r_tarsal_distal_interphalangeal_2, r_cuneonavicular_3, r_tarsometatarsal_3, r_metatarsophalangeal_3, r_tarsal_proximal_interphalangeal_3, r_tarsal_distal_interphalangeal_3, r_calcaneocuboid, r_transversetarsal, r_tarsometatarsal_4, r_metatarsophalangeal_4, r_tarsal_proximal_interphalangeal_4, r_tarsal_distal_interphalangeal_4, r_tarsometatarsal_5, r_metatarsophalangeal_5, r_tarsal_proximal_interphalangeal_5, r_tarsal_distal_interphalangeal_5, vl5, vl4, vl3, vl2, vl1, vt12, vt11, vt10, vt9, vt8, vt7, vt6, vt5, vt4, vt3, vt2, vt1, vc7, vc6, vc5, vc4, vc3, vc2, vc1, skullbase, l_eyelid_joint, r_eyelid_joint, l_eyeball_joint, r_eyeball_joint, l_eyebrow_joint, r_eyebrow_joint, temporomandibular, l_sternoclavicular, l_acromioclavicular, l_shoulder, l_elbow, l_radiocarpal, l_midcarpal_1, l_carpometacarpal_1, l_metacarpophalangeal_1, l_carpal_interphalangeal_1, l_midcarpal_2, l_carpometacarpal_2, l_metacarpophalangeal_2, l_carpal_proximal_interphalangeal_2, l_carpal_distal_interphalangeal_2, l_midcarpal_3, l_carpometacarpal_3, l_metacarpophalangeal_3, l_carpal_proximal_interphalangeal_3, l_carpal_distal_interphalangeal_3, l_midcarpal_4_5, l_carpometacarpal_4, l_metacarpophalangeal_4, l_carpal_proximal_interphalangeal_4, l_carpal_distal_interphalangeal_4, l_carpometacarpal_5, l_metacarpophalangeal_5, l_carpal_proximal_interphalangeal_5, l_carpal_distal_interphalangeal_5, r_sternoclavicular, r_acromioclavicular, r_shoulder, r_elbow, r_radiocarpal, r_midcarpal_1, r_carpometacarpal_1, r_metacarpophalangeal_1, r_carpal_interphalangeal_1, r_midcarpal_2, r_carpometacarpal_2, r_metacarpophalangeal_2, r_carpal_proximal_interphalangeal_2, r_carpal_distal_interphalangeal_2, r_midcarpal_3, r_carpometacarpal_3, r_metacarpophalangeal_3, r_carpal_proximal_interphalangeal_3, r_carpal_distal_interphalangeal_3, r_midcarpal_4_5, r_carpometacarpal_4, r_metacarpophalangeal_4, r_carpal_proximal_interphalangeal_4, r_carpal_distal_interphalangeal_4, r_carpometacarpal_5, r_metacarpophalangeal_5, r_carpal_proximal_interphalangeal_5, r_carpal_distal_interphalangeal_5
Available enumeration values for string comparison:HUMANOID_ROOT
,SACROILIAC
,L_HIP
,L_KNEE
,L_TALOCRURAL
,L_TALOCALCANEONAVICULAR
,L_CUNEONAVICULAR_1
,L_TARSOMETATARSAL_1
,L_METATARSOPHALANGEAL_1
,L_TARSAL_INTERPHALANGEAL_1
,L_CUNEONAVICULAR_2
,L_TARSOMETATARSAL_2
,L_METATARSOPHALANGEAL_2
,L_TARSAL_PROXIMAL_INTERPHALANGEAL_2
,L_TARSAL_DISTAL_INTERPHALANGEAL_2
,L_CUNEONAVICULAR_3
,L_TARSOMETATARSAL_3
,L_METATARSOPHALANGEAL_3
,L_TARSAL_PROXIMAL_INTERPHALANGEAL_3
,L_TARSAL_DISTAL_INTERPHALANGEAL_3
,L_CALCANEOCUBOID
,L_TRANSVERSETARSAL
,L_TARSOMETATARSAL_4
,L_METATARSOPHALANGEAL_4
,L_TARSAL_PROXIMAL_INTERPHALANGEAL_4
,L_TARSAL_DISTAL_INTERPHALANGEAL_4
,L_TARSOMETATARSAL_5
,L_METATARSOPHALANGEAL_5
,L_TARSAL_PROXIMAL_INTERPHALANGEAL_5
,L_TARSAL_DISTAL_INTERPHALANGEAL_5
,R_HIP
,R_KNEE
,R_TALOCRURAL
,R_TALOCALCANEONAVICULAR
,R_CUNEONAVICULAR_1
,R_TARSOMETATARSAL_1
,R_METATARSOPHALANGEAL_1
,R_TARSAL_INTERPHALANGEAL_1
,R_CUNEONAVICULAR_2
,R_TARSOMETATARSAL_2
,R_METATARSOPHALANGEAL_2
,R_TARSAL_PROXIMAL_INTERPHALANGEAL_2
,R_TARSAL_DISTAL_INTERPHALANGEAL_2
,R_CUNEONAVICULAR_3
,R_TARSOMETATARSAL_3
,R_METATARSOPHALANGEAL_3
,R_TARSAL_PROXIMAL_INTERPHALANGEAL_3
,R_TARSAL_DISTAL_INTERPHALANGEAL_3
,R_CALCANEOCUBOID
,R_TRANSVERSETARSAL
,R_TARSOMETATARSAL_4
,R_METATARSOPHALANGEAL_4
,R_TARSAL_PROXIMAL_INTERPHALANGEAL_4
,R_TARSAL_DISTAL_INTERPHALANGEAL_4
,R_TARSOMETATARSAL_5
,R_METATARSOPHALANGEAL_5
,R_TARSAL_PROXIMAL_INTERPHALANGEAL_5
,R_TARSAL_DISTAL_INTERPHALANGEAL_5
,VL5
,VL4
,VL3
,VL2
,VL1
,VT12
,VT11
,VT10
,VT9
,VT8
,VT7
,VT6
,VT5
,VT4
,VT3
,VT2
,VT1
,VC7
,VC6
,VC5
,VC4
,VC3
,VC2
,VC1
,SKULLBASE
,L_EYELID_JOINT
,R_EYELID_JOINT
,L_EYEBALL_JOINT
,R_EYEBALL_JOINT
,L_EYEBROW_JOINT
,R_EYEBROW_JOINT
,TEMPOROMANDIBULAR
,L_STERNOCLAVICULAR
,L_ACROMIOCLAVICULAR
,L_SHOULDER
,L_ELBOW
,L_RADIOCARPAL
,L_MIDCARPAL_1
,L_CARPOMETACARPAL_1
,L_METACARPOPHALANGEAL_1
,L_CARPAL_INTERPHALANGEAL_1
,L_MIDCARPAL_2
,L_CARPOMETACARPAL_2
,L_METACARPOPHALANGEAL_2
,L_CARPAL_PROXIMAL_INTERPHALANGEAL_2
,L_CARPAL_DISTAL_INTERPHALANGEAL_2
,L_MIDCARPAL_3
,L_CARPOMETACARPAL_3
,L_METACARPOPHALANGEAL_3
,L_CARPAL_PROXIMAL_INTERPHALANGEAL_3
,L_CARPAL_DISTAL_INTERPHALANGEAL_3
,L_MIDCARPAL_4_5
,L_CARPOMETACARPAL_4
,L_METACARPOPHALANGEAL_4
,L_CARPAL_PROXIMAL_INTERPHALANGEAL_4
,L_CARPAL_DISTAL_INTERPHALANGEAL_4
,L_CARPOMETACARPAL_5
,L_METACARPOPHALANGEAL_5
,L_CARPAL_PROXIMAL_INTERPHALANGEAL_5
,L_CARPAL_DISTAL_INTERPHALANGEAL_5
,R_STERNOCLAVICULAR
,R_ACROMIOCLAVICULAR
,R_SHOULDER
,R_ELBOW
,R_RADIOCARPAL
,R_MIDCARPAL_1
,R_CARPOMETACARPAL_1
,R_METACARPOPHALANGEAL_1
,R_CARPAL_INTERPHALANGEAL_1
,R_MIDCARPAL_2
,R_CARPOMETACARPAL_2
,R_METACARPOPHALANGEAL_2
,R_CARPAL_PROXIMAL_INTERPHALANGEAL_2
,R_CARPAL_DISTAL_INTERPHALANGEAL_2
,R_MIDCARPAL_3
,R_CARPOMETACARPAL_3
,R_METACARPOPHALANGEAL_3
,R_CARPAL_PROXIMAL_INTERPHALANGEAL_3
,R_CARPAL_DISTAL_INTERPHALANGEAL_3
,R_MIDCARPAL_4_5
,R_CARPOMETACARPAL_4
,R_METACARPOPHALANGEAL_4
,R_CARPAL_PROXIMAL_INTERPHALANGEAL_4
,R_CARPAL_DISTAL_INTERPHALANGEAL_4
,R_CARPOMETACARPAL_5
,R_METACARPOPHALANGEAL_5
,R_CARPAL_PROXIMAL_INTERPHALANGEAL_5
,R_CARPAL_DISTAL_INTERPHALANGEAL_5
.- Specified by:
getName
in interfaceHAnimJoint
- Overrides:
getName
in classX3DConcreteNode
- Returns:
- value of name field
-
setName
Accessor method to assign String enumeration value ("humanoid_root" | "sacroiliac" | "l_hip" | "l_knee" | "l_talocrural" | "l_talocalcaneonavicular" | "l_cuneonavicular_1" | "l_tarsometatarsal_1" | "l_metatarsophalangeal_1" | "l_tarsal_interphalangeal_1" | "l_cuneonavicular_2" | "l_tarsometatarsal_2" | "l_metatarsophalangeal_2" | "l_tarsal_proximal_interphalangeal_2" | "l_tarsal_distal_interphalangeal_2" | "l_cuneonavicular_3" | "l_tarsometatarsal_3" | "l_metatarsophalangeal_3" | "l_tarsal_proximal_interphalangeal_3" | "l_tarsal_distal_interphalangeal_3" | "l_calcaneocuboid" | "l_transversetarsal" | "l_tarsometatarsal_4" | "l_metatarsophalangeal_4" | "l_tarsal_proximal_interphalangeal_4" | "l_tarsal_distal_interphalangeal_4" | "l_tarsometatarsal_5" | "l_metatarsophalangeal_5" | "l_tarsal_proximal_interphalangeal_5" | "l_tarsal_distal_interphalangeal_5" | "r_hip" | "r_knee" | "r_talocrural" | "r_talocalcaneonavicular" | "r_cuneonavicular_1" | "r_tarsometatarsal_1" | "r_metatarsophalangeal_1" | "r_tarsal_interphalangeal_1" | "r_cuneonavicular_2" | "r_tarsometatarsal_2" | "r_metatarsophalangeal_2" | "r_tarsal_proximal_interphalangeal_2" | "r_tarsal_distal_interphalangeal_2" | "r_cuneonavicular_3" | "r_tarsometatarsal_3" | "r_metatarsophalangeal_3" | "r_tarsal_proximal_interphalangeal_3" | "r_tarsal_distal_interphalangeal_3" | "r_calcaneocuboid" | "r_transversetarsal" | "r_tarsometatarsal_4" | "r_metatarsophalangeal_4" | "r_tarsal_proximal_interphalangeal_4" | "r_tarsal_distal_interphalangeal_4" | "r_tarsometatarsal_5" | "r_metatarsophalangeal_5" | "r_tarsal_proximal_interphalangeal_5" | "r_tarsal_distal_interphalangeal_5" | "vl5" | "vl4" | "vl3" | "vl2" | "vl1" | "vt12" | "vt11" | "vt10" | "vt9" | "vt8" | "vt7" | "vt6" | "vt5" | "vt4" | "vt3" | "vt2" | "vt1" | "vc7" | "vc6" | "vc5" | "vc4" | "vc3" | "vc2" | "vc1" | "skullbase" | "l_eyelid_joint" | "r_eyelid_joint" | "l_eyeball_joint" | "r_eyeball_joint" | "l_eyebrow_joint" | "r_eyebrow_joint" | "temporomandibular" | "l_sternoclavicular" | "l_acromioclavicular" | "l_shoulder" | "l_elbow" | "l_radiocarpal" | "l_midcarpal_1" | "l_carpometacarpal_1" | "l_metacarpophalangeal_1" | "l_carpal_interphalangeal_1" | "l_midcarpal_2" | "l_carpometacarpal_2" | "l_metacarpophalangeal_2" | "l_carpal_proximal_interphalangeal_2" | "l_carpal_distal_interphalangeal_2" | "l_midcarpal_3" | "l_carpometacarpal_3" | "l_metacarpophalangeal_3" | "l_carpal_proximal_interphalangeal_3" | "l_carpal_distal_interphalangeal_3" | "l_midcarpal_4_5" | "l_carpometacarpal_4" | "l_metacarpophalangeal_4" | "l_carpal_proximal_interphalangeal_4" | "l_carpal_distal_interphalangeal_4" | "l_carpometacarpal_5" | "l_metacarpophalangeal_5" | "l_carpal_proximal_interphalangeal_5" | "l_carpal_distal_interphalangeal_5" | "r_sternoclavicular" | "r_acromioclavicular" | "r_shoulder" | "r_elbow" | "r_radiocarpal" | "r_midcarpal_1" | "r_carpometacarpal_1" | "r_metacarpophalangeal_1" | "r_carpal_interphalangeal_1" | "r_midcarpal_2" | "r_carpometacarpal_2" | "r_metacarpophalangeal_2" | "r_carpal_proximal_interphalangeal_2" | "r_carpal_distal_interphalangeal_2" | "r_midcarpal_3" | "r_carpometacarpal_3" | "r_metacarpophalangeal_3" | "r_carpal_proximal_interphalangeal_3" | "r_carpal_distal_interphalangeal_3" | "r_midcarpal_4_5" | "r_carpometacarpal_4" | "r_metacarpophalangeal_4" | "r_carpal_proximal_interphalangeal_4" | "r_carpal_distal_interphalangeal_4" | "r_carpometacarpal_5" | "r_metacarpophalangeal_5" | "r_carpal_proximal_interphalangeal_5" | "r_carpal_distal_interphalangeal_5") to inputOutput SFString field named name.
Hint: authors have option to choose from an extendible list of predefined enumeration values (HUMANOID_ROOT
,SACROILIAC
,L_HIP
,L_KNEE
,L_TALOCRURAL
,L_TALOCALCANEONAVICULAR
,L_CUNEONAVICULAR_1
,L_TARSOMETATARSAL_1
,L_METATARSOPHALANGEAL_1
,L_TARSAL_INTERPHALANGEAL_1
,L_CUNEONAVICULAR_2
,L_TARSOMETATARSAL_2
,L_METATARSOPHALANGEAL_2
,L_TARSAL_PROXIMAL_INTERPHALANGEAL_2
,L_TARSAL_DISTAL_INTERPHALANGEAL_2
,L_CUNEONAVICULAR_3
,L_TARSOMETATARSAL_3
,L_METATARSOPHALANGEAL_3
,L_TARSAL_PROXIMAL_INTERPHALANGEAL_3
,L_TARSAL_DISTAL_INTERPHALANGEAL_3
,L_CALCANEOCUBOID
,L_TRANSVERSETARSAL
,L_TARSOMETATARSAL_4
,L_METATARSOPHALANGEAL_4
,L_TARSAL_PROXIMAL_INTERPHALANGEAL_4
,L_TARSAL_DISTAL_INTERPHALANGEAL_4
,L_TARSOMETATARSAL_5
,L_METATARSOPHALANGEAL_5
,L_TARSAL_PROXIMAL_INTERPHALANGEAL_5
,L_TARSAL_DISTAL_INTERPHALANGEAL_5
,R_HIP
,R_KNEE
,R_TALOCRURAL
,R_TALOCALCANEONAVICULAR
,R_CUNEONAVICULAR_1
,R_TARSOMETATARSAL_1
,R_METATARSOPHALANGEAL_1
,R_TARSAL_INTERPHALANGEAL_1
,R_CUNEONAVICULAR_2
,R_TARSOMETATARSAL_2
,R_METATARSOPHALANGEAL_2
,R_TARSAL_PROXIMAL_INTERPHALANGEAL_2
,R_TARSAL_DISTAL_INTERPHALANGEAL_2
,R_CUNEONAVICULAR_3
,R_TARSOMETATARSAL_3
,R_METATARSOPHALANGEAL_3
,R_TARSAL_PROXIMAL_INTERPHALANGEAL_3
,R_TARSAL_DISTAL_INTERPHALANGEAL_3
,R_CALCANEOCUBOID
,R_TRANSVERSETARSAL
,R_TARSOMETATARSAL_4
,R_METATARSOPHALANGEAL_4
,R_TARSAL_PROXIMAL_INTERPHALANGEAL_4
,R_TARSAL_DISTAL_INTERPHALANGEAL_4
,R_TARSOMETATARSAL_5
,R_METATARSOPHALANGEAL_5
,R_TARSAL_PROXIMAL_INTERPHALANGEAL_5
,R_TARSAL_DISTAL_INTERPHALANGEAL_5
,VL5
,VL4
,VL3
,VL2
,VL1
,VT12
,VT11
,VT10
,VT9
,VT8
,VT7
,VT6
,VT5
,VT4
,VT3
,VT2
,VT1
,VC7
,VC6
,VC5
,VC4
,VC3
,VC2
,VC1
,SKULLBASE
,L_EYELID_JOINT
,R_EYELID_JOINT
,L_EYEBALL_JOINT
,R_EYEBALL_JOINT
,L_EYEBROW_JOINT
,R_EYEBROW_JOINT
,TEMPOROMANDIBULAR
,L_STERNOCLAVICULAR
,L_ACROMIOCLAVICULAR
,L_SHOULDER
,L_ELBOW
,L_RADIOCARPAL
,L_MIDCARPAL_1
,L_CARPOMETACARPAL_1
,L_METACARPOPHALANGEAL_1
,L_CARPAL_INTERPHALANGEAL_1
,L_MIDCARPAL_2
,L_CARPOMETACARPAL_2
,L_METACARPOPHALANGEAL_2
,L_CARPAL_PROXIMAL_INTERPHALANGEAL_2
,L_CARPAL_DISTAL_INTERPHALANGEAL_2
,L_MIDCARPAL_3
,L_CARPOMETACARPAL_3
,L_METACARPOPHALANGEAL_3
,L_CARPAL_PROXIMAL_INTERPHALANGEAL_3
,L_CARPAL_DISTAL_INTERPHALANGEAL_3
,L_MIDCARPAL_4_5
,L_CARPOMETACARPAL_4
,L_METACARPOPHALANGEAL_4
,L_CARPAL_PROXIMAL_INTERPHALANGEAL_4
,L_CARPAL_DISTAL_INTERPHALANGEAL_4
,L_CARPOMETACARPAL_5
,L_METACARPOPHALANGEAL_5
,L_CARPAL_PROXIMAL_INTERPHALANGEAL_5
,L_CARPAL_DISTAL_INTERPHALANGEAL_5
,R_STERNOCLAVICULAR
,R_ACROMIOCLAVICULAR
,R_SHOULDER
,R_ELBOW
,R_RADIOCARPAL
,R_MIDCARPAL_1
,R_CARPOMETACARPAL_1
,R_METACARPOPHALANGEAL_1
,R_CARPAL_INTERPHALANGEAL_1
,R_MIDCARPAL_2
,R_CARPOMETACARPAL_2
,R_METACARPOPHALANGEAL_2
,R_CARPAL_PROXIMAL_INTERPHALANGEAL_2
,R_CARPAL_DISTAL_INTERPHALANGEAL_2
,R_MIDCARPAL_3
,R_CARPOMETACARPAL_3
,R_METACARPOPHALANGEAL_3
,R_CARPAL_PROXIMAL_INTERPHALANGEAL_3
,R_CARPAL_DISTAL_INTERPHALANGEAL_3
,R_MIDCARPAL_4_5
,R_CARPOMETACARPAL_4
,R_METACARPOPHALANGEAL_4
,R_CARPAL_PROXIMAL_INTERPHALANGEAL_4
,R_CARPAL_DISTAL_INTERPHALANGEAL_4
,R_CARPOMETACARPAL_5
,R_METACARPOPHALANGEAL_5
,R_CARPAL_PROXIMAL_INTERPHALANGEAL_5
,R_CARPAL_DISTAL_INTERPHALANGEAL_5
).
Tooltip: Unique name attribute must be defined so that HAnimJoint node can be identified at run time for animation purposes.- Warning: name prefix must match ancestor HAnimHumanoid name followed by underscore character, if more than one humanoid appears within a scene file. For example, 'Nancy_' prepended before location name.
- Warning: name field is not included if this instance is a USE node, in order to avoid potential mismatches. Examples: humanoid_root sacroiliac l_hip l_knee l_ankle etc. as listed in HAnim Specification.
- Hint: HAnim Specification part 1, Humanoid Joint-Segment Hierarchy https://www.web3d.org/documents/specifications/19774/V2.0/Architecture/concepts.html#Hierarchy
- Hint: well-defined names can simplify design and debugging through improved author understanding.
- Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions
- Hint: HAnim2 Names HAnim1 Alias Tables https://www.web3d.org/x3d/content/examples/HumanoidAnimation/HAnim2NameHAnim1AliasTables.txt
- Warning: note precise spelling of special HAnimJoint name='humanoid_root' according to https://www.web3d.org/documents/specifications/19774/V2.0/Architecture/concepts.html#TheBody
- Hint: candidate names found in the HAnim Specification are humanoid_root, sacroiliac, l_hip, l_knee, l_talocrural, l_talocalcaneonavicular, l_cuneonavicular_1, l_tarsometatarsal_1, l_metatarsophalangeal_1, l_tarsal_interphalangeal_1, l_cuneonavicular_2, l_tarsometatarsal_2, l_metatarsophalangeal_2, l_tarsal_proximal_interphalangeal_2, l_tarsal_distal_interphalangeal_2, l_cuneonavicular_3, l_tarsometatarsal_3, l_metatarsophalangeal_3, l_tarsal_proximal_interphalangeal_3, l_tarsal_distal_interphalangeal_3, l_calcaneocuboid, l_transversetarsal, l_tarsometatarsal_4, l_metatarsophalangeal_4, l_tarsal_proximal_interphalangeal_4, l_tarsal_distal_interphalangeal_4, l_tarsometatarsal_5, l_metatarsophalangeal_5, l_tarsal_proximal_interphalangeal_5, l_tarsal_distal_interphalangeal_5, r_hip, r_knee, r_talocrural, r_talocalcaneonavicular, r_cuneonavicular_1, r_tarsometatarsal_1, r_metatarsophalangeal_1, r_tarsal_interphalangeal_1, r_cuneonavicular_2, r_tarsometatarsal_2, r_metatarsophalangeal_2, r_tarsal_proximal_interphalangeal_2, r_tarsal_distal_interphalangeal_2, r_cuneonavicular_3, r_tarsometatarsal_3, r_metatarsophalangeal_3, r_tarsal_proximal_interphalangeal_3, r_tarsal_distal_interphalangeal_3, r_calcaneocuboid, r_transversetarsal, r_tarsometatarsal_4, r_metatarsophalangeal_4, r_tarsal_proximal_interphalangeal_4, r_tarsal_distal_interphalangeal_4, r_tarsometatarsal_5, r_metatarsophalangeal_5, r_tarsal_proximal_interphalangeal_5, r_tarsal_distal_interphalangeal_5, vl5, vl4, vl3, vl2, vl1, vt12, vt11, vt10, vt9, vt8, vt7, vt6, vt5, vt4, vt3, vt2, vt1, vc7, vc6, vc5, vc4, vc3, vc2, vc1, skullbase, l_eyelid_joint, r_eyelid_joint, l_eyeball_joint, r_eyeball_joint, l_eyebrow_joint, r_eyebrow_joint, temporomandibular, l_sternoclavicular, l_acromioclavicular, l_shoulder, l_elbow, l_radiocarpal, l_midcarpal_1, l_carpometacarpal_1, l_metacarpophalangeal_1, l_carpal_interphalangeal_1, l_midcarpal_2, l_carpometacarpal_2, l_metacarpophalangeal_2, l_carpal_proximal_interphalangeal_2, l_carpal_distal_interphalangeal_2, l_midcarpal_3, l_carpometacarpal_3, l_metacarpophalangeal_3, l_carpal_proximal_interphalangeal_3, l_carpal_distal_interphalangeal_3, l_midcarpal_4_5, l_carpometacarpal_4, l_metacarpophalangeal_4, l_carpal_proximal_interphalangeal_4, l_carpal_distal_interphalangeal_4, l_carpometacarpal_5, l_metacarpophalangeal_5, l_carpal_proximal_interphalangeal_5, l_carpal_distal_interphalangeal_5, r_sternoclavicular, r_acromioclavicular, r_shoulder, r_elbow, r_radiocarpal, r_midcarpal_1, r_carpometacarpal_1, r_metacarpophalangeal_1, r_carpal_interphalangeal_1, r_midcarpal_2, r_carpometacarpal_2, r_metacarpophalangeal_2, r_carpal_proximal_interphalangeal_2, r_carpal_distal_interphalangeal_2, r_midcarpal_3, r_carpometacarpal_3, r_metacarpophalangeal_3, r_carpal_proximal_interphalangeal_3, r_carpal_distal_interphalangeal_3, r_midcarpal_4_5, r_carpometacarpal_4, r_metacarpophalangeal_4, r_carpal_proximal_interphalangeal_4, r_carpal_distal_interphalangeal_4, r_carpometacarpal_5, r_metacarpophalangeal_5, r_carpal_proximal_interphalangeal_5, r_carpal_distal_interphalangeal_5
@see X3D Scene Authoring Hints: Naming Conventions- Specified by:
setName
in interfaceHAnimJoint
- Parameters:
newValue
- is new value for the name field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setName
Assign typed object value to SFString name field, similar tosetName(String)
.- Parameters:
newValue
- is new value for the name field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getRotation
public float[] getRotation()Provide array of 4-tuple float results unit axis, angle (in radians) from inputOutput SFRotation field named rotation.
Tooltip: Orientation of children relative to local coordinate system.- Warning: default pose is typically empty (or an identity rotation) to avoid distorted body animations.
- Specified by:
getRotation
in interfaceHAnimJoint
- Returns:
- value of rotation field
-
setRotation
Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named rotation.
Tooltip: Orientation of children relative to local coordinate system.- Warning: default pose is typically empty (or an identity rotation) to avoid distorted body animations.
- Specified by:
setRotation
in interfaceHAnimJoint
- Parameters:
newValue
- is new value for the rotation field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setRotation
Assign typed object value to SFRotation rotation field, similar tosetRotation(float[])
.- Parameters:
newValue
- is new value for the rotation field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setRotation
Assign values to SFRotation rotation field, similar tosetRotation(float[])
.- Parameters:
x
- first component of axisy
- second component of axisz
- third component of axisangleRadians
- fourth component of rotation around axis- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setRotation
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetRotation(float[])
.- Parameters:
x
- first componenty
- second componentz
- third componentangleRadians
- fourth component- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setRotation
Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetRotation(float[])
.- Parameters:
newArray
- is new value for field- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getScale
public float[] getScale()Provide array of 3-tuple float results within allowed range of (0,infinity) from inputOutput SFVec3f field named scale.
Tooltip: Non-uniform x-y-z scale of child coordinate system, adjusted by center and scaleOrientation. *- Specified by:
getScale
in interfaceHAnimJoint
- Returns:
- value of scale field
-
setScale
Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named scale.
Tooltip: Non-uniform x-y-z scale of child coordinate system, adjusted by center and scaleOrientation. *- Specified by:
setScale
in interfaceHAnimJoint
- Parameters:
newValue
- is new value for the scale field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setScale
Assign typed object value to SFVec3f scale field, similar tosetScale(float[])
.- Parameters:
newValue
- is new value for the scale field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setScale
Assign values to SFVec3f scale field, similar tosetScale(float[])
.- Parameters:
x
- first componenty
- second componentz
- third component- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setScale
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetScale(float[])
.- Parameters:
x
- first componenty
- second componentz
- third component- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setScale
Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetScale(float[])
.- Parameters:
newArray
- is new value for field- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getScaleOrientation
public float[] getScaleOrientation()Provide array of 4-tuple float results unit axis, angle (in radians) from inputOutput SFRotation field named scaleOrientation.
Tooltip: Preliminary rotation of coordinate system before scaling (to allow scaling around arbitrary orientations). *- Specified by:
getScaleOrientation
in interfaceHAnimJoint
- Returns:
- value of scaleOrientation field
-
setScaleOrientation
Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named scaleOrientation.
Tooltip: Preliminary rotation of coordinate system before scaling (to allow scaling around arbitrary orientations). *- Specified by:
setScaleOrientation
in interfaceHAnimJoint
- Parameters:
newValue
- is new value for the scaleOrientation field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setScaleOrientation
Assign typed object value to SFRotation scaleOrientation field, similar tosetScaleOrientation(float[])
.- Parameters:
newValue
- is new value for the scaleOrientation field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setScaleOrientation
Assign values to SFRotation scaleOrientation field, similar tosetScaleOrientation(float[])
.- Parameters:
x
- first component of axisy
- second component of axisz
- third component of axisangleRadians
- fourth component of rotation around axis- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setScaleOrientation
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetScaleOrientation(float[])
.- Parameters:
x
- first componenty
- second componentz
- third componentangleRadians
- fourth component- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setScaleOrientation
Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetScaleOrientation(float[])
.- Parameters:
newArray
- is new value for field- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getSkinCoordIndex
public int[] getSkinCoordIndex()Provide array of Integer results within allowed range of [0,infinity) from inputOutput MFInt32 field named skinCoordIndex.
Tooltip: [0,+infinity) Coordinate index values referencing which vertices are influenced by the HAnimJoint.- Warning: -1 sentinel values are not allowed.
- Hint: corresponding skinCoord Coordinate and skinNormal Normal nodes are directly contained within the ancestor HAnimHumanoid node for this HAnimJoint.
- Warning: index values for HanimHumanoid skin IndexedFaceSet, skinCoord and skinNormal nodes must all be consistently defined together with HAnimJoint HAnimSegment and HAnimDisplacer nodes for proper skin animation.
- Specified by:
getSkinCoordIndex
in interfaceHAnimJoint
- Returns:
- value of skinCoordIndex field
-
getSkinCoordIndexList
Utility method to get ArrayList value of MFInt32 skinCoordIndex field, similar togetSkinCoordIndex()
.- Returns:
- value of skinCoordIndex field
-
getSkinCoordIndexString
Utility method to get String value of MFInt32 skinCoordIndex field, similar togetSkinCoordIndex()
.- Returns:
- value of skinCoordIndex field
-
setSkinCoordIndex
Accessor method to assign Integer array to inputOutput MFInt32 field named skinCoordIndex.
Tooltip: [0,+infinity) Coordinate index values referencing which vertices are influenced by the HAnimJoint.- Warning: -1 sentinel values are not allowed.
- Hint: corresponding skinCoord Coordinate and skinNormal Normal nodes are directly contained within the ancestor HAnimHumanoid node for this HAnimJoint.
- Warning: index values for HanimHumanoid skin IndexedFaceSet, skinCoord and skinNormal nodes must all be consistently defined together with HAnimJoint HAnimSegment and HAnimDisplacer nodes for proper skin animation.
- Specified by:
setSkinCoordIndex
in interfaceHAnimJoint
- Parameters:
newValue
- is new value for the skinCoordIndex field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setSkinCoordIndex
Assign typed object value to MFInt32 skinCoordIndex field, similar tosetSkinCoordIndex(int[])
.- Parameters:
newValue
- is new value for the skinCoordIndex field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setSkinCoordIndex
Assign ArrayList value of MFInt32 skinCoordIndex field, similar tosetSkinCoordIndex(int[])
.- Parameters:
newValue
- is new value for the skinCoordIndex field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
clearSkinCoordIndex
Utility method to clear MFInt32 value of skinCoordIndex field. This method does not initialize withSKINCOORDINDEX_DEFAULT_VALUE.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive setAttribute method invocations).
-
addSkinCoordIndex
Add singleton int value to MFInt32 skinCoordIndex field.- Parameters:
newValue
- is new value to add to the skinCoordIndex field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
addSkinCoordIndex
Add singleton SFInt32 value to MFInt32 skinCoordIndex field.- Parameters:
newValue
- is new value to add to the skinCoordIndex field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getSkinCoordWeight
public float[] getSkinCoordWeight()Provide array of Float results from inputOutput MFFloat field named skinCoordWeight.
Tooltip: Weight deformation values for the corresponding values in the skinCoordIndex field.- Warning: index values for HanimHumanoid skin IndexedFaceSet, skinCoord and skinNormal nodes must all be consistently defined together with HAnimJoint HAnimSegment and HAnimDisplacer nodes for proper skin animation.
- Specified by:
getSkinCoordWeight
in interfaceHAnimJoint
- Returns:
- value of skinCoordWeight field
-
getSkinCoordWeightList
Utility method to get ArrayList value of MFFloat skinCoordWeight field, similar togetSkinCoordWeight()
.- Returns:
- value of skinCoordWeight field
-
getSkinCoordWeightString
Utility method to get String value of MFFloat skinCoordWeight field, similar togetSkinCoordWeight()
.- Returns:
- value of skinCoordWeight field
-
setSkinCoordWeight
Accessor method to assign Float array to inputOutput MFFloat field named skinCoordWeight.
Tooltip: Weight deformation values for the corresponding values in the skinCoordIndex field.- Warning: index values for HanimHumanoid skin IndexedFaceSet, skinCoord and skinNormal nodes must all be consistently defined together with HAnimJoint HAnimSegment and HAnimDisplacer nodes for proper skin animation.
- Specified by:
setSkinCoordWeight
in interfaceHAnimJoint
- Parameters:
newValue
- is new value for the skinCoordWeight field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setSkinCoordWeight
Assign typed object value to MFFloat skinCoordWeight field, similar tosetSkinCoordWeight(float[])
.- Parameters:
newValue
- is new value for the skinCoordWeight field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setSkinCoordWeight
Assign ArrayList value of MFFloat skinCoordWeight field, similar tosetSkinCoordWeight(float[])
.- Parameters:
newValue
- is new value for the skinCoordWeight field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
clearSkinCoordWeight
Utility method to clear MFFloat value of skinCoordWeight field. This method does not initialize withSKINCOORDWEIGHT_DEFAULT_VALUE.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive setAttribute method invocations).
-
setSkinCoordWeight
Assign floating-point array value of MFFloat skinCoordWeight field, similar tosetSkinCoordWeight(float[])
.- Parameters:
newValue
- is new value for the skinCoordWeight field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
addSkinCoordWeight
Add singleton float value to MFFloat skinCoordWeight field.- Parameters:
newValue
- is new value to add to the skinCoordWeight field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
addSkinCoordWeight
Add singleton SFFloat value to MFFloat skinCoordWeight field.- Parameters:
newValue
- is new value to add to the skinCoordWeight field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setSkinCoordWeight
Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetSkinCoordWeight(float[])
.- Parameters:
newArray
- is new value for field- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getStiffness
public float[] getStiffness()Provide array of Float results within allowed range of [0,1] from inputOutput MFFloat field named stiffness.
Tooltip: [0,1] A scale factor of (1 - stiffness) is applied around the corresponding axis (X, Y, or Z for entries 0, 1 and 2 of the stiffness field). Thus a stiffness value of zero means that no rotation scaling occurs, while a stiffness value of one means that no rotation occurs regardless of any provided rotation.- Warning: field shall contain three values or else be an empty array. Behavior is undefined when array length is 1, 2, or greater than 3.
- Hint: an empty array is equivalent to 0 0 0.
- Hint: used by inverse kinematics (IK) systems.
- Specified by:
getStiffness
in interfaceHAnimJoint
- Returns:
- value of stiffness field
-
getStiffnessList
Utility method to get ArrayList value of MFFloat stiffness field, similar togetStiffness()
.- Returns:
- value of stiffness field
-
getStiffnessString
Utility method to get String value of MFFloat stiffness field, similar togetStiffness()
.- Returns:
- value of stiffness field
-
setStiffness
Accessor method to assign Float array to inputOutput MFFloat field named stiffness.
Tooltip: [0,1] A scale factor of (1 - stiffness) is applied around the corresponding axis (X, Y, or Z for entries 0, 1 and 2 of the stiffness field). Thus a stiffness value of zero means that no rotation scaling occurs, while a stiffness value of one means that no rotation occurs regardless of any provided rotation.- Warning: field shall contain three values or else be an empty array. Behavior is undefined when array length is 1, 2, or greater than 3.
- Hint: an empty array is equivalent to 0 0 0.
- Hint: used by inverse kinematics (IK) systems.
- Specified by:
setStiffness
in interfaceHAnimJoint
- Parameters:
newValue
- is new value for the stiffness field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setStiffness
Assign typed object value to MFFloat stiffness field, similar tosetStiffness(float[])
.- Parameters:
newValue
- is new value for the stiffness field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setStiffness
Assign ArrayList value of MFFloat stiffness field, similar tosetStiffness(float[])
.- Parameters:
newValue
- is new value for the stiffness field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
clearStiffness
Utility method to clear MFFloat value of stiffness field. This method does not initialize withSTIFFNESS_DEFAULT_VALUE.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive setAttribute method invocations).
-
setStiffness
Assign floating-point array value of MFFloat stiffness field, similar tosetStiffness(float[])
.- Parameters:
newValue
- is new value for the stiffness field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
addStiffness
Add singleton float value to MFFloat stiffness field.- Parameters:
newValue
- is new value to add to the stiffness field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
addStiffness
Add singleton SFFloat value to MFFloat stiffness field.- Parameters:
newValue
- is new value to add to the stiffness field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setStiffness
Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetStiffness(float[])
.- Parameters:
newArray
- is new value for field- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getTranslation
public float[] getTranslation()Provide array of 3-tuple float results from inputOutput SFVec3f field named translation.
Tooltip: Position of children relative to local coordinate system.- Warning: usually HAnimJoint position is controlled by the center field, not the translation field.
- Hint: since default pose faces along +Z axis, -x values are right side and +x values are left side within HAnimHumanoid.
- Specified by:
getTranslation
in interfaceHAnimJoint
- Returns:
- value of translation field
-
setTranslation
Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named translation.
Tooltip: Position of children relative to local coordinate system.- Warning: usually HAnimJoint position is controlled by the center field, not the translation field.
- Hint: since default pose faces along +Z axis, -x values are right side and +x values are left side within HAnimHumanoid.
- Specified by:
setTranslation
in interfaceHAnimJoint
- Parameters:
newValue
- is new value for the translation field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setTranslation
Assign typed object value to SFVec3f translation field, similar tosetTranslation(float[])
.- Parameters:
newValue
- is new value for the translation field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setTranslation
Assign values to SFVec3f translation field, similar tosetTranslation(float[])
.- Parameters:
x
- first componenty
- second componentz
- third component- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setTranslation
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetTranslation(float[])
.- Parameters:
x
- first componenty
- second componentz
- third component- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setTranslation
Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetTranslation(float[])
.- Parameters:
newArray
- is new value for field- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getUlimit
public float[] getUlimit()Provide array of Float results from inputOutput MFFloat field named ulimit.
Tooltip: Upper limit for maximum joint rotation in radians.- Hint: always contains 3 values, one for each local axis.
- Warning: field shall contain three values or else be an empty array. Behavior is undefined when array length is 1, 2, or greater than 3.
- Hint: an empty array is equivalent to 0 0 0.
- Specified by:
getUlimit
in interfaceHAnimJoint
- Returns:
- value of ulimit field
-
getUlimitList
Utility method to get ArrayList value of MFFloat ulimit field, similar togetUlimit()
.- Returns:
- value of ulimit field
-
getUlimitString
Utility method to get String value of MFFloat ulimit field, similar togetUlimit()
.- Returns:
- value of ulimit field
-
setUlimit
Accessor method to assign Float array to inputOutput MFFloat field named ulimit.
Tooltip: Upper limit for maximum joint rotation in radians.- Hint: always contains 3 values, one for each local axis.
- Warning: field shall contain three values or else be an empty array. Behavior is undefined when array length is 1, 2, or greater than 3.
- Hint: an empty array is equivalent to 0 0 0.
- Specified by:
setUlimit
in interfaceHAnimJoint
- Parameters:
newValue
- is new value for the ulimit field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setUlimit
Assign typed object value to MFFloat ulimit field, similar tosetUlimit(float[])
.- Parameters:
newValue
- is new value for the ulimit field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setUlimit
Assign ArrayList value of MFFloat ulimit field, similar tosetUlimit(float[])
.- Parameters:
newValue
- is new value for the ulimit field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
clearUlimit
Utility method to clear MFFloat value of ulimit field. This method does not initialize withULIMIT_DEFAULT_VALUE.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive setAttribute method invocations).
-
setUlimit
Assign floating-point array value of MFFloat ulimit field, similar tosetUlimit(float[])
.- Parameters:
newValue
- is new value for the ulimit field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
addUlimit
Add singleton float value to MFFloat ulimit field.- Parameters:
newValue
- is new value to add to the ulimit field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
addUlimit
Add singleton SFFloat value to MFFloat ulimit field.- Parameters:
newValue
- is new value to add to the ulimit field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setUlimit
Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetUlimit(float[])
.- Parameters:
newArray
- is new value for field- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getVisible
public boolean getVisible()Provide boolean value from inputOutput SFBool field named visible.
Tooltip: Whether or not renderable content within this node is visually displayed.- Hint: the visible field has no effect on animation behaviors, event passing or other non-visual characteristics.
- Hint: content must be visible to be collidable and to be pickable.
- Specified by:
getVisible
in interfaceHAnimJoint
- Specified by:
getVisible
in interfaceX3DBoundedObject
- Returns:
- value of visible field
-
setVisible
Accessor method to assign boolean value to inputOutput SFBool field named visible.
Tooltip: Whether or not renderable content within this node is visually displayed.- Hint: the visible field has no effect on animation behaviors, event passing or other non-visual characteristics.
- Hint: content must be visible to be collidable and to be pickable.
- Specified by:
setVisible
in interfaceHAnimJoint
- Specified by:
setVisible
in interfaceX3DBoundedObject
- Parameters:
newValue
- is new value for the visible field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setVisible
Assign typed object value to SFBool visible field, similar tosetVisible(boolean)
.- Parameters:
newValue
- is new value for the visible field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getDEF
Provide String value from inputOutput SFString field named DEF.
Tooltip: DEF defines a unique ID name for this node, referenceable by other nodes.- Hint: descriptive DEF names improve clarity and help document a model.
- Hint: well-defined names can simplify design and debugging through improved author understanding.
- Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions
- Overrides:
getDEF
in classX3DConcreteNode
- Returns:
- value of DEF field
- See Also:
-
setDEF
Accessor method to assign String value to inputOutput SFString field named DEF.
Tooltip: DEF defines a unique ID name for this node, referenceable by other nodes.- Hint: descriptive DEF names improve clarity and help document a model.
- Hint: well-defined names can simplify design and debugging through improved author understanding.
- Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions
Note that setting the DEF value clears the USE value.- Specified by:
setDEF
in classX3DConcreteNode
- Parameters:
newValue
- is new value for the DEF field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setDEF
Assign typed object value to SFString DEF field, similar tosetDEF(String)
.- Parameters:
newValue
- is new value for the DEF field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getUSE
Provide String value from inputOutput SFString field named USE.
Tooltip: USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).- Hint: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.
- Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.
- Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene.
- Overrides:
getUSE
in classX3DConcreteNode
- Returns:
- value of USE field
- See Also:
-
setUSE
Accessor method to assign String value to inputOutput SFString field named USE.
Tooltip: USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).- Hint: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.
- Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.
- Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene.
Note: eachUSE
node is still an independent object, with theUSE
value matching theDEF
value in the preceding object.
Warning: invoking thesetUSE()
method on this node resets all other fields to their default values (except for containerField) and also releases all child nodes.
Warning: no other operations can be performed to modify a USE node other than setting an alternate containerField value.- Specified by:
setUSE
in classX3DConcreteNode
- Parameters:
newValue
- is new value for the USE field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setUSE
Assign typed object value to SFString USE field, similar tosetUSE(String)
.- Parameters:
newValue
- is new value for the USE field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getCssClass
Provide String value from inputOutput SFString field named class.- Overrides:
getCssClass
in classX3DConcreteElement
- Returns:
- value of class field
- See Also:
-
setCssClass
Accessor method to assign String value to inputOutput SFString field named class.- Specified by:
setCssClass
in classX3DConcreteNode
- Parameters:
newValue
- is new value for the class field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
setCssClass
Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.- Parameters:
newValue
- is new value for the class field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getHtmlID
Provide String value from inputOutput SFString field named id.- Overrides:
getHtmlID
in classX3DConcreteElement
- Returns:
- value of id field
- See Also:
-
setHtmlID
Accessor method to assign String value to inputOutput SFString field named id.- Specified by:
setHtmlID
in classX3DConcreteNode
- Parameters:
newValue
- is new value for the id field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
setHtmlID
Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.- Parameters:
newValue
- is new value for the id field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getCssStyle
Provide String value from inputOutput SFString field named style.- Overrides:
getCssStyle
in classX3DConcreteElement
- Returns:
- value of style field
- See Also:
-
setCssStyle
Accessor method to assign String value to inputOutput SFString field named style.- Specified by:
setCssStyle
in classX3DConcreteNode
- Parameters:
newValue
- is new value for the style field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
setCssStyle
Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.- Parameters:
newValue
- is new value for the style field.- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getAncestorHAnimHumanoid
Return reference to ancestor HAnimHumanoid- Returns:
- HAnimHumanoid if found, otherwise null
-
hasAncestorHAnimHumanoid
public boolean hasAncestorHAnimHumanoid()Return whether ancestor HAnimHumanoid is available- Returns:
- true if ancestor HAnimHumanoid found
-
getHAnimVersion
Return version of ancestor HAnimHumanoid- Returns:
- version if found, otherwise "-1"
-
setUSE
Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.
Warning: note that thesetUSE()
method on this node resets all other fields to their default values (except for containerField) and also releases all child nodes.
Warning: no other operations can be performed to modify a USE node other than setting an alternate containerField value.- Parameters:
DEFnode
- must have a DEF value defined- Returns:
HAnimJoint
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
toStringX3D
Recursive method to provide X3D string serialization of this model subgraph, utilizing XML encoding and conforming to X3D Canonical Form.- Specified by:
toStringX3D
in classX3DConcreteElement
- Parameters:
indentLevel
- number of levels of indentation for this element- Returns:
- X3D string
- See Also:
-
toStringClassicVRML
Recursive method to provide ClassicVRML string serialization.- Specified by:
toStringClassicVRML
in classX3DConcreteElement
- Parameters:
indentLevel
- number of levels of indentation for this element- Returns:
- ClassicVRML string
- See Also:
-
toStringVRML97
Recursive method to provide VRML97 string serialization.- Specified by:
toStringVRML97
in classX3DConcreteElement
- Parameters:
indentLevel
- number of levels of indentation for this element- Returns:
- VRML97 string
- See Also:
-
findElementByNameValue
Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. Elements with name fields include meta, Metadata* nodes, field/fieldValue, ProtoDeclare/ExternProtoDeclare/ProtoInstance, CAD and HAnim nodes.
Warning: first start with findAncestorScene() to check entire scene graph, or findAncestorX3D() to check entire model document.
Warning: more than one element may be found that has the same name, this method does not handle that case.- Specified by:
findElementByNameValue
in classX3DConcreteElement
- Parameters:
nameValue
- is value of the name field being searched for in this element and child elements(if any)- Returns:
- object reference to found element, null otherwise
- See Also:
-
findElementByNameValue
Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. Elements with name fields include meta, Metadata* nodes, field/fieldValue, ProtoDeclare/ExternProtoDeclare/ProtoInstance, CAD and HAnim nodes.
Warning: first start with findAncestorScene() to check entire scene graph, or findAncestorX3D() to check entire model document.
Warning: more than one element may be found that has the same name, this method does not handle that case.- Specified by:
findElementByNameValue
in classX3DConcreteElement
- Parameters:
nameValue
- is value of the name field being searched for in this element and child elements(if any)elementName
- identifies the element of interest (meta MetadataString ProtoDeclare CADassembly ProtoInstance HAnimHumanoid etc.)- Returns:
- object reference to found element, null otherwise
- See Also:
-
hasElementByNameValue
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.- Parameters:
nameValue
- is value of the name field being searched for in this element and child elements(if any)elementName
- identifies the element of interest (meta MetadataString ProtoDeclare CADassembly ProtoInstance HAnimHumanoid etc.)- Returns:
- whether node is found
- See Also:
-
findNodeByDEF
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
Warning: first start with findAncestorScene() to check entire scene graph, or findAncestorX3D() to check entire model document.
Warning: more than one element may be found that has the same DEF, this method does not handle that case.- Specified by:
findNodeByDEF
in classX3DConcreteElement
- Parameters:
DEFvalue
- is value of the name field being searched for in this element and child elements(if any)- Returns:
- object reference to found node, null otherwise
- See Also:
-
hasNodeByDEF
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.- Parameters:
DEFvalue
- is value of the name field being searched for in this element and child elements(if any)- Returns:
- whether node is found
- See Also:
-
validate
Recursive method to validate this element plus all contained nodes and statements, using both datatype-specification value checks and regular expression (regex) checking of corresponding string values. TODO document specific validation methods.- Specified by:
validate
in classX3DConcreteElement
- Returns:
- validation results (if any)
-