Search Results for

    Show / Hide Table of Contents

    Class LightCurtainBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CollisionShapeBuilder
    LightCurtainBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    CollisionShapeBuilder.CenterPoint
    CollisionShapeBuilder.Height
    CollisionShapeBuilder.Length
    CollisionShapeBuilder.Orientation
    CollisionShapeBuilder.Radius
    CollisionShapeBuilder.Width
    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 LightCurtainBuilder : CollisionShapeBuilder, IMessageSink, IComponentBuilder

    Constructors

    LightCurtainBuilder()

    Declaration
    protected LightCurtainBuilder()

    Properties

    Angle

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

    BeamType

    Declaration
    public LightCurtainBuilder.BeamTypes BeamType { get; set; }
    Property Value
    Type Description
    LightCurtainBuilder.BeamTypes

    Count

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

    CycleTime

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

    ExcludedBeams

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

    FieldHeight

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

    Geometry

    Declaration
    public SelectNXObjectList Geometry { get; }
    Property Value
    Type Description
    SelectNXObjectList

    Name

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

    Range

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

    ShowInSimulation

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

    Methods

    SetGeometry(NXObject[])

    Declaration
    public void SetGeometry(NXObject[] geometries)
    Parameters
    Type Name Description
    NXObject[] geometries

    Implements

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