TemplateOrientationEnum Enumeration
Enumeration of space orientations available when defining a cutting
template.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public enum TemplateOrientationEnum
Public Enumeration TemplateOrientationEnum
No code example is currently available or this language may not be supported.
None | 0 |
No template orientation defined or unknown.
|
Edge | 1 |
Measurements are oriented relative to the nearest edge of the
workpiece.
|
Relative | 2 |
Measurements are oriented relative to the last-known position of the
tool.
|
Workpiece | 3 |
Measurements are oriented relative to the corner of the workpiece.
|
Workspace | 4 |
Measurements are oriented global to the entire workspace.
|