Enum SelectionUnionType
How the selections in a combined selections should be put together
Syntax
SelectionUnionType
Fields
Name | Description |
---|---|
Unknown | Combination type is unknown/indefined |
SubtractRightFromLeft | All of left, except where it overlaps with right |
SubtractLeftFromRight | All of right, except where it overlaps with left |
Intersect | Those present in left AND right only |
XOR | Those present in left or right, but not both |
Union | All, but no duplicates for those present in left and right |