🔧 Common Properties
All equipment (Conveyor, EStop etc….) in the simulation script API have access to those common properties:
Name | Type | Description |
---|---|---|
Name |
String | Gets the name of the equipment |
Id |
String | Gets the internal id of the equipment |
LocationId |
Integer | Gets the location id of the equipment |
Parent |
Int64 | Gets/Sets the internal identifier of the parent of the equipment |
X |
Double | Gets/Sets the X position of the equipment |
Y |
Double | Gets/Sets the Y position of the equipment |
Z |
Double | Gets/Sets the Z position of the equipment |
Direction |
Double | Gets/Sets the direction of the equipment |
Tilt |
Double | Gets/Sets the tilt of the equipment |
Roll |
Double | Gets/Sets the roll of the equipment |
XOffset |
Double | Gets/Sets the X offset position of the equipment |
YOffset |
Double | Gets/Sets the Y offset position of the equipment |
ZOffset |
Double | Gets/Sets the Z offset position of the equipment |
DirectionOffset |
Double | Gets/Sets the direction offset of the equipment |
TiltOffset |
Double | Gets/Sets the tilt offset of the equipment |
RollOffset |
Double | Gets/Sets the roll offset of the equipment |
Text |
String | Gets/Sets the tooltip text of the equipment. A tooltip is a label attached to the equipment in the 3D view |