Type
Standard Word: OperationType
Variable: Operation.Type
Type: Enum
In MANUSpost developer, all milling operations and their types are determined by prescanning the APT/CL file.There can be 3 different types of milling operations. These are 3-axis, 3+2-axis (indexed) and 5-axis simultaneous milling operations.The type of the currently active operation is transferred to the “Operation.Type” variable.“OperationType” word can be created using this variable.“Operation.Type” variable can be used in scripts defined in Event Operation Start..“OperationType” word can be used inside Format Operation Start. command. However, it is not usually used as a word. Instead, it is used as a variable in scripts for comparison and control purposes.