LinkInitialVelocity Class¶
-
class
NXOpen.Motion.LinkInitialVelocity¶ Bases:
NXOpen.TaggedObjectRepresents a
NXOpen.Motion.LinkInitialVelocityNew in version NX5.0.0.
Properties¶
| Property | Description |
|---|---|
| RotateCsys | Returns or sets the rotate csys. |
| RotateExpression | Returns the rotate magnitue expression. |
| RotateType | Returns or sets the rotate type |
| RotateVector | Returns or sets the rotate vector. |
| Tag | Returns the Tag for this object. |
| TranslateExpression | Returns the translate magnitue expression. |
| TranslateVector | Returns or sets the translate vector |
| WxExpression | Returns the component of rotation about X axis. |
| WyExpression | Returns the component of rotation about Y axis. |
| WzExpression | Returns the component of rotation about Z axis. |
Methods¶
Enumerations¶
| LinkInitialVelocityAngularVelocityType Enumeration | Defines rotate type of initial velocity. |
Property Detail¶
RotateCsys¶
-
LinkInitialVelocity.RotateCsys¶ Returns or sets the rotate csys.
Only valid if
NXOpen.Motion.LinkInitialVelocityAngularVelocityType.Componentis set.-------------------------------------Getter Method
Signature
RotateCsysReturns: Return type: NXOpen.CoordinateSystemNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RotateCsysParameters: rotateCsys ( NXOpen.CoordinateSystem) –New in version NX5.0.0.
License requirements: mechanisms (“MECHANISMS”)
RotateExpression¶
-
LinkInitialVelocity.RotateExpression¶ Returns the rotate magnitue expression.
Only valid if
NXOpen.Motion.LinkInitialVelocityAngularVelocityType.Magnitudeis set.-------------------------------------Getter Method
Signature
RotateExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.
RotateType¶
-
LinkInitialVelocity.RotateType¶ Returns or sets the rotate type
-------------------------------------Getter Method
Signature
RotateTypeReturns: Return type: NXOpen.Motion.LinkInitialVelocityAngularVelocityTypeNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RotateTypeParameters: rotateType ( NXOpen.Motion.LinkInitialVelocityAngularVelocityType) –New in version NX5.0.0.
License requirements: mechanisms (“MECHANISMS”)
RotateVector¶
-
LinkInitialVelocity.RotateVector¶ Returns or sets the rotate vector.
Only valid if
NXOpen.Motion.LinkInitialVelocityAngularVelocityType.Magnitudeis set.-------------------------------------Getter Method
Signature
RotateVectorReturns: Return type: NXOpen.DirectionNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RotateVectorParameters: rotateVector ( NXOpen.Direction) –New in version NX5.0.0.
License requirements: mechanisms (“MECHANISMS”)
TranslateExpression¶
-
LinkInitialVelocity.TranslateExpression¶ Returns the translate magnitue expression.
-------------------------------------Getter Method
Signature
TranslateExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.
TranslateVector¶
-
LinkInitialVelocity.TranslateVector¶ Returns or sets the translate vector
-------------------------------------Getter Method
Signature
TranslateVectorReturns: Return type: NXOpen.DirectionNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TranslateVectorParameters: translateVector ( NXOpen.Direction) –New in version NX5.0.0.
License requirements: mechanisms (“MECHANISMS”)
WxExpression¶
-
LinkInitialVelocity.WxExpression¶ Returns the component of rotation about X axis.
Only valid if
NXOpen.Motion.LinkInitialVelocityAngularVelocityType.Componentis set.-------------------------------------Getter Method
Signature
WxExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.
WyExpression¶
-
LinkInitialVelocity.WyExpression¶ Returns the component of rotation about Y axis.
Only valid if
NXOpen.Motion.LinkInitialVelocityAngularVelocityType.Componentis set.-------------------------------------Getter Method
Signature
WyExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.
WzExpression¶
-
LinkInitialVelocity.WzExpression¶ Returns the component of rotation about Z axis.
Only valid if
NXOpen.Motion.LinkInitialVelocityAngularVelocityType.Componentis set.-------------------------------------Getter Method
Signature
WzExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.