projectedParameterRange Method

Project instance geometry (via dispatch) onto the line of the given ray, and return the extreme fractional parameters of projection.

projectedParameterRange(_ray: Vector3d | Ray3d, _lowHigh?: Range1d): Range1d | undefined

@returns range of fractional projection parameters onto the ray, where 0.0 is start of the ray and 1.0 is the end of the ray.

Parameter Type Description
_ray Vector3d | Ray3d  
_lowHigh Range1d  

Returns - Range1d | undefined

range of fractional projection parameters onto the ray, where 0.0 is start of the ray and 1.0 is the end of the ray.

Defined in

Last Updated: 29 April, 2026