Skip to content

eUniteMode

Canonical path: NemAll_Python_Geometry.eUniteMode

Bases: Enum

Modes for unite geometry operation

UNITE_OVERLAPPING_AND_TOUCHING: UNITE_OVERLAPPING : UNITE_TOUCHING :

UNITE_OVERLAPPING class-attribute instance-attribute

UNITE_OVERLAPPING = 1

UNITE_OVERLAPPING_AND_TOUCHING class-attribute instance-attribute

UNITE_OVERLAPPING_AND_TOUCHING = 0

UNITE_TOUCHING class-attribute instance-attribute

UNITE_TOUCHING = 2
Placeholder