DriverMultiOperations Class¶
-
class
NXOpen.Motion.DriverMultiOperations¶ Bases:
NXOpen.TaggedObjectRepresents a
NXOpen.Motion.DriverMultiOperationsNew 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
MotionEulerAngle1Returns: Return type: NXOpen.Motion.DriverOperationNew 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
MotionPointOnCurveReturns: Return type: NXOpen.Motion.DriverOperationNew 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
MotionTranslationZReturns: Return type: NXOpen.Motion.DriverOperationNew in version NX6.0.0.
License requirements: None.