Create point at intersection

Hi all,

I have two lists of elements, and I wanted to create a point where the two elements intersect, so I can place a family using this point as reference.

Hello,
in your case what you could do is use the built-in nodes as (Geometry.Intersect) if you are clashing MEP with walls. That should give you solid in most of the cases and then you can just get centroid of it and use it as reference point for your further tasks

if you do need a more clever technique, you can look at this link:

I hope this helps!

1 Like