NXOpen.UF.Motion.ScalarForceTorque Structure

NXOpen.UF.Motion.ScalarForceTorque is an alias for NXOpen.UF.MotionScalarForceTorque_Struct

class NXOpen.UF.MotionScalarForceTorque_Struct

Bases: object

Refer to UF_MOTION_scalar_force_torque_s for documentation.

Fields

NXOpen.UF.MotionScalarForceTorque_Struct.Name The name of the force or torque.
NXOpen.UF.MotionScalarForceTorque_Struct.AttachBody The link the force is acting on, or the revolute joint the torque is acting on.
NXOpen.UF.MotionScalarForceTorque_Struct.Origin1 The point that defines the location the force is acting from.
NXOpen.UF.MotionScalarForceTorque_Struct.Origin2 The point that defines the location the force is acting to.
NXOpen.UF.MotionScalarForceTorque_Struct.ForceFunction The function describing the force magnitude.
NXOpen.UF.MotionScalarForceTorque_Struct.TorqueFunction The function describing the torque magnitude.
NXOpen.UF.MotionScalarForceTorque_Struct.ReactionLink The optional link that receives an equal and opposite reaction force.