rangeBetweenFractions Method
Returns the range of the curve between fractional positions.
- Default implementation calls rangeBetweenFractionsByClone.
rangeBetweenFractions(fraction0: number, fraction1: number, transform?: Transform): Range3d
| Parameter | Type | Description |
|---|---|---|
| fraction0 | number | |
| fraction1 | number | |
| transform | Transform |
Returns - Range3d
Defined in
- curve/CurvePrimitive.ts Line 295
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.