Clash detection with Geometry.Intersect node

image
I would like to check whether 4 Columns overlap with the slab or not.

So, the method I used is to utilize “Geometry.Intersect” node.


As you can see in this image, there is only one column overlapped with the slab.
I would like to show these results using True/False.
Even though I used several Contain nodes, It doesn’t work.

Anyone know how to fix it? or have other ideas about clash detection?

you can change like this below image.

Thank you for comments.
I changed the code block, but it isn’t still work. :sob:

put node String from Object after Geometry.Intersect.

3 Likes

Wow! finally completed!!!
Thanks a lot!!! :smile: