Gets and sets the second JointGeometry or JointOrigin for this joint.
If the JointType is InferredJointType, this property will return null when queried and will fail if it set.
To set this property, you need to position the timeline marker to immediately before this joint. This can be accomplished using the following code: thisJoint.timelineObject.rollTo(True)
"joint_var" is a variable referencing a Joint object.
|
"joint_var" is a variable referencing a Joint object.
|