How to use a moving region to dig a tunnel in another region? – mathematica.stackexchange.com
herbertfederer
When we move a region along a space curve pass through a solid, we want to erase its traces inside the solid to get a tunnel.
reg = Ellipsoid[{0, 0, 0}, {4, 3, 2}];
rubber = Cuboid[];
Animate[...
