Bounding box in clash detection

Hi,

I am trying to set section box for clashes in my dynamo script. I create the views and set section boxes for the elements but it shows the isolated element instead of the intersection with other element. On the other hand, I am trying to show only one clash in each view but can not figure out how to focus the view on two element since the create Bounding box node is focused on one element. Is there any other node that could be useful?


Many thanks
With kind regards

Hi, @jaialcan,
Try merging the bounding boxes using the BoundingBox.FromBoundingBoxes node from Clockwork

2 Likes

Try BoundingBox.ByGeometry
bb_2020-08-27_11-47-05

2 Likes

Thanks @AmolShah and @Vikram_Subbaiah! I created two bounding boxes based on the elements I had and did the instersection between both to set the section box in the view! I am struggling with the list to get it working in all views.
Thanks
Jaime

1 Like