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

Last Updated: 07 October, 2025