Python scripting downloader - Enums

ProcessType

 

Process types used for an ICENToolpathElement.


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


Previous
Page précédente
Chapter
Page principale du chapitre
Next
Page suivante