NXOpen.UF.Motion.EditArticStepSize

Motion.EditArticStepSize()

Refer to UF_MOTION_edit_artic_step_size for documentation.

Signature: EditArticStepSize(jointTag, stepSize)

Parameters:
  • jointTag (Tag) – The tag of the joint to set the articulation step size on. This tag must belong to a joint that has a motion input defined or else an error condition is returned. This tag is returned from UF_MOTION_create_joint. It can also be found using cycle functions (eg. UF_OBJ_cycle_objs_by_type).
  • stepSize (float) – The new size of the articulation joint step. The units of the step are based on the units of the joint.

License requirements: None