Engineering Drawing Fundamentals
An engineering drawing is the legal document that communicates exactly what you're supposed to make. On the shop floor, the drawing is the contract — if it's not on the drawing, you don't make it. This page teaches you how to read a drawing like a machinist: where to look first, what every element means, and how to avoid the most common misunderstandings.
Why the Drawing Matters
A CNC programmer or machinist who misreads a drawing can scrap expensive material, build the wrong feature, or miss a critical tolerance. The drawing is not a suggestion — it specifies geometry, dimensions, tolerances, surface finish, material, heat treat, and inspection criteria. Before you touch any machine, you should be able to look at a drawing and answer: What are the critical features? Where are the datums? What tolerances are tight? What is the surface finish requirement?
Orthographic Projection — The Six Views
Most mechanical parts are shown in third-angle projection (standard in the US and ISO). The part is imagined inside a glass box, and each face is projected onto the wall. You typically use 3 views (front, top, right-side), but complex parts may need 6.
| View | Shows | When to use |
|---|---|---|
| Front view | Primary shape, most features | Always — the starting view |
| Top view | Width and depth | When features are on top/bottom |
| Right-side view | Height and depth | When side features need dimensioning |
| Section view | Internal features, holes, walls | When hidden lines get too confusing |
| Detail view | Magnified area (chamfer, thread, small feature) | When a small feature needs clear dimensions |
| Auxiliary view | True shape of an inclined surface | When a slanted face appears foreshortened |
Third-angle vs first-angle: Third-angle (US, ISO) = top view sits above front view, right-side view sits to the right. First-angle (Europe, ISO) = top view sits below front view. Look for the projection symbol in the title block to know which one you're reading.
Section Views
When a part has internal features (holes, cavities, walls), hidden dashed lines get cluttered. A section view cuts the part open along a cutting plane line and shows the interior. Cut surfaces are hatched (section lining).
| Section type | Use case |
|---|---|
| Full section | Cut all the way through — simple parts with one cutting plane |
| Half section | Show half exterior, half interior — symmetric parts |
| Offset section | Cutting plane bends to pass through multiple holes/features |
| Broken-out section | Small partial cut to show one hole or internal detail |
| Revolved section | Cross-section of a long part (shaft, bar) shown in place |
Dimensions — The Language of the Drawing
Dimensions tell you the nominal size and the allowed variation. Every dimension on a drawing has three parts: nominal size, tolerance, and datum reference.
Types of Dimensions
| Type | Example | Meaning |
|---|---|---|
| Basic dimension | ⌀25.000 | Theoretically exact — no tolerance on the dimension itself; tolerance comes from GD&T |
| Unilateral tolerance | 25 +0.05/−0 | Only one direction varies (upper or lower) |
| Bilateral tolerance | 25 ±0.05 | Can vary both directions equally |
| Limit dimension | 24.95 / 25.05 | Max and min size explicitly stated |
| Reference dimension | (50) | For information only — not inspected, derived from other dims |
Dimension Placement Rules
- Dimension from the view that shows the true shape — don't dimension a circle from a side view where it looks like a rectangle.
- Chain dimensions vs baseline: chain dimensions (end-to-end) accumulate tolerances; baseline (all from one edge) avoids accumulation but may be less intuitive. Good drawings mix both deliberately.
- Don't dimension to hidden lines — if a feature needs a dimension, use a section or detail view.
- Each feature dimensioned once — never the same size from two views with different values.
- Leave machining stock out of the drawing — the drawing shows final dimensions only.
Common mistake: don't assume a dimension without a tolerance uses ±0. The tolerance is in the title block (e.g., "X.X ±0.1, X.XX ±0.025, X.XXX ±0.005"). Always read the title block tolerance first.
Datums — The Reference Frame
A datum is a theoretically exact plane, axis, or point from which other dimensions are measured. On a drawing, datums are shown as letters in boxes (A, B, C…) connected to a surface or feature. When you set up a part on the machine, you establish these datums physically — with a vise, a stop, or an indicator.
The datum reference frame (DRF) — usually A|B|C — tells you the order of importance:
| Datum | Typical role | How you establish it on the machine |
|---|---|---|
| Datum A (primary) | The main locating surface — usually the largest flat face | Place the part flat on the mill table, fixture, or vise jaws |
| Datum B (secondary) | Constrains rotation / one direction | Push against a stop, edge finder, or vice jaw |
| Datum C (tertiary) | Constrains the last degree of freedom | A second stop or a pin in a hole |
Why datum order matters: if the drawing says A|B|C, you must set up on A first, then B, then C. Reversing the order can change which dimensions are actually controlled. This is the #1 cause of setup-related part rejections.
Surface Finish Symbols
A surface finish symbol (check mark with a number) tells you the required roughness. The number is usually Ra in micrometers or microinches.
| Symbol | Ra (µm) | Ra (µin) | Typical process |
|---|---|---|---|
| No symbol | — | — | As-machined, no finish requirement |
| 3.2 | 3.2 | 125 | Standard milling/turning |
| 1.6 | 1.6 | 63 | Finishing pass, light feed |
| 0.8 | 0.8 | 32 | Fine finish — reduced feed, sharp tool |
| 0.4 | 0.4 | 16 | Grinding or fine boring |
| 0.1 | 0.1 | 4 | Precision grinding / lapping |
Convert between Ra, Rz, and RMS: Surface Finish Conversion Tool
Title Block and Notes
The title block (usually bottom-right) contains critical information you must read before machining:
| Item | What it tells you |
|---|---|
| Part name / number | What you're making — verify this matches the work order |
| Material | Aluminum 6061-T6, Steel 4140, etc. — drives speed/feed choices |
| Heat treat | HRC 28–32, anodize, passivate — affects tooling and final size |
| Drawn by / date / revision | Revision letter matters — never machine from an old rev |
| General tolerances | Default tolerance for dimensions without explicit tolerance |
| Projection symbol | Third-angle or first-angle |
| Scale / units | MM or IN — never assume |
General notes (usually upper-left) include instructions like: "Remove burrs", "Break sharp edges 0.2 max", "Do not scale drawing", "All dimensions in mm". Read these — they apply to every feature.
How to Read a Drawing — Workflow
A systematic approach every time:
- Title block: material, heat treat, revision, units, general tolerances.
- Notes: read all general notes and local notes.
- Overall size: what's the bounding box? How big is the raw stock?
- Critical features: which dimensions have tight tolerances? Which surfaces have finish symbols? Which datums are referenced?
- Feature list: holes (size, depth, tolerance), pockets, slots, threads, chamfers, radii.
- GD&T callouts: position, profile, runout — read these carefully (next article).
- Inspection: how will the part be checked? CMM? Height gauge? Go/no-go gauge? This tells you which features really matter.
Related tools: tolerance and fit concepts — Basic Fit Reference; tolerance stack-up analysis — Tolerance Stack-Up Calculator.