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
}