intersectRay Method

Compute the points of intersection with a ray.

intersectRay(ray: Ray3d): CurveAndSurfaceLocationDetail[] | undefined

@returns 1 or 2 points if there are intersections, undefined if no intersections

Parameter Type Description
ray Ray3d ray in space

Returns - CurveAndSurfaceLocationDetail[] | undefined

1 or 2 points if there are intersections, undefined if no intersections

Defined in

Last Updated: 29 April, 2026