Click or drag to resize
MechanismGetJointTransform Method
Overload List
  NameDescription
Public methodGetJointTransform(Int32)
Get the transform for a joint using the current joint values The index of the joint for which the transform shall be retrieved. Must be a value between 0 and NumTotalJoints.

Return Value

Type: 
Returns the transform of the specified joint, in Mechanism coordinates.
Public methodGetJointTransform(Int32, Double, Matrix4)
Get the transform for a joint using specified joint values The index of the joint for which the transform shall be retrieved. Must be a value between 0 and NumTotalJoints - 1.Returns the transform of the specified joint, in Mechanism coordinates.

Return Value

Type: 
True on success
Top
See Also