| KinematicPathJointDescriptionIOFlags Enumeration | 
[Missing <summary> documentation for "T:Demo3D.Components.KinematicPathJointDescription.IOFlags"]
Namespace: Demo3D.Components
 Syntax
Syntax[FlagsAttribute] public enum IOFlags
 Members
Members| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | ||
| DistanceReadFromPLC | 1 | ||
| DistanceWriteToPLC | 2 | ||
| Distance | 3 | ||
| Angle1ReadFromPLC | 4 | ||
| Angle1WriteToPLC | 8 | ||
| Angle1 | 12 | ||
| Angle2ReadFromPLC | 16 | ||
| Angle2WriteToPLC | 32 | ||
| Angle2 | 48 | ||
| Angle3ReadFromPLC | 64 | ||
| Angle3WriteToPLC | 128 | ||
| Angle3 | 192 | 
 See Also
See Also