computeLocalRange MethodStatic
Compute the range of the curves in the local coordinates of a constructed localToWorld frame.
computeLocalRange(curves: MultiLineStringDataVariant | AnyCurve, localRange: Range3d, localToWorld?: Transform): boolean
@returns whether the frame was successfully computed.
| Parameter | Type | Description | 
|---|---|---|
| curves | MultiLineStringDataVariant | AnyCurve | input geometry: curves or points. | 
| localRange | Range3d | pre-allocated object to populate with the computed local range. | 
| localToWorld | Transform | optional pre-allocated object to populate with the computed frame. | 
Returns - boolean
whether the frame was successfully computed.
Defined in
- curve/CurveOps.ts Line 186
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.