Hi All,
Can we get elements (ducts) at a specific location? I have a graph that will insert penetration family where duct crosses walls in the linked model. Is there a way of selecting duct at a location so that I can get the width and depth and pass that on to penetration family?
Penetration test working.dyn (29.3 KB)
Can you Upload Revit file???
1 Like
You’ll likely want to do a DoesIntersect to see which ducts intersect which walls first. Then you can get their intersection point. That way you have the point and the ducts that go along with them.
1 Like
Hi Robert,
I was not able to upload the revit file as the link was too big. Will dumb down and try to upload.
Thanks Nick, Will try that.