Search Results for

    Show / Hide Table of Contents

    Class DistanceSensorBuilder

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

    Constructors

    DistanceSensorBuilder()

    Declaration
    protected DistanceSensorBuilder()

    Properties

    Angle

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

    Category

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

    Direction

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

    HighlightOnCollision

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

    LowerOutputRange

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

    MeasureType

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

    Name

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

    Point

    Declaration
    public Point Point { get; set; }
    Property Value
    Type Description
    Point

    Range

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

    RigidBody

    Declaration
    public SelectRigidBody RigidBody { get; }
    Property Value
    Type Description
    SelectRigidBody

    UpperOutputRange

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

    UseScale

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

    Implements

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