What object is a circle in plan, front and side views?

(Besides a sphere)

or

What is the resulting geometry from the intersection of three cylinders?

Written by Paul Bourke
March 1992


Question. Is a 3D object uniquely described by a plan, front and side view?
Answer: No!

The object described here has the same plan, front and side view as a sphere. Both the sphere and this object have circles as projections in these three views.

The following image was generated using the RayShade rendering package. It is of three semitransparent orthogonal intersecting cylinders coloured red, green, and blue.

The following shows the intersection solid of these three cylinders in plan, and two elevations as well as an isometric view.

The volume of the intersection is 8 (2 - sqrt(2)) r3, where r is the radius of the cylinder. What is the volume of the whole object? Knowing the volume of a cylinder (pi r2 l) and the volume of the steinmetz solid (16 r3 / 3)) then the volume can be calculated using the three dimensional version of the inclusion-exclusion principle, namely that:

Vol[union(A,B,C)] = Vol[A] + Vol[B] + Vol[C] - Vol[intersection(A,B)] - Vol[intersection(A,C)] - Vol[intersection(B,C)] + Vol[intersection(A,B,C)]

So the volume is 3 pi r2 l - 8 sqrt(2) r3 where l is the length of the cylinders.

I've had one of these made by carefully lathing a block of wood three times. The result is an interesting object to hold, it contains 8 "corners" and yet if you put it on a slope it will roll!

Credit to the staff in the workshop at the Auckland University School of Architecture, Property, and Planning for building this model for me. I originally designed this object because Architecture students would ask me why the computer couldn't scan their plans and elevations and automatically build a 3D model. This was the simplest demonstration I could come up that there isn't enough information about a 3D object in its plane projections.

RayShade scene file

POVRay sample scene file