The other systems

Three views do not fix the solid

A stepped block on a six-cell grid draws a front, a top and a side view. So does a solid with a third of its material, and so does one with more than the block has — 192 cells against 64, every filled square in all three views identical. The drawing office's triple bounds a part between two solids and does not determine it, and the gap runs to a factor of n.

Worth reading first: Parallel projection is not primitive perspective · The eye taken to infinity.

A machine part is specified by three drawings: a front view, a top view and a side view, each an orthographic projection along one of three perpendicular directions. The convention is old, it is taught first, and it is the reason a drawing office exists. The implicit claim is that the three together say what the part is.

They do not, and the gap is not a technicality about pathological shapes.

Three views, and two solids that draw themA stepped block with a hole on a 6-cell grid. The three views along the top are drawn by the 192-cell solid on the left and by the 64-cell solid on the right — every filled square in every one of the three views is filled by both. The views bound the solid and do not determine it.front view · 32 filledtop view · 36 filledside view · 36 filledthe largest solid with these views — 192 cellsand a solid with the same views — 64 cells6 × 6 × 6 cellsthe three views are identical; the solids differ by 128 cells
Fig. 1 A stepped block with a hole, on a six-cell grid. The three views along the top are drawn by the 192-cell solid on the left and by the 64-cell solid on the right — every filled square in every one of the three views is filled by both. The views bound the solid and do not determine it.

What a view can and cannot say

The asymmetry is in one sentence, and everything else here follows from it.

A view can forbid a cell of space, and it cannot require one. If the front view is blank at some height and horizontal position, then nothing in the part lies anywhere along that line of sight, and a whole column of space is emptied. If the front view is filled there, all it says is that something lies somewhere along that column — and it says nothing whatever about where.

So the three views are three sets of prohibitions. Intersect the three, and what is left is the largest solid consistent with all of them: the set of cells whose shadows are filled in all three pictures. Every solid drawing those views is inside it, and the intersection is computable directly from the pictures with no reasoning about the shape at all.

That largest solid has a name outside drawing offices — it is the visual hull — and it is what a shape-from-silhouette reconstruction returns. What it is not is the part.

Three views, and two solids that draw themA cube on a 6-cell grid. The three views along the top are drawn by the 216-cell solid on the left and by the 76-cell solid on the right — every filled square in every one of the three views is filled by both. The views bound the solid and do not determine it.front view · 36 filledtop view · 36 filledside view · 36 filledthe largest solid with these views — 216 cellsand a solid with the same views — 76 cells6 × 6 × 6 cellsthe three views are identical; the solids differ by 140 cells
Fig. 2 The extreme case, which reads as a trick and is worth having as the bound. Three full square views are drawn by the whole cube — 216 cells — and by a 76-cell solid found by removing cells one at a time while the three pictures stay unchanged.

The witness with a closed form

A search that removes cells until it cannot is a witness to a gap at that grid size, and it is as good as the search. Something better is available here, and it is worth having because it makes the ratio a fact rather than a result.

Take an n×n×nn \times n \times n grid and keep the cells where

ki+j(modn).k \equiv i + j \pmod n.

Along zz, every column (i,j)(i, j) has exactly one cell in it, so the front view is a full square. Along yy, given (i,k)(i, k) there is exactly one jj with ki+jk \equiv i+j, so the top view is full too. Along xx, given (j,k)(j, k) there is exactly one ii. All three views are solid squares — the cube’s own three views — from n2n^2 cells rather than n3n^3.

So for every nn there is a solid with the cube’s three views and 1/n1/n of its material. No search, no grid size at which it happens to work, and no bound on how large the ratio gets.

The two ends of what three views permitThe largest solid consistent with three full views is the whole cube, n³ cells; the smallest here is a diagonal sheet, n² cells, and it draws exactly the same three pictures. At n = 8 that is 512 against 64 — a factor of 8, and the factor is n at every size.0200400345678cells along the grid's edgecells in the solidthe whole cubeone cell per columnboth solids draw identical front, top and side viewsratio exactly n — 27:9 at n = 3, 512:64 at n = 8
Fig. 3 The two ends of what three full views permit, against the grid size. The largest is the cube at n³ cells; the diagonal sheet is n² and draws the same three pictures. At n = 8 that is 512 against 64, and the ratio is exactly n at every size.

A hole is visible and a dimple is not

The block in the first figure has a hole through its base, and the hole is in all three views. That is not luck, and the difference between a hole and a dimple is the cleanest available statement of what a silhouette carries.

A through hole interrupts the line of sight. Look along its axis and the outline has a gap in it, because there is genuinely nothing anywhere along those columns — the prohibition a view issues is exactly the right kind of statement about a hole, so the hull has the hole in it and the reconstruction is right there.

A dimple interrupts nothing. Every column through it still meets material further along, so no view is blank anywhere over it, and the hull fills it. The reconstruction is wrong there and no view can be added that makes it right.

So the deficiency is not uniform over features. A part made of through cuts, steps and slots is very nearly determined by its three views; a part with a pocket, a blind hole or a cast recess is not, and the drawing office’s sections are aimed at exactly those.

Three views, and two solids that draw themA stepped block with a hole on a 7-cell grid. The three views along the top are drawn by the 315-cell solid on the left and by the 95-cell solid on the right — every filled square in every one of the three views is filled by both. The views bound the solid and do not determine it.front view · 45 filledtop view · 49 filledside view · 49 filledthe largest solid with these views — 315 cellsand a solid with the same views — 95 cells7 × 7 × 7 cellsthe three views are identical; the solids differ by 220 cells
Fig. 4 The same description at a seven-cell grid. The block is 297 cells, the hull its views permit is 315, and a solid of 95 draws the same three pictures — the hole survives the reconstruction and the step’s concave corner does not.

The small solid is a witness, not a minimum

The right-hand solid in the figures above is found by a stated procedure: start from the hull, take the cells in index order, and drop each one if the three views are unchanged without it. That is a greedy pass and it is worth being exact about what it proves.

It proves the gap is at least that large, on that input. It does not prove the solid is the smallest one, and calling it the minimum would be claiming an optimum the procedure makes no attempt to reach — the answer depends on the order the cells are visited in, which is why the order is written down rather than left to whatever a hash table produced.

The closed-form sheet is the other half, and the two together are the honest statement: a search says this input has a gap of this size, and the sheet says the ratio is nn for every nn. Neither one alone would do.

What the drawing office actually does about it

The convention is not naïve, and reading this result as “engineering drawings are wrong” would be reading it backwards.

A real multiview drawing carries far more than three silhouettes. Hidden edges are drawn dashed, which converts each view from a shadow into a statement about every face along the line of sight rather than about the outermost one. Section views cut the part open and draw what is inside the cut. Dimensions pin lengths the views only imply. Notes name the features — a through hole, a counterbore, a chamfer — in words, because words are cheap and unambiguous.

Every one of those exists because the silhouettes do not determine the part. The result above is the reason for the apparatus rather than an objection to it.

What is worth keeping is the shape of the deficiency, because it says which additions help. The information a view is missing is position along its own line of sight, so any addition that supplies depth ordering — a hidden line, a section, a dimension into the page — is the right kind of addition, and any addition that refines the outline is not.

Where the missing information went

A parallel projection is a projection through a centre with the centre taken to infinity, and the limit is genuinely a limit: photographs from further and further away with the lens lengthened to match converge to the parallel drawing.

A parallel projection is a perspective one with the eye taken awayThe four small boxes are photographs from 2 m, 6 m, 24 m, 240 m with the lens lengthened to match. The isometric drawing is the limit, and its bundles stay parallel to 0e+0 radians.isometric — the limit2 m6 m24 m240 msame box, same drawn sizethe eye recedes
Fig. 5 Four photographs from 2 m, 6 m, 24 m and 240 m with the focal length lengthened to match, and the isometric drawing they converge on. Its bundles stay parallel to 0e+0 radians — the eye has gone, and with it every quantity that depended on where it was.

Everything a projection through a finite centre knows about depth is carried by the rate at which things shrink — the perspective divide. Take the centre to infinity and the divide goes with it. What is left is an affine map, and an affine map is blind to position along the direction it is taken along in a way no amount of care can recover.

That is one statement with several familiar consequences on this site, and they are worth putting side by side because they are usually met separately:

What the second reading costs, against how close the eye isA parallel drawing sits at the origin: the reversed reading is a cube, exactly, and nothing in the picture rules it out. A perspective drawing rules it out at a rate exactly inverse in the eye's distance — 0.33° at 128 m and 22.07° at 2.2 m — and never at all.010200.1000.2000.3000.4001 / distance from the eye to the box (per metre)worst angle between edges the box has parallel (°)parallel projection: 0.000°55° at the near endthe line through the origin is the inverse law
Fig. 6 The same absence, measured in the other direction. A perspective drawing rules out the reversed reading of a box by an angle inverse in the eye’s distance — 22.07° at 2.2 m, 0.33° at 128 m — and a parallel drawing sits at the origin, where the reversed reading is a cube exactly.

A view is a shadow, and this is shape from silhouette

The three views are not merely like shadows. A shadow cast by a light at infinity is an orthographic projection of the occluder onto the receiving plane, so the lamp taken to infinity and the eye taken to infinity are one operation — and a front view is what a part’s shadow looks like under a sun in front of it.

Read that way, the intersection of the three extrusions is the intersection of three shadow volumes, which is exactly the reconstruction a turntable scanner builds out of silhouettes. Its known limitation is the one measured above, and it has a sharp form:

No concavity ever appears in any silhouette. A dimple in a face is invisible from every direction, because the outline of the part is decided by its extreme points and a dimple has none. So the visual hull contains the convex parts exactly and fills every concavity, and the object can differ from it by any amount of material the silhouettes never see.

Three views, and two solids that draw themA stepped block with a hole on a 5-cell grid. The three views along the top are drawn by the 105-cell solid on the left and by the 39-cell solid on the right — every filled square in every one of the three views is filled by both. The views bound the solid and do not determine it.front view · 21 filledtop view · 25 filledside view · 25 filledthe largest solid with these views — 105 cellsand a solid with the same views — 39 cells5 × 5 × 5 cellsthe three views are identical; the solids differ by 66 cells
Fig. 7 The same block at a five-cell grid. The maximal solid is 105 cells against the block’s own 95, and a solid of 39 draws the same three views — the shape of the deficiency does not depend on the resolution.

The count, and why three views is a choice rather than a theorem

The three standard directions are chosen for a reason that is not about determination: they are the directions in which a rectilinear part’s faces are square on, so lengths in the views are true lengths and the drawing can be dimensioned directly.

The cost of that choice is visible in the sheet above. Its cells lie one to a column in every one of the three coordinate directions, which is possible because the three directions are mutually perpendicular and the grid is aligned with them. A fourth view along a diagonal cuts it down immediately, and this is worth being precise about: adding views shrinks the hull monotonically, because each new view can only forbid more cells, but no finite set of views ever reaches into a concavity.

So the sequence of hulls decreases and does not converge to the object. That is a stronger statement than “three is too few”, and it is the statement that separates silhouette information from depth information for good.

What each extra parallel view buysThe metric upgrade has six unknowns and each view supplies three equations. Two views give six equations of rank five, so a one-parameter family of solids draws both pictures. Three give rank six and the family collapses to a point. What no count removes is the mirror image: at three views it still redraws every picture to 8e-16 px and is 100% of the object's own size away from it.2 viewsrank 51 free parameter3 viewsrank 6determined4 viewsrank 6determined5 viewsrank 6determinedsix unknowns in the upgrade, three equations per viewthe reflection is free at every count
Fig. 8 The same accounting on the other half of the problem: what each extra parallel view buys when the views are of points rather than of a silhouette. Two views leave a one-parameter family; three determine the upgrade; and the mirror image survives at every count.
Three views, and two solids that draw themA cube on a 4-cell grid. The three views along the top are drawn by the 64-cell solid on the left and by the 28-cell solid on the right — every filled square in every one of the three views is filled by both. The views bound the solid and do not determine it.front view · 16 filledtop view · 16 filledside view · 16 filledthe largest solid with these views — 64 cellsand a solid with the same views — 28 cells4 × 4 × 4 cellsthe three views are identical; the solids differ by 36 cells
Fig. 9 The cube case at a coarser grid: 64 cells against 28, the same three full views. The ratio between the largest and the closed-form smallest is n at every size, and the greedy witness sits between them.

What survives, and what it is good for

Nothing here says the three views are worthless, and the fleet’s habit is to measure what a construction does keep rather than to rank it against something else.

Three orthographic views along the coordinate directions preserve, exactly:

Every length parallel to a coordinate axis. This is the whole reason the convention exists. A dimension read off the front view is a true length in the world, because the projection is orthographic and the edge is parallel to the plane.

Every angle in a coordinate plane. A right angle in the front face is a right angle in the front view.

The convex outline in three directions, which is what the hull is built from.

What they destroy is the depth ordering — which of two features lies nearer along the line of sight — and everything that depends on it.

What each parallel system does to the three axesThe smallest axis scale is plotted; the note says how many of the three coincide and whether the system is an orthographic projection or an oblique construction. cavalier and isometric both make all three the same — but isometric is the only orthographic one that does, at 0.8165, and the oblique route gets there by drawing depth at true length.elevation0.0000two equal, orthographic ←cabinet0.5000two equal, obliquecavalier1.0000all three equal, obliquedimetric0.4714all three different, orthographicisometric0.8165all three equal, orthographictrimetric0.5479all three different, orthographicsmallest of the three axis scalesmeasured from each projection
Fig. 10 Elevation among the other parallel systems, ranked by what happens to the three axis scales. It is the extreme member: two axes at true length and the third at zero, which is what makes a single view exactly measurable and exactly silent about depth.
One cube in 3 parallel drawing systemsEvery one preserves midpoints exactly. What separates them is the axis scales, printed beneath each — isometric's are all 0.8165, which is equal and is not 1. elevation's are 1.000, 1.000 and 0.000.elevationx 1.000y 1.000z 0.000cabinetx 1.000y 1.000z 0.500isometricx 0.816y 0.816z 0.816axis scales measured from the drawingall 3 preserve midpoints
Fig. 11 One cube, three systems. Elevation’s axis scales are 1.000, 1.000 and 0.000 — the zero is the missing coordinate, and it is why one view of a solid is a picture with a dimension deleted rather than a picture that is slightly wrong.

The same absence, in three sizes

It is worth putting this beside the site’s other two statements of the same kind, because the three make a ladder and the middle one is usually the surprise.

One picture supplies every ratio and no size. A world 137 times larger, photographed from 137 times further away, gives the identical picture. The freedom is one number.

Two perspective pictures supply shape and no size. The second picture converts ratios in the plane into a full three-dimensional shape and adds no length at all. The freedom is still one number.

Three orthographic views supply a hull and not a solid. The freedom is not a number: it is every subset of the hull whose three shadows are the three given ones, which at n=6n = 6 runs from 64 cells to 216.

Two scenes 137× apart, and the one picture they both makeEverything in the second plan — the room, the eye's distance, the eye's own height — is 137 times the first. Every projected vertex agrees to 1e-13 px. A single photograph has no scale, and this is what that means.a room 2.8 m across, eye 1.6 m up1 mthe same plan, 137× bigger137 midenticalpicturesthe picture — both scenes, drawn twice, one on top of the otherlargest disagreement 1e-13 px over 8 verticesone length has to come from outside the picture
Fig. 12 The first of the three, for comparison. Two scenes 137× apart give pictures agreeing to 1e-13 px — a freedom of exactly one parameter, and a picture with no evidence about it.
One reconstruction, drawn at its own scale and at 3.4×The courtyard recovered from two pictures, seen from above. Every pairwise distance ratio matches the world's to 6.3e-14, so the shape is exact. The size is not determined at all: the right-hand plan is the same reconstruction 3.4 times larger and fits the same two pictures equally well. One measured length in the scene — here 0.800 m — fixes it, and nothing in the pictures can.as recovered0.308 across× 3.4 — same two pictures1.046 acrossworst ratio deviation 6.3e-14size fixed only by a supplied 0.80 m
Fig. 13 The second. A courtyard reconstructed from two photographs, exact in every distance ratio to 6.3e-14 and undetermined in size — the same one-parameter freedom, surviving a second picture untouched.

The reason the third is a different kind of freedom is that the first two are freedoms of a map — a scale factor applied to everything — and this one is a freedom of a set. There is no parameter to be uncertain about. There is a family of solids, and its members are not versions of one another.

The direction is a choice, and the three standard ones are not special

Nothing in the geometry privileges the coordinate directions. A view can be taken along any direction at all, and choosing the direction is the whole content of the auxiliary view — the drill that puts a line at true length by looking across it and turns it into a point by looking along it.

Which means the three-view convention is a decision with a stated benefit and a stated cost, rather than a description of how projection works. The benefit is that a rectilinear part’s own edges come out at true length. The cost is that a solid aligned with those same three directions can hide the most material from them, and the diagonal sheet is that cost written as a formula.

How long a line looks, against the direction it is looked alongA sine, exactly — the worst departure over the sweep is 6e-16. At 0° the line images as a point and the view is the drawing office's point view; at 90° it images at true length, and every direction perpendicular to it does, which is a whole circle of them rather than one lucky choice.00.2500.5000.7501050100150angle between the ray direction and the line (°)imaged ÷ true lengthtrue length — a circle of directionspoint viewone segment, every viewing directionsine to 6e-16
Fig. 14 How much of a length a view shows, against the direction it is taken along: the sine, exactly. The three standard views sit at the 90° end for a part’s own edges, which is why they can be dimensioned — and it is a property of the choice rather than of projection.

Reading a drawing after this

The practical residue is small and worth stating plainly.

A three-view drawing is a set of constraints, not a description. Reading one is solving the constraints, and a reader who arrives at a solid has found a member of the family — usually the intended one, because the intended one is usually the simplest and because the notes and dimensions do the rest.

The intersection of the extrusions is worth computing when it matters. It is mechanical, it needs nothing but the three pictures, and it is the tightest bound available without additional information. If the hull is the part, the drawing determines the part.

And the gap is where the hidden lines are. A drawing office’s dashes are not decoration and are not redundancy: they are precisely the information the silhouettes cannot carry, which is why a drawing without them is ambiguous in a way that no amount of careful outlining repairs.

Moving the object, in both familiesThe same box, in place and translated 2.4 m across the world. In the parallel drawing the second image is the first translated by 98.6 px and nothing else — every edge the same length to 3e-14 px. In the perspective drawing the edge lengths change by up to 77.0%, because the direction from the eye has changed and a projection through a centre depends on it.horizonisometric — the same drawing, movedperspective — a different drawingcorrect from 23 cm, at 160 mm wideparallel: 3e-14 px · perspective: 77.0%
Fig. 15 And underneath all of it, the property that makes a parallel view measurable and silent at once: move the object across the world and the drawing is the same drawing, translated. Every edge the same length; nothing in the picture recording where the thing went.

What links here

Computed from the collection, not written here: the essays that point at this one.

Shares its objects with

Essays that name at least two of the same things, and that neither author linked.

Named objects

A flat tag is an object no other essay names yet.

Affine mapElevationMultiview drawingnecessary, not sufficientOrthographic projectionParallel projectionpoint at infinityreconstruction ambiguitySilhouetteVisual hull