Clash detection

How can I filter breps that are clashing with other breps? I know there is a component announced for Rhino 7. Also found the coded component here: https://www.grasshopper3d.com/forum/topics/brep-intersections?commentId=2985220%3AComment%3A613001 , but this only shows the collided curves.

You can use the collision many/many or collision one/many components. They output a boolean so you can cull colliding breps.

1 Like

Thanks alot! This will do.

@scottd Links to https://rhino.github.io/components/grasshopper/collisionManyMany.html are dead.

// Rolf

ref: Collision testing - #2 by scottd

I think this is the updated link: https://grasshopperdocs.com/components/grasshopperintersect/collisionManyMany.html