rangeBetweenFractions Method
Returns a (high accuracy) range of the curve between fractional positions
- Default implementation returns teh range of the curve from clonePartialCurve
rangeBetweenFractions(fraction0: number, fraction1: number, transform?: Transform): Range3d
| Parameter | Type | Description |
|---|---|---|
| fraction0 | number | |
| fraction1 | number | |
| transform | Transform |
Returns - Range3d
Defined in
- curve/LineSegment3d.ts Line 475
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.