Clash detection script to identify the clash and visualize it using overrides in view node

Solved by @mrathnakar, problem was just on connecting nodes!

1 Like

Thanks for the post @el.kik

Ping me for any help.

With Best Regards.

1 Like

Any idea why it says element set b is empty when it has the intersecting pipe within?

No of elements in A & B are not matching.

list A has 2 and list B has 1 elements.
the both list must be equal in length.

With Best Regards.

rathnakar myakala.

1 Like

Also, your list B isn’t flattened, its still 2D when you input it. Dynamo will iterate over each list recursively (i.e. the node gets called with each cycle) if the rank required by the node input is lower than what you pass in, hence, when it gets to the second list in element set B - which is empty - your exception message thrown by the Bimorph Node is indeed correct…its empty. Flatten your list to 1D and clean it of null / empty lists as a failsafe, and that will resolve all your issues.

Can you send the final script to us?

Hi, can you send the final script to us? Would be hepfull.