SensorVisualPosition Property |
The distance of the sensor from the start of the attached conveyor. This value can be an expression, for example: (Attached.Length-0.25) will make sure that the sensor is always 0.25 from the end of the conveyor. Another example: Fixed(0.1) will make sure that the sensor is always 0.1 from the start of the conveyor.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic ExprDouble Position { get; set; }Property Value
ExprDouble
See Also