Search Results for

    Show / Hide Table of Contents

    Class LightCurtainBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CollisionShapeBuilder
    LightCurtainBuilder
    Implements
    System.Runtime.Remoting.Messaging.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, 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.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
    System.Int32

    CycleTime

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

    ExcludedBeams

    Declaration
    public string ExcludedBeams { get; set; }
    Property Value
    Type Description
    System.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
    System.String

    Range

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

    ShowInSimulation

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

    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