← Back to 05 · Engineering Drawings & GD&T
05.1 · Engineering Drawings & GD&T

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.

TOP VIEW FRONT VIEW RIGHT SIDE LEFT BOTTOM BACK
ViewShowsWhen to use
Front viewPrimary shape, most featuresAlways — the starting view
Top viewWidth and depthWhen features are on top/bottom
Right-side viewHeight and depthWhen side features need dimensioning
Section viewInternal features, holes, wallsWhen hidden lines get too confusing
Detail viewMagnified area (chamfer, thread, small feature)When a small feature needs clear dimensions
Auxiliary viewTrue shape of an inclined surfaceWhen 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 typeUse case
Full sectionCut all the way through — simple parts with one cutting plane
Half sectionShow half exterior, half interior — symmetric parts
Offset sectionCutting plane bends to pass through multiple holes/features
Broken-out sectionSmall partial cut to show one hole or internal detail
Revolved sectionCross-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

TypeExampleMeaning
Basic dimension⌀25.000Theoretically exact — no tolerance on the dimension itself; tolerance comes from GD&T
Unilateral tolerance25 +0.05/−0Only one direction varies (upper or lower)
Bilateral tolerance25 ±0.05Can vary both directions equally
Limit dimension24.95 / 25.05Max and min size explicitly stated
Reference dimension(50)For information only — not inspected, derived from other dims

Dimension Placement Rules

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.

A B C

The datum reference frame (DRF) — usually A|B|C — tells you the order of importance:

DatumTypical roleHow you establish it on the machine
Datum A (primary)The main locating surface — usually the largest flat facePlace the part flat on the mill table, fixture, or vise jaws
Datum B (secondary)Constrains rotation / one directionPush against a stop, edge finder, or vice jaw
Datum C (tertiary)Constrains the last degree of freedomA 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.

SymbolRa (µm)Ra (µin)Typical process
No symbol——As-machined, no finish requirement
3.23.2125Standard milling/turning
1.61.663Finishing pass, light feed
0.80.832Fine finish — reduced feed, sharp tool
0.40.416Grinding or fine boring
0.10.14Precision 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:

ItemWhat it tells you
Part name / numberWhat you're making — verify this matches the work order
MaterialAluminum 6061-T6, Steel 4140, etc. — drives speed/feed choices
Heat treatHRC 28–32, anodize, passivate — affects tooling and final size
Drawn by / date / revisionRevision letter matters — never machine from an old rev
General tolerancesDefault tolerance for dimensions without explicit tolerance
Projection symbolThird-angle or first-angle
Scale / unitsMM 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:

  1. Title block: material, heat treat, revision, units, general tolerances.
  2. Notes: read all general notes and local notes.
  3. Overall size: what's the bounding box? How big is the raw stock?
  4. Critical features: which dimensions have tight tolerances? Which surfaces have finish symbols? Which datums are referenced?
  5. Feature list: holes (size, depth, tolerance), pockets, slots, threads, chamfers, radii.
  6. GD&T callouts: position, profile, runout — read these carefully (next article).
  7. 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.