Single containing bounding box instead of multiple ones

Bounding box is creating multiple boxes for each surface instead of one for the entire solid

it seems that brep join is not the answer for presenting the icosahedron as a single entity to be bounded by a single box, how can I create only a single bounding box around the icosahedron instead of multiple one for each surface?

icosahedron bounding box.gh (7.8 KB)

You’ll need to flatten one of the outputs before Brep Join.


icosahedron bounding box_re.gh (13.9 KB)

1 Like

Your surfaces are in separate branches. Fix that first, then right-click BBox and check ‘Union Box’.


bounding box_2023Sep13a.gh (15.5 KB)

P.S. Or this. Note that it’s best to not pass geometry through text panels.


bounding box_2023Sep13b.gh (11.9 KB)

1 Like

Thanks!