Bounding Regions
Version 11 provides bounding regions for points and meshes in any dimension for display, spatial query, or spatial indexing purposes.
In[1]:=

mesh = ExampleData[{"Geometry3D", "SpaceShuttle"}, "Region"]
Out[1]=

Find the minimum volume ball that encapsulates the mesh.
In[2]:=

BoundingRegion[mesh, "MinBall"]
Out[2]=

Showcase the mesh within various bounding regions.
show complete Wolfram Language input
In[4]:=

showMeshGrid[mesh, {"MinCuboid", "MinBall", "FastCylinder",
"FastCapsule"}]
Out[4]=
