Search Results for

    Show / Hide Table of Contents

    Class GenericSensorBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    PhysicsConstraintBuilder
    GenericSensorBuilder
    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 GenericSensorBuilder : PhysicsConstraintBuilder, IMessageSink, IComponentBuilder

    Constructors

    GenericSensorBuilder()

    Declaration
    protected GenericSensorBuilder()

    Properties

    LowerOutputRange

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

    LowerTrimRange

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

    MeasureType

    Declaration
    public GenericSensorBuilder.OutputMeasureType MeasureType { get; set; }
    Property Value
    Type Description
    GenericSensorBuilder.OutputMeasureType

    PersistentTag

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

    SelectedPhysicsObject

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

    UpperOutputRange

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

    UpperTrimRange

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

    UseScale

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

    UseTrim

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

    Implements

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