TemplateOrientationEnum Enumeration

Enumeration of space orientations available when defining a cutting template.

Definition

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

Members

None0 No template orientation defined or unknown.
Edge1 Measurements are oriented relative to the nearest edge of the workpiece.
Relative2 Measurements are oriented relative to the last-known position of the tool.
Workpiece3 Measurements are oriented relative to the corner of the workpiece.
Workspace4 Measurements are oriented global to the entire workspace.

See Also