SelectionUnionType Enum
Some tooltip text!
• 1 minute to read
• 1 minute to read
How should the inputs of a combined selection be combined
Name | Value | Description |
---|---|---|
Unknown | 0 | Combination type is unknown/indefined |
SubtractRightFromLeft | 1 | All of left, except where it overlaps with right |
SubtractLeftFromRight | 2 | All of right, except where it overlaps with left |
Intersect | 3 | Those present in left AND right only |
XOR | 4 | Those present in left or right, but not both |
Union | 5 | All, but no duplicates for those present in left and right |
Usage
- selection.combinationType - Selections