List collisions: structure link x modeled

Hello everyone!
I learned a lot on this forum about dynamo, so I’m asking for help today about a routine that I’m stuck!

I would to list all intersections of structure with conduit, but my structure is a link and the conduit is modeled.

I developed a part that had worked for modeling vs. modeling, but in link it didn’t work. Does anyone know how to help me out of this one?
Intersect.dyn (27.3 KB)

Thanks

Hello…do you have multiple links ??? you could try something like this, probably it will work for you

1 Like

Thanks @sovitek !
It’s a good idea, it worked for the case you exemplified, but I used the other method because I need “element.getlocation” (I’ll put a family at the clash point).
So by geometry its possible to use getlocation and locate family? because I used getlocation on a linkelement and it returned null

1 Like

Point at parameter gives you the clashpoint, where you can insert a family

Nice @sovitek ! Its worked correctly using this node!
thank you very much, it was a great way out of this problem.

1 Like

Great…here is if you wanna know which linked components there ii intersect

1 Like