NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Properties | List of all members
NXOpen.Motion.LinkInitialVelocity Class Reference

Represents a NXOpen.Motion.LinkInitialVelocity More...

Inheritance diagram for NXOpen.Motion.LinkInitialVelocity:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  AngularVelocityType { Magnitude, Component }
 Defines rotate type of initial velocity. More...
 

Properties

unsafe NXOpen.CoordinateSystem RotateCsys [get, set]
 Returns or sets the rotate csys. More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
RotateCsysOvrCtrl [get, set]
 Returns or sets the override state of the rotate coordinate system, which should only be used for occurrence More...
 
unsafe bool RotateEnable [get, set]
 Returns or sets the flag to enable inital rotate velocity More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
RotateEnableOvrCtrl [get, set]
 Returns or sets the override state of the rotate enable, which should only be used for occurrence More...
 
unsafe NXOpen.Expression RotateExpression [get]
 Returns the rotate magnitue expression. More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
RotateExpressionOvrCtrl [get, set]
 Returns or sets the override state of the rotate magnitude, which should only be used for occurrence More...
 
unsafe
NXOpen.Motion.LinkInitialVelocity.AngularVelocityType 
RotateType [get, set]
 Returns or sets the rotate type More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
RotateTypeOvrCtrl [get, set]
 Returns or sets the override state of the rotate type, which should only be used for occurrence More...
 
unsafe NXOpen.Direction RotateVector [get, set]
 Returns or sets the rotate vector. More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
RotateVectorOvrCtrl [get, set]
 Returns or sets the override state of the rotate direction, which should only be used for occurrence More...
 
unsafe bool TranslateEnable [get, set]
 Returns or sets the flag to enable initial translation velocity More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
TranslateEnableOvrCtrl [get, set]
 Returns or sets the override state of the translate enable, which should only be used for occurrence More...
 
unsafe NXOpen.Expression TranslateExpression [get]
 Returns the translate magnitue expression. More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
TranslateExpressionOvrCtrl [get, set]
 Returns or sets the override state of the translate magnitude, which should only be used for occurrence More...
 
unsafe NXOpen.Direction TranslateVector [get, set]
 Returns or sets the translate vector More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
TranslateVectorOvrCtrl [get, set]
 Returns or sets the override state of the translate direction, which should only be used for occurrence More...
 
unsafe NXOpen.Expression WxExpression [get]
 Returns the component of rotation about X axis. More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
WxExpressionOvrCtrl [get, set]
 Returns or sets the override state of the rotate X-component magnitude, which should only be used for occurrence More...
 
unsafe NXOpen.Expression WyExpression [get]
 Returns the component of rotation about Y axis. More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
WyExpressionOvrCtrl [get, set]
 Returns or sets the override state of the rotate Y-component magnitude, which should only be used for occurrence More...
 
unsafe NXOpen.Expression WzExpression [get]
 Returns the component of rotation about Z axis. More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
WzExpressionOvrCtrl [get, set]
 Returns or sets the override state of the rotate Z-component magnitude, which should only be used for occurrence More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Motion.LinkInitialVelocity

Created in NX5.0.0

Member Enumeration Documentation

Property Documentation

unsafe NXOpen.CoordinateSystem NXOpen.Motion.LinkInitialVelocity.RotateCsys
getset

Returns or sets the rotate csys.

Only valid if NXOpen.Motion.LinkInitialVelocity.AngularVelocityType.Component is set.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.LinkInitialVelocity.RotateCsysOvrCtrl
getset

Returns or sets the override state of the rotate coordinate system, which should only be used for occurrence

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe bool NXOpen.Motion.LinkInitialVelocity.RotateEnable
getset

Returns or sets the flag to enable inital rotate velocity

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.LinkInitialVelocity.RotateEnableOvrCtrl
getset

Returns or sets the override state of the rotate enable, which should only be used for occurrence

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Expression NXOpen.Motion.LinkInitialVelocity.RotateExpression
get

Returns the rotate magnitue expression.

Only valid if NXOpen.Motion.LinkInitialVelocity.AngularVelocityType.Magnitude is set.

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.LinkInitialVelocity.RotateExpressionOvrCtrl
getset

Returns or sets the override state of the rotate magnitude, which should only be used for occurrence

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.LinkInitialVelocity.AngularVelocityType NXOpen.Motion.LinkInitialVelocity.RotateType
getset

Returns or sets the rotate type

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.LinkInitialVelocity.RotateTypeOvrCtrl
getset

Returns or sets the override state of the rotate type, which should only be used for occurrence

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Direction NXOpen.Motion.LinkInitialVelocity.RotateVector
getset

Returns or sets the rotate vector.

Only valid if NXOpen.Motion.LinkInitialVelocity.AngularVelocityType.Magnitude is set.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.LinkInitialVelocity.RotateVectorOvrCtrl
getset

Returns or sets the override state of the rotate direction, which should only be used for occurrence

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe bool NXOpen.Motion.LinkInitialVelocity.TranslateEnable
getset

Returns or sets the flag to enable initial translation velocity

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.LinkInitialVelocity.TranslateEnableOvrCtrl
getset

Returns or sets the override state of the translate enable, which should only be used for occurrence

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Expression NXOpen.Motion.LinkInitialVelocity.TranslateExpression
get

Returns the translate magnitue expression.

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.LinkInitialVelocity.TranslateExpressionOvrCtrl
getset

Returns or sets the override state of the translate magnitude, which should only be used for occurrence

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Direction NXOpen.Motion.LinkInitialVelocity.TranslateVector
getset

Returns or sets the translate vector

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.LinkInitialVelocity.TranslateVectorOvrCtrl
getset

Returns or sets the override state of the translate direction, which should only be used for occurrence

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Expression NXOpen.Motion.LinkInitialVelocity.WxExpression
get

Returns the component of rotation about X axis.

Only valid if NXOpen.Motion.LinkInitialVelocity.AngularVelocityType.Component is set.

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.LinkInitialVelocity.WxExpressionOvrCtrl
getset

Returns or sets the override state of the rotate X-component magnitude, which should only be used for occurrence

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Expression NXOpen.Motion.LinkInitialVelocity.WyExpression
get

Returns the component of rotation about Y axis.

Only valid if NXOpen.Motion.LinkInitialVelocity.AngularVelocityType.Component is set.

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.LinkInitialVelocity.WyExpressionOvrCtrl
getset

Returns or sets the override state of the rotate Y-component magnitude, which should only be used for occurrence

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Expression NXOpen.Motion.LinkInitialVelocity.WzExpression
get

Returns the component of rotation about Z axis.

Only valid if NXOpen.Motion.LinkInitialVelocity.AngularVelocityType.Component is set.

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.LinkInitialVelocity.WzExpressionOvrCtrl
getset

Returns or sets the override state of the rotate Z-component magnitude, which should only be used for occurrence

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.