intersectsRange Method
Test if there is any intersection with the other range.
intersectsRange(other: Range3d, margin?: number): boolean
Parameter | Type | Description |
---|---|---|
other | Range3d | the other range. |
margin | number | optional signed distance by which to expand/shrink other in all directions. |
Returns - boolean
Defined in
- geometry3d/Range.ts Line 734
Last Updated: 07 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.