Search Results for

    Show / Hide Table of Contents

    Class LimitSwitchBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    PhysicsConstraintBuilder
    LimitSwitchBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    PhysicsConstraintBuilder.Name
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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.Mechatronics
    Assembly: NXOpen.dll
    Syntax
    public class LimitSwitchBuilder : PhysicsConstraintBuilder, IMessageSink, IComponentBuilder

    Constructors

    LimitSwitchBuilder()

    Declaration
    protected LimitSwitchBuilder()

    Properties

    EnableLowerLimit

    Declaration
    public bool EnableLowerLimit { get; set; }
    Property Value
    Type Description
    bool

    EnableUpperLimit

    Declaration
    public bool EnableUpperLimit { get; set; }
    Property Value
    Type Description
    bool

    LowerLimit

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

    PersistentTag

    Declaration
    public int PersistentTag { get; set; }
    Property Value
    Type Description
    int

    SelectedPhysicsObject

    Declaration
    public SelectNXObject SelectedPhysicsObject { get; }
    Property Value
    Type Description
    SelectNXObject

    UpperLimit

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX