How do I find the boundary of a hexagonal grid?

I’m using the default hex grid, so 5x5 hexagons. I want to find the bounding box. ‘BBox’ works fine if the grid is 1 hexagon… but multiple hexagons each get their own box. How do I find the box that encloses the entire grid of 5x5?

Use Group:

image

Thank you so much!

You don’t need to use Group! Flatten the input to Bounding Box, then right-click the component and choose ‘Union Box’.

Oh excellent! Thank you so much, I am learning!

If you want bounding rectangle use Pufferfish

image

Oh neat, thank you!