class ProcessType(IntEnum):
Unset = 0
ProcessPoint = 1
TeachInsert = 2
ProcessCurve = 3
Approach = 4
Retract = 5
TrackLink = 6
Cycle = 7
Auxiliary = 8
ToolChange = 9
LeadIn = 10
LeadOut = 11
Gap = 12
ExplodedCycle = 13
ProcessSurface = 14
ProcessInsert = 15
ViaPoint = 16
TPLink = 17
TPLinkVia = 18
|