NXOpen.UF.Motion.SetDamper

Motion.SetDamper()

Refer to UF_MOTION_set_damper for documentation.

Signature: SetDamper(damperTag, damperStruct)

Parameters:
  • damperTag (Tag) – The tag of the damper to set. This tag is the one returned from the UF_MOTION_create_damper function. It can also be found using object cycle functions. (eg. UF_OBJ_cycle_objs_by_type)
  • damperStruct (NXOpen.UF.Motion.SpringDamper Refer to UF_MOTION_spring_damper_s for documentation.) – The damper structure for the input tag.

License requirements: None