ToolMeasurementModeEnum Enumeration
Enumeration of recognized tool measurement modes.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public enum ToolMeasurementModeEnum
Public Enumeration ToolMeasurementModeEnum
No code example is currently available or this language may not be supported.
None | 0 |
No measurement mode has been defined or is unknown.
|
MaterialAbsolute | 1 |
Measurement is absolute from the corner of the material. This would
be the same as material corner relative.
|
MaterialCenter | 2 |
Measurement is relative from the center of the template part.
|
PartAbsolute | 3 |
Measurement is absolute from the corner of the template part. This
would be the same as part corner relative.
|
PartCenter | 4 |
Measurement is relative to the center of the template part.
|
Relative | 5 |
Measurement is purely relative from the current location of the
tool.
|
WorkspaceAbsolute | 6 |
Measurement is absolute from the configured origin of the workspace
canvas. In this mode, the absolute global positioning of the router is
used directly.
|
WorkspaceCenter | 7 |
Measurement is relative to the center of the workspace, which might
or might not also be the configured origin.
|