Search Results for

    Show / Hide Table of Contents

    Class LinkInitialVelocity

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    LinkInitialVelocity
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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

    RotateCsysOvrCtrl

    Declaration
    public ParamOverrideState RotateCsysOvrCtrl { get; set; }
    Property Value
    Type Description
    ParamOverrideState

    RotateEnable

    Declaration
    public bool RotateEnable { get; set; }
    Property Value
    Type Description
    System.Boolean

    RotateEnableOvrCtrl

    Declaration
    public ParamOverrideState RotateEnableOvrCtrl { get; set; }
    Property Value
    Type Description
    ParamOverrideState

    RotateExpression

    Declaration
    public Expression RotateExpression { get; }
    Property Value
    Type Description
    Expression

    RotateExpressionOvrCtrl

    Declaration
    public ParamOverrideState RotateExpressionOvrCtrl { get; set; }
    Property Value
    Type Description
    ParamOverrideState

    RotateType

    Declaration
    public LinkInitialVelocity.AngularVelocityType RotateType { get; set; }
    Property Value
    Type Description
    LinkInitialVelocity.AngularVelocityType

    RotateTypeOvrCtrl

    Declaration
    public ParamOverrideState RotateTypeOvrCtrl { get; set; }
    Property Value
    Type Description
    ParamOverrideState

    RotateVector

    Declaration
    public Direction RotateVector { get; set; }
    Property Value
    Type Description
    Direction

    RotateVectorOvrCtrl

    Declaration
    public ParamOverrideState RotateVectorOvrCtrl { get; set; }
    Property Value
    Type Description
    ParamOverrideState

    TranslateEnable

    Declaration
    public bool TranslateEnable { get; set; }
    Property Value
    Type Description
    System.Boolean

    TranslateEnableOvrCtrl

    Declaration
    public ParamOverrideState TranslateEnableOvrCtrl { get; set; }
    Property Value
    Type Description
    ParamOverrideState

    TranslateExpression

    Declaration
    public Expression TranslateExpression { get; }
    Property Value
    Type Description
    Expression

    TranslateExpressionOvrCtrl

    Declaration
    public ParamOverrideState TranslateExpressionOvrCtrl { get; set; }
    Property Value
    Type Description
    ParamOverrideState

    TranslateVector

    Declaration
    public Direction TranslateVector { get; set; }
    Property Value
    Type Description
    Direction

    TranslateVectorOvrCtrl

    Declaration
    public ParamOverrideState TranslateVectorOvrCtrl { get; set; }
    Property Value
    Type Description
    ParamOverrideState

    WxExpression

    Declaration
    public Expression WxExpression { get; }
    Property Value
    Type Description
    Expression

    WxExpressionOvrCtrl

    Declaration
    public ParamOverrideState WxExpressionOvrCtrl { get; set; }
    Property Value
    Type Description
    ParamOverrideState

    WyExpression

    Declaration
    public Expression WyExpression { get; }
    Property Value
    Type Description
    Expression

    WyExpressionOvrCtrl

    Declaration
    public ParamOverrideState WyExpressionOvrCtrl { get; set; }
    Property Value
    Type Description
    ParamOverrideState

    WzExpression

    Declaration
    public Expression WzExpression { get; }
    Property Value
    Type Description
    Expression

    WzExpressionOvrCtrl

    Declaration
    public ParamOverrideState WzExpressionOvrCtrl { get; set; }
    Property Value
    Type Description
    ParamOverrideState

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX