Python scripting downloader - Enums

MotionType

 

The possible motion type of an ICENToolpathElement.


class MotionType(IntEnum):

     Linear = 1,

    Circular = 2,

    Pt2Pt = 3


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