So I have this list of solids that are tested on collision. How do I highlight the solids that are “false”?
Use Dispatch and find the “B” output geo.
Thanks! Does the collide component has some tolerance? It gives a true value for some solids that are close together but not colliding.
Does the collide component has some tolerance
Yes, probably it is following Rhino’s Document Tolerance.
Yes ofcourse that explains, thanks.