simplifyRegion MethodStatic
Simplify the region's parent/child hierarchy in place:
- Regions with exactly one child are simplified as per simplifyRegionType.
- Regions without children are removed.
- No Boolean operations are performed.
simplifyRegion(region: AnyRegion): undefined | AnyRegion
@returns  reference to the updated input region, or undefined if no children.
@see simplifyRegionType
| Parameter | Type | Description | 
|---|---|---|
| region | AnyRegion | region to simplify in place | 
Returns - undefined | AnyRegion
reference to the updated input region, or undefined if no children.
Defined in
- curve/RegionOps.ts Line 400
Last Updated: 30 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.