Python scripting OLP Core - Enums

InsertPosition

Previous  Chapter  Next

 

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
Previous page
Chapter
Chapter page
Next
Next page