extendWhenLarger Method
In each direction look at the difference between this range limit and that of interiorRange.
- If this range is larger, expand it by extrapolationFactor.
extendWhenLarger(other: Readonly<WritableLowAndHighXYZ>, extrapolationFactor: number): void
| Parameter | Type | Description | 
|---|---|---|
| other | Readonly<WritableLowAndHighXYZ> | |
| extrapolationFactor | number | 
Returns - void
Defined in
- geometry3d/Range.ts Line 862
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.