Search Results for

    Show / Hide Table of Contents

    Class LinkInitialVelocity

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    LinkInitialVelocity
    Implements
    IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    bool

    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
    bool

    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