NXOpen.UF.Motion.SetJointMotionInput

Motion.SetJointMotionInput()

Refer to UF_MOTION_set_joint_motion_input for documentation.

Signature: SetJointMotionInput(jointTag, inputStruct)

Parameters:
  • jointTag (Tag) – The tag of the joint to set the motion input info to. This tag must belong to either a revolute or a slider joint. This tag is the one returned from the UF_MOTION_create_joint function. It can also be found using object cycle functions (eg. UF_OBJ_cycle_objs_by_type).
  • inputStruct (NXOpen.UF.Motion.JointMotionInput Refer to UF_MOTION_joint_motion_input_s for documentation.) – The joint motion input structure to be set on the input joint tag.

License requirements: None