Thumb
Represents a thumb with all its relevant joints.
The Hand
class automatically instantiates the Thumb
class for you.
Inherits Finger class.
Constructors
Name
Description
Creates a new Thumb object with the specified finger joint types and finger joints.
Properties
Name
Type
Description
CMC
Read-Only. The thumb carpometacarpal joint.
MCP
Read-Only. The thumb metacarpophalangeal joint.
IP
Read-Only. The thumb interphalangeal joint.
Tip
Read-Only. The thumb tip joint.
Example
The example shows how to manage a thumb with the Thumb
class.
Create a thumb with a constructor
Get joint information from a thumb
Last updated