Direction/Rotation for objects commands that support rotation.
More...
Direction/Rotation for objects commands that support rotation.
- NONE: No rotation.
- CLOCKWISE: 90 Degrees clockwise rotation.
- COUNTER_CLOCKWISE: 90 Degrees counter clockwise rotation (270 Degrees clockwise rotation).
- INVERTED: 180 Degrees clockwise rotation.
◆ CLOCKWISE
int LabelMaker.Interfaces.ISettings.RotateEnum.CLOCKWISE = 1 |
|
static |
◆ COUNTER_CLOCKWISE
int LabelMaker.Interfaces.ISettings.RotateEnum.COUNTER_CLOCKWISE = 2 |
|
static |
◆ INVERTED
int LabelMaker.Interfaces.ISettings.RotateEnum.INVERTED = 3 |
|
static |
◆ NONE
int LabelMaker.Interfaces.ISettings.RotateEnum.NONE = 0 |
|
static |
The documentation for this class was generated from the following file:
- /Users/realbuber/Documents/Project/UniPRTSDK_python/LabelMaker/Interfaces/ISettings.py