User Portlet User Portlet

Discussions
My question is that: how to make a hole in a Graphics3D object? For example, there are two objects ,cub1 and cub2: cub1=Cuboid[{0,0,0},{20,2,20}]; cub2=Cuboid[{12,0,8},{17,2,17}]; Graphics3D[{cub1,cub2}] ![enter image description...