RegionBooleanXYOptions Interface
Options bundle for use in regionBooleanXY.
Properties
| Name | Type | Description | |
|---|---|---|---|
| mergeTolerance | number | undefined | Absolute distance tolerance for merging loops. | |
| operationGroupA | RegionBinaryOpType | undefined | Operation to apply to the regions of the first argument. | |
| operationGroupB | RegionBinaryOpType | undefined | Operation to apply to the regions of the second argument. | |
| simplifyUnion | boolean | undefined | Whether to post-process the Boolean result to remove extraneous interior edges and return a simpler region. |
Defined in
- curve/RegionOps.ts Line 108
Last Updated: 03 August, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.