Search Results for

    Show / Hide Table of Contents

    Class KinematicAxisBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    KinematicAxisBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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.SIM
    Assembly: NXOpen.dll
    Syntax
    public class KinematicAxisBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    KinematicAxisBuilder()

    Declaration
    protected KinematicAxisBuilder()

    Properties

    CoarsePrecision

    Declaration
    public double CoarsePrecision { get; set; }
    Property Value
    Type Description
    System.Double

    Direction

    Declaration
    public KinematicAxisBuilder.AxisDirectionType Direction { get; set; }
    Property Value
    Type Description
    KinematicAxisBuilder.AxisDirectionType

    FinePrecision

    Declaration
    public double FinePrecision { get; set; }
    Property Value
    Type Description
    System.Double

    InitialValue

    Declaration
    public double InitialValue { get; set; }
    Property Value
    Type Description
    System.Double

    JerkLimit

    Declaration
    public double JerkLimit { get; set; }
    Property Value
    Type Description
    System.Double

    JumpVelocity

    Declaration
    public double JumpVelocity { get; set; }
    Property Value
    Type Description
    System.Double

    Junction

    Declaration
    public KinematicJunction Junction { get; set; }
    Property Value
    Type Description
    KinematicJunction

    Kv

    Declaration
    public double Kv { get; set; }
    Property Value
    Type Description
    System.Double

    Limit

    Declaration
    [Obsolete("Deprecated in NX9.0.3.  Use SIM.KinematicAxisBuilder.AxisMotionType instead.")]
    public bool Limit { get; set; }
    Property Value
    Type Description
    System.Boolean

    LowerLimit

    Declaration
    public double LowerLimit { get; set; }
    Property Value
    Type Description
    System.Double

    LowerSoftLimit

    Declaration
    public double LowerSoftLimit { get; set; }
    Property Value
    Type Description
    System.Double

    MaxAcceleration

    Declaration
    public double MaxAcceleration { get; set; }
    Property Value
    Type Description
    System.Double

    MaxDeceleration

    Declaration
    public double MaxDeceleration { get; set; }
    Property Value
    Type Description
    System.Double

    MaximumVelocity

    Declaration
    public double MaximumVelocity { get; set; }
    Property Value
    Type Description
    System.Double

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Number

    Declaration
    public int Number { get; set; }
    Property Value
    Type Description
    System.Int32

    Type

    Declaration
    public KinematicAxisBuilder.AxisMotionType Type { get; set; }
    Property Value
    Type Description
    KinematicAxisBuilder.AxisMotionType

    UpperLimit

    Declaration
    public double UpperLimit { get; set; }
    Property Value
    Type Description
    System.Double

    UpperSoftLimit

    Declaration
    public double UpperSoftLimit { get; set; }
    Property Value
    Type Description
    System.Double

    Implements

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