API Reference > geometry-core > CartesianGeometry > ConvexClipPlaneSet > hasIntersectionWithRay hasIntersectionWithRay Method Test if there is any intersection with a ray defined by origin and direction. Optionally record the range (null or otherwise) in caller-allocated result. If the ray is unbounded inside the clip, result can contain positive or negative "Geometry.hugeCoordinate" values If no result is provide, there are no object allocations. hasIntersectionWithRay(ray: Ray3d, result?: Range1d): boolean Parameter Type Description ray Ray3d result Range1d optional Range1d to receive parameters along the ray. Returns - boolean Defined in core/geometry/src/clipping/ConvexClipPlaneSet.ts Line 248 Last Updated: 13 June, 2024