Class LaserScannerBuilder
Inheritance
LaserScannerBuilder
Assembly: NXOpen.dll
Syntax
public class LaserScannerBuilder : CollisionShapeBuilder, IMessageSink, IComponentBuilder
Constructors
LaserScannerBuilder()
Declaration
protected LaserScannerBuilder()
Properties
Angle
Declaration
public Expression Angle { get; }
Property Value
AngularResolution
Declaration
public Expression AngularResolution { get; }
Property Value
CycleTime
Declaration
public Expression CycleTime { get; }
Property Value
GenerateSignals
Declaration
public bool GenerateSignals { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Range
Declaration
public Expression Range { get; }
Property Value
ScannerBody
Declaration
public SelectNXObject ScannerBody { get; }
Property Value
ScanningAngle
Declaration
public Expression ScanningAngle { get; }
Property Value
ShowInSimulation
Declaration
public bool ShowInSimulation { get; set; }
Property Value
Methods
CreateEvent(int, string, string, string, string, string)
Declaration
public void CreateEvent(int index, string fieldSet, string name, string type, string activity, string points)
Parameters
DeleteEvents(int[])
Declaration
public void DeleteEvents(int[] events)
Parameters
Type |
Name |
Description |
int[] |
events |
|
SetEventActivity(int, string)
Declaration
public void SetEventActivity(int index, string activity)
Parameters
Type |
Name |
Description |
int |
index |
|
string |
activity |
|
SetEventFieldSet(int, string)
Declaration
public void SetEventFieldSet(int index, string fieldSet)
Parameters
Type |
Name |
Description |
int |
index |
|
string |
fieldSet |
|
SetEventName(int, string)
Declaration
public void SetEventName(int index, string name)
Parameters
SetEventPoints(int, string)
Declaration
public void SetEventPoints(int index, string points)
Parameters
Type |
Name |
Description |
int |
index |
|
string |
points |
|
SetEventType(int, string)
Declaration
public void SetEventType(int index, string type)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink