extendRange Method
Extend a range to include the (optionally transformed) line segment
extendRange(range: Range3d, transform?: Transform): void
| Parameter | Type | Description |
|---|---|---|
| range | Range3d | range to extend |
| transform | Transform | optional transform to apply to the end points |
Returns - void
Defined in
- curve/LineSegment3d.ts Line 365
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.