XLarge is a direction selector that picks the solution with the largest X coordinate when two solutions exist.
XLarge selects the solution whose key point has the largest X coordinate. It is used when a geometry operation produces two valid solutions and you want the right-side or largest-X result.
| Selector | Picks |
|---|---|
XLarge | Solution with largest X coordinate |
XSmall | Solution with smallest X coordinate |
YLarge | Solution with largest Y coordinate |
YSmall | Solution with smallest Y coordinate |