Class LinkInitialVelocity
Inheritance
System.Object
System.MarshalByRefObject
LinkInitialVelocity
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Motion
Assembly: NXOpen.dll
Syntax
public class LinkInitialVelocity : TaggedObject, IMessageSink
Constructors
LinkInitialVelocity()
Declaration
protected LinkInitialVelocity()
Properties
RotateCsys
Declaration
public CoordinateSystem RotateCsys { get; set; }
Property Value
Type | Description |
---|---|
CoordinateSystem |
RotateExpression
Declaration
public Expression RotateExpression { get; }
Property Value
Type | Description |
---|---|
Expression |
RotateType
Declaration
public LinkInitialVelocity.AngularVelocityType RotateType { get; set; }
Property Value
Type | Description |
---|---|
LinkInitialVelocity.AngularVelocityType |
RotateVector
Declaration
public Direction RotateVector { get; set; }
Property Value
Type | Description |
---|---|
Direction |
TranslateExpression
Declaration
public Expression TranslateExpression { get; }
Property Value
Type | Description |
---|---|
Expression |
TranslateVector
Declaration
public Direction TranslateVector { get; set; }
Property Value
Type | Description |
---|---|
Direction |
WxExpression
Declaration
public Expression WxExpression { get; }
Property Value
Type | Description |
---|---|
Expression |
WyExpression
Declaration
public Expression WyExpression { get; }
Property Value
Type | Description |
---|---|
Expression |
WzExpression
Declaration
public Expression WzExpression { get; }
Property Value
Type | Description |
---|---|
Expression |
Implements
System.Runtime.Remoting.Messaging.IMessageSink