Search Results for

    Show / Hide Table of Contents

    Class DriverMotionsData

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    DriverMotionsData
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    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
    [Obsolete("Deprecated in NX2007.0.0.  Motion.EntityPropTableBuilder")]
    public class DriverMotionsData : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    DriverMotionsData()

    Declaration
    protected DriverMotionsData()

    Properties

    DataType

    Declaration
    [Obsolete("Deprecated in NX2007.0.0.  Motion.EntityPropTableBuilder.GetIntegerPropertyValue")]
    public DriverMotionsData.DriverDataType DataType { get; set; }
    Property Value
    Type Description
    DriverMotionsData.DriverDataType

    RotationType

    Declaration
    [Obsolete("Deprecated in NX2007.0.0.  Motion.EntityPropTableBuilder.GetScalarExpressionPropertyValue")]
    public DriverMotionsData.DriverRotationType RotationType { get; set; }
    Property Value
    Type Description
    DriverMotionsData.DriverRotationType

    RotationX

    Declaration
    [Obsolete("Deprecated in NX2007.0.0.  Motion.EntityPropTableBuilder.GetScalarExpressionPropertyValue")]
    public DriverOperation RotationX { get; }
    Property Value
    Type Description
    DriverOperation

    RotationY

    Declaration
    [Obsolete("Deprecated in NX2007.0.0.  Motion.EntityPropTableBuilder.GetScalarExpressionPropertyValue")]
    public DriverOperation RotationY { get; }
    Property Value
    Type Description
    DriverOperation

    RotationZ

    Declaration
    [Obsolete("Deprecated in NX2007.0.0.  Motion.EntityPropTableBuilder.GetScalarExpressionPropertyValue")]
    public DriverOperation RotationZ { get; }
    Property Value
    Type Description
    DriverOperation

    TranslationX

    Declaration
    [Obsolete("Deprecated in NX2007.0.0.  Motion.EntityPropTableBuilder.GetScalarExpressionPropertyValue")]
    public DriverOperation TranslationX { get; }
    Property Value
    Type Description
    DriverOperation

    TranslationY

    Declaration
    [Obsolete("Deprecated in NX2007.0.0.  Motion.EntityPropTableBuilder.GetScalarExpressionPropertyValue")]
    public DriverOperation TranslationY { get; }
    Property Value
    Type Description
    DriverOperation

    TranslationZ

    Declaration
    [Obsolete("Deprecated in NX2007.0.0.  Motion.EntityPropTableBuilder.GetScalarExpressionPropertyValue")]
    public DriverOperation TranslationZ { get; }
    Property Value
    Type Description
    DriverOperation

    Methods

    Validate()

    Declaration
    [Obsolete("Deprecated in NX2007.0.0.  Motion.EntityPropTableBuilder.")]
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

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