Returns a Joint using its index or its name from the Joints collection.
Parameters:
iIndex
The index or the name of the Joint to retrieve from
the collection of Joints.
As a numerics, this index is the rank of the Joint
in the collection.
The index of the first Joint in the collection is 1, and
the index of the last Joint is Count.
As a string, it is the name you assigned to the Joint using
the
The index or the name of the Joint to retrieve from the collection of Joints.
As a numerics, this index is the rank of the Joint in the collection.
The index of the first Joint in the collection is 1, and
the index of the last Joint is Count.
As a string, it is the name you assigned to the Joint.
Returns:
Nothing
Example:
The following example removes the tenth Joint and the Joint named
JointTwo from the TheJoints collection.