Python scripting OLP Core - Enums

InsertPosition

 

Defines the insert position for objects in relation to a reference toolpath element.


class InsertPosition(IntEnum):

{

      InsertBefore = 0,

      InsertAfter,

      InsertNone,

      Inherit # A sub event can inherit the insert position from its parent event

}


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