ToolMeasurementModeEnum Enumeration

Enumeration of recognized tool measurement modes.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public enum ToolMeasurementModeEnum

Members

None0 No measurement mode has been defined or is unknown.
MaterialAbsolute1 Measurement is absolute from the corner of the material. This would be the same as material corner relative.
MaterialCenter2 Measurement is relative from the center of the template part.
PartAbsolute3 Measurement is absolute from the corner of the template part. This would be the same as part corner relative.
PartCenter4 Measurement is relative to the center of the template part.
Relative5 Measurement is purely relative from the current location of the tool.
WorkspaceAbsolute6 Measurement is absolute from the configured origin of the workspace canvas. In this mode, the absolute global positioning of the router is used directly.
WorkspaceCenter7 Measurement is relative to the center of the workspace, which might or might not also be the configured origin.

See Also