Clash Detection - Excluding Adjacent Elements

Hi,

I am trying to create a definition that finds walls that are clashing with columns. But Clash component in Grasshopper finds adjacent walls too. How can I exclude those that are adjacent?

hmm, i would probably go with Point in Breps, or Curves (quicker)

2 Likes

I ended up selecting columns and using Intersects Elements Filter. It does what I want at the moment.