Link Element.ByRayBounce

Hello everyone,

how Link Element.ByRayBounce works? Can anyone give example for this.

Thanks

As shown below; the first element in the link which the point hits will be returned (selected) as a LinkElement instance:

Note that this version is in beta with limited functionality…
In BimorphNodes v3.0 (coming soon) its been improved, enabling you to treat the ray point as infinite so it selects anything it hits, or use the findNearest input to emulate the existing functionality. You can also filter elements via an optional category:

image

4 Likes

Thanks