Machine Design #84: From 3D Model to Manufacturing Drawing — 2D Must Not Be a CAD Screenshot
The manufacturing drawing must be readable, manufacturable, inspectable, maintainable, and safe when the boundary changes.
Start with the function
Write the input condition, expected result, acceptance limit, failure symptom, and measurement method before choosing a view, symbol, feature, or note. Do not hide unknowns behind a large factor; assign an owner and a test.
Core checks
- Manufacturing function missing from the model: list what the model cannot say: which surface is a datum, which tolerance matters, and what the part is made from.
- Datums, tolerances, fits, and surface requirements: put the datums, tolerances, fits and surface requirements on the drawing, chosen from the working state of the part.
- Material, treatment, process, and stock: state the material, the treatment, the process and the stock condition; the model carries none of them.
- Views, sections, details, and hidden interfaces: choose views, sections and details so the interfaces that cannot be seen from outside are still defined.
- Inspection method and supplier capability: state how each requirement will be measured, and check the supplier can measure it before the drawing is released.
- Model, drawing, BOM, and revision synchronization: keep the model, the drawing, the parts list and the revision on the same version, and check that before sending.
Failure modes
| Failure mode | Symptom | Verification |
|---|
| Ambiguous meaning | Wrong process or inspection | Review standard and evidence |
| Omitted interface | Assembly or maintenance error | Walk the real route |
| Documents out of sync | Correct name, wrong revision | Baseline all references |
What a 3D model can say and what it cannot
A 3D model describes the nominal geometry — the ideal shape at exactly correct sizes. But no part is ever made exactly correct, so what decides whether a part is usable sits outside the model.
| The 3D model can state | Only the drawing (or PMI annotation) can state |
|---|
| Shape and nominal dimensions | The tolerance on each dimension |
| Positional relationships between faces | The datums and their order of precedence |
| Mass and centre of gravity (if a material is assigned) | The specific material, its condition, the required hardness |
| Interference and clearance during assembly | Roughness requirements and the lay of the machining marks |
| — | Surface treatment and the areas to be masked |
| — | Inspection method and acceptance criteria |
| — | Revision, scope of application, approver |
In short: the model answers "what shape", the drawing answers "how far off can it be and still work, how is it measured, and who is answerable".
A 2D drawing is not a photograph of the model
Exporting four standard views and putting dimensions on them produces a photograph, not a drawing. Each of the decisions below is a communication decision, not a CAD operation:
- Choosing the front view by the machining attitude, not by the software's default direction.
- Choosing where to section so hidden lines become visible lines.
- Dimensioning from the functional datum, not from the model's coordinate origin.
- Grouping dimensions by functional area so the reader can see the intent.
A part that is geometrically correct but dimensioned from the CAD origin will accumulate error exactly where it should not — and nobody notices until the assembly goes together.
Three traps when the drawing is linked live to the model
| Trap | Consequence | How to block it |
|---|
| Model modified, drawing not reissued | The shop works from the old sheet; the part matches the drawing but not the intent | A release process that ties model and drawing to one revision |
| A manually typed value overriding a linked dimension | The number on the drawing stays put when the model changes | Forbid overriding values; dimensions must come from the geometry |
| Using the model as the governing document without declaring it | The shop does not know where to read tolerances | If the model governs, it needs complete PMI annotation and a statement in the records |
Choosing the 3D model as the governing document is a legitimate choice, but it has to be a declared choice with full tolerance information embedded in the model — not a default assumed because "there is a model anyway".
Exchange formats: each one loses something different
When geometry is sent to a shop, the format decides what the receiving side gets and what it loses.
| Format family | Keeps | Loses |
|---|
| The design software's native format | Feature tree, constraints, modelling history | The receiver needs the same software at the same version |
| Solid exchange format | Accurate geometry usable for machining programming | Feature tree, constraints, modelling intent |
| Triangulated mesh format | Approximate shape, fine for printing a mock-up or checking interference | Surface accuracy — not for machining |
| Flat 2D format for sheet cutting | The flat profile | Thickness, bend direction, everything outside the plane |
The most expensive mistake in this table is using a triangulated mesh for machining. Curved surfaces are approximated by many small flats, so the part comes out faceted and the error depends on the mesh resolution chosen at export — a setting the person exporting usually never looks at.
Three things always lost in conversion, to be covered by the drawing
- Tolerances. Ordinary exchange formats carry nominal geometry, not tolerances. The drawing, or
annotation inside the model, has to state them.
- Units and coordinate origin. A quiet source of failure: the file opens with the right shape but at a
scale a thousand times off, or with the origin somewhere else. Always state the units in the accompanying document; never rely on a default.
- Modelling intent. The receiver does not know which face is the datum or which dimension is derived.
For a part that has to be modified later, losing the intent means rebuilding it from scratch.
Check the file before sending, and again on receipt
A short routine, a few minutes, that blocks most of the trouble:
| Step | What to check |
|---|
| Before sending | Reopen the exported file in a different program and confirm the shape survived |
| Before sending | Compare mass or volume of the export against the source model |
| Before sending | Look for open faces, duplicate faces, stray solids — the usual faults of solid exports |
| On receipt | Measure any three dimensions on the file and compare with the drawing |
| On receipt | Confirm units and revision before programming |
The volume comparison is the cheapest check and catches the most: wrong units, a lost face and a stray solid all shift the volume immediately.
MINATA release checklist
- [ ] Function, boundary, and failure symptom are written.
- [ ] Interfaces, ownership, and mistake-proofing are clear.
- [ ] Six topic checks have evidence and pass/fail limits.
- [ ] Manufacturing, assembly, inspection, and maintenance were tried.
- [ ] Revision, supplier, and configuration records agree.
Good engineering is a chain of explicit assumptions that survives manufacture, operation, maintenance, and change. For manufacturing drawing, evidence that the result continues to work is the MINATA standard.
Frequently asked questions
With a 3D model available, is a 2D drawing still needed?
Yes, unless the model is the governing document and already carries full annotation for tolerances, datums and surfaces. A model normally holds only the nominal geometry; tolerances, datums, roughness, material and inspection requirements need somewhere to live.
Can dimensions be taken from the model's coordinate origin?
Better not. Dimensions have to originate from the functional datum — the face the part actually seats on when assembled. Using the CAD origin as the reference accumulates error in an uncontrolled place, and the drawing then fails to convey the assembly intent.
After modifying the model, does the drawing have to be reissued?
Yes, and at the same revision. This is the most common fault with live-linked drawings: the model has changed, the printout in the shop is still the old one, and the part comes out matching the drawing but not the current intent.
May a dimension value be edited by hand on the drawing?
No. The value has to come from the geometry of the model. Overriding it by hand creates a number no longer linked to the shape, and the next time the model changes that number stays put — the drawing contradicts itself invisibly.
Frequently asked questions, continued
Which format should be sent to a machine shop?
A solid exchange format, as agreed with the shop. The native format only works when both sides run the same software at the same version. Never send a triangulated mesh for machining.
Why is a triangulated mesh unsuitable for machining?
Because curved surfaces are approximated by many small flats. The part comes out faceted, and the error depends on the mesh resolution chosen at export — a setting the person exporting rarely examines. That format is for mock-ups and interference checks, not for precision cutting.
Are tolerances inside a 3D file?
No, unless the model is the governing document and carries tolerance annotation. Ordinary exchange formats hold nominal geometry only; tolerances live on the drawing or in the annotation.
What is the cheapest check before sending a file?
Compare the volume or mass of the export against the source model. Wrong units, a lost face and a stray solid all shift the volume immediately, so one number catches several kinds of fault.
What should be checked first on a file received from a customer?
The units, and any three dimensions against the drawing. A file that opens with the right shape but the wrong units is the quietest fault of all, and it only surfaces once material has been cut.
Conclusion
From 3D Model to Manufacturing Drawing is not paperwork done to make a file look tidy. It is how intent becomes a result that can be manufactured, assembled and measured repeatedly. A good drawing does not need the designer standing beside it to explain it; the structure of the information has to do that work.
View all MINATA technical articles