DriverMultiOperations Class

class NXOpen.Motion.DriverMultiOperations

Bases: NXOpen.TaggedObject

Represents a NXOpen.Motion.DriverMultiOperations

New in version NX6.0.0.

Properties

Property Description
MotionEulerAngle1 Returns the motion motion euler angle1, it is for revolute joint and cylindrical joint
MotionPointOnCurve Returns the motion point on curve, it is for point on curve constraint
MotionTranslationZ Returns the motion translation z, it is for slider joint and cylindrical joint
Tag Returns the Tag for this object.

Methods

Property Detail

MotionEulerAngle1

DriverMultiOperations.MotionEulerAngle1

Returns the motion motion euler angle1, it is for revolute joint and cylindrical joint

-------------------------------------

Getter Method

Signature MotionEulerAngle1()

Returns:
Return type:NXOpen.Motion.DriverOperation

New in version NX6.0.0.

License requirements: None.

MotionPointOnCurve

DriverMultiOperations.MotionPointOnCurve

Returns the motion point on curve, it is for point on curve constraint

-------------------------------------

Getter Method

Signature MotionPointOnCurve()

Returns:
Return type:NXOpen.Motion.DriverOperation

New in version NX6.0.1.

License requirements: None.

MotionTranslationZ

DriverMultiOperations.MotionTranslationZ

Returns the motion translation z, it is for slider joint and cylindrical joint

-------------------------------------

Getter Method

Signature MotionTranslationZ()

Returns:
Return type:NXOpen.Motion.DriverOperation

New in version NX6.0.0.

License requirements: None.