Class LightCurtainBuilder
Inheritance
System.Object
System.MarshalByRefObject
LightCurtainBuilder
Inherited Members
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