Need Help ! For better approach

Hi all, I am trying to identify all the tags clashing with my strcutral elements (Columns, Beams, Walls and grids) for which i have made a script.

main idea is to identify clashes and tidy up working drawings before isuue

I am able to create “Cuboids” which identify elements and tags clashing with each other but not being able to filter the tags which are clashing

Anyone have any idea or suggestions

I am attaching snap as well as my scripts

TagClash.dyn (51.0 KB)



After you have the cuboids from the bounding box, you can directly use Geometry.Intersect but you need to use crossproduct lacing operation to check if one tag intersects with other elements.

1 Like

Hi @emrullah.yildiz, thanks for your suggestion
Geometry.Intersect is giving Empty List but I got an idea (Wasn’t using cross product)
now BoundingBox.Intersect helped me to select some element which were clashing with tags

Still I not able to select correct tags which is clashing. But thanks for a break thorugh :slight_smile:

result are goot but not precise enough, anyone have anyother idea or workaround

Many Thanks,
Vinay

1 Like

I got the taggs which is clashing with elements now

Clash between tags to tags not still not working and anyone