intersectRay Method
Return intersections of the ray and surface.
- uv values in the intersections are in radians unless
convertIntersectionRadiansToFractionsis true requesting conversion to patch fractions.
intersectRay(ray: Ray3d, restrictToPatch: boolean, convertIntersectionRadiansToFractions: boolean = false): CurveAndSurfaceLocationDetail[]
| Parameter | Type | Description |
|---|---|---|
| ray | Ray3d | |
| restrictToPatch | boolean | |
| convertIntersectionRadiansToFractions | boolean |
Defined in
Last Updated: 08 January, 2020