KEVOS
ArticlesServicesCase studiesAboutContact
ArticlesServicesCase studiesAboutContact
← ArticlesThe Engineering Design, CAD, Manufacturing and CAM ProcessesEngineering · MechanicalLesson 2/21← PrevNext →
ArticlePublished 5 Aug 20268 min readBy Kevin JoginEngineering Design ProcessCADCAMManufacturing
On this page

Ask about this page

KEVOS AIThe Engineering Design, CAD, Manufacturing and CAM Processes

KEVOS knowledge first · trusted web sources when needed

Skip to the main content

SOLIDWORKS Design Approach · Part 02

Four processes, one product: where CAD and CAM actually sit

An idea becomes a product by passing through four processes that nest inside one another. Knowing which process you are working in — and what its output must be — prevents most of the wasted effort in product development.

  • Engineering
  • Mechanical Engineering
  • Part 02 of 21
  • 6 min read

Overview

Science explains; engineering makes

Science sets out to understand physical phenomena. Engineering sets out to make things that work. That difference matters practically, because engineered systems are almost never simple enough for a closed-form answer. Designers therefore proceed by successive refinement: a rough proposal, an evaluation against requirements, a change, another evaluation, until the design is good enough to commit.

Four named processes structure that refinement. The engineering design process (EDP) is the outer loop. The CAD process implements its later stages. The manufacturing process converts an approved design into physical parts, and the CAM process handles the computational half of manufacture. Each has a defined input and a defined output, and the discipline of knowing which one you are in is worth more than it sounds.

Engineering design process — idea in, design out
CAD process Implements the later EDP stages: model, evaluate, prototype, redesign, document.
Manufacturing process Design in, physical product out: plan, produce, inspect, assemble, ship.
CAM process Implements the computational half of manufacture: process plans, NC programs, inspection.

Outer loop

The engineering design process

Input: a problem or an unmet need. Output: a design capable of solving it.

  1. Step 1 Identify the problem or need in terms specific enough to be tested against.
  2. Step 2 Research the problem: prior art, standards, constraints, users, failure history.
  3. Step 3 Develop candidate solutions — deliberately more than one.
  4. Step 4 Select the best candidate against explicit criteria.
  5. Step 5 Construct a prototype.
  6. Step 6 Test and evaluate against the requirements set in Step 1.
  7. Step 7 Redesign in response to what the test revealed.
  8. Step 8 Communicate the design so others can build it.
Where the loop closes

Steps 6 and 7 form the real engine of the process. A design that never returns to Step 3 or Step 4 after testing has usually not been tested hard enough. Step 8 is not a formality either: a design that cannot be communicated unambiguously has not finished being designed.

Sub-process

The CAD process

The CAD process is a sub-process of the EDP. In practical terms it carries Steps 5 through 8.

Create models

Build the parts, then the assemblies. Modelling decisions taken here determine how easily every later step can be performed.

Test and evaluate

Mass properties, interference and collision checks, finite element and flow studies, motion analysis, sustainability assessment.

Prototype

Generate a physical article, most commonly by additive processes driven directly from the model.

Redesign

Feed test and prototype findings back into the model. In a well-built model this is an edit; in a poorly built one it is a rebuild.

Document

Produce engineering drawings: views, dimensions, tolerances, annotations and the bill of materials.

Two things are worth noticing about this loop. First, Step 4 is where the cost of poor modelling discipline is actually paid; everything in Part 06 of this series exists to make that step cheap. Second, Step 5 is not the end of design but the handover interface — and its quality determines how much interpretation the manufacturing side is forced to invent.

Downstream

The manufacturing process

Input: an approved design. Output: the physical part or product, packaged and delivered.

  1. Step 1 Inspect the engineering drawings for manufacturability.
  2. Step 2 Create the process plan.
  3. Step 3 Produce the parts.
  4. Step 4 Inspect the parts.
  5. Step 5 Assemble.
  6. Step 6 Inspect the assembled product.
  7. Step 7 Package.
  8. Step 8 Ship to the customer.
The process planner is a design reviewer

Step 1 is not a rubber stamp. A manufacturing engineer — the process planner — reads the drawings to confirm that every dimension is consistent, that nothing is contradictory, and that the specified tolerances can actually be produced by the available equipment at an acceptable cost. A competent planner will frequently return design change requests, and those requests are usually cheap to accept early and expensive to accept late.

A concrete illustration: machining a flat-bottomed blind hole requires a milling operation with a flat end mill, whereas a conical-bottomed blind hole is produced by a single drilling operation. The two look almost identical on a model. One of them costs materially more to make. That asymmetry is invisible unless someone with manufacturing knowledge reads the design.

Computational half

The CAM process

The CAM process is to manufacture what the CAD process is to design: the part carried out on the CAD/CAM system.

  1. Step 1 Create the process plan — the ordered set of operations, machines, fixtures and tools.
  2. Step 2 Create the NC programs that drive those operations.
  3. Step 3 Create the remaining production details: fixturing, tooling lists, setup sheets.
  4. Step 4 Inspect the parts against the drawing.

Not every manufacturing task is inside CAM. Scheduling, materials management and shop-floor control typically sit in separate systems. What CAM owns is the translation of geometry into machine motion, and the verification of that motion before metal is cut. Part 19 of this series takes that translation apart in detail.

Quick reference

Inputs, outputs and owners

The four processes compared
ProcessInput OutputTypical owner Primary risk if rushed
Engineering designProblem or need A validated designDesign engineer Solving the wrong problem
CADSelected concept Models, analyses and drawingsCAD designer / detailer Brittle models that fail on edit
ManufacturingApproved drawings Inspected, assembled productManufacturing engineer Unproducible tolerances, high scrap
CAMModel plus process plan NC programs and setup detailProcess planner / programmer Tool collisions and rework

Best practice

Working the interfaces

Most avoidable cost in product development appears at the joints between these processes rather than inside any one of them.

Bring the planner in during Step 3, not Step 8

Concurrent review of candidate concepts by someone who will have to make them removes whole categories of downstream change. This is the practical content of concurrent engineering.

Treat the drawing as a contract

Every dimension carries a tolerance, stated or implied by the title block. Every ambiguity will be resolved by someone, and it will not necessarily be resolved the way the designer assumed.

Prototype to answer a question

Prototypes are cheapest when they are built to test a specific uncertainty — fit, reach, grip, clearance — rather than to admire the design in three dimensions.

Keep the model as the master

Where drawings and model diverge, the organisation has two definitions of the product. Associativity only helps if the drawing is generated from the model rather than maintained alongside it.

Common questions

Frequently asked

Is the CAD process just the middle of the design process?

It is the computational implementation of the design process from prototyping onwards. Concept generation and selection still happen largely outside the CAD system, on paper, in sketches and in requirements documents. Starting to model before the concept is selected is one of the more expensive habits in the discipline.

Where does design for manufacture fit?

It is not a separate process but a constraint applied across all four. In practice it appears as manufacturing knowledge injected into design decisions — draft angles, uniform wall thickness, standard hole sizes, accessible tool paths. Part 19 covers the automated rule checking that supports it.

Do these processes still apply to additive manufacture?

Yes, though the manufacturing process shortens considerably: process planning collapses to orientation, support strategy and layer thickness, and many assembly steps disappear because functional assemblies can be built in one operation. Part 18 covers the detail.

Key takeaways

  1. The engineering design process is the outer loop; CAD, manufacturing and CAM are nested implementations of parts of it.
  2. Each process has a defined input and output — confusion about which one you are in produces most schedule loss.
  3. Testing and redesign, not initial concept generation, are where design quality is actually made.
  4. The process planner is a design reviewer with veto power and should be engaged early.
  5. The drawing is the contractual interface between design and manufacture, and must be generated from the model rather than maintained separately.

Series

Continue the pathway

The SOLIDWORKS Design Approach series works through computer aided design as an engineering discipline, from first principles to manufacture.

Previous in seriesSOLIDWORKS as a design system Next in seriesThe SOLIDWORKS environment

The SOLIDWORKS Design Approach pathway

  1. SOLIDWORKS as a design systemSeries overview and how to use the pathway
  2. Design, CAD, manufacturing and CAM processesThe four nested processes that carry an idea to a finished part — you are here
  3. The SOLIDWORKS environmentPanes, modes, options, customisation, templates and viewing
  4. Modelling managementModel types, topology, parametrics, relations and Booleans
  5. Sketching disciplineCoordinate systems, sketch planes, status, relations and patterns
  6. Design intentCapturing, documenting and defending the reasoning in a model
  7. Features, libraries and automationSweeps, lofts, wizards, configurations, design tables and macros
  8. Engineering drawingsViews, projection, dimensioning rules, title blocks and the BOM
  9. Assembly modellingMates, bottom-up and top-down, interference and motion
  10. Rendering and animationScenes, lighting, materials, appearance, cameras and playback
  11. Curve geometryAnalytic and synthetic curves, parametric representation, 3D curves
  12. Surface modellingSurface types, parametric representation, visualisation and conversion
  13. Sheet metal and weldmentsGauge, K-factor, flat patterns, structural members and weld symbols
  14. Sustainable designGuidelines, life cycle assessment, impact factors and CAD tools
  15. Tolerances and GD&TConventional and geometric tolerances, true position and stack-up
  16. CAD data exchangeNative and neutral formats, translation loss and model communication
  17. Analysis toolsData exchange, mass properties, motion, FEA, flow and Von Mises
  18. Rapid prototypingTessellation, build orientation, layer thickness and supports
  19. NC machining and CAMMachine tools, cutting processes, DFM rules and G-code
  20. Injection mouldingThe moulding cycle, mould types, part design rules and tooling split
  21. Certification pathwaysExam structure, levels, preparation strategy and career value
  • Engineering Design Process
  • CAD
  • CAM
  • Manufacturing
  • Process Planning
KEVOS® Precision to Vision Engineering · Mechanical Engineering Written by Kevin Jogin 6 min read

Continue learning

SOLIDWORKS as a Design System: Series OverviewArticle · MechanicalNEXT LESSON →The SOLIDWORKS Environment: Interface, Options and TemplatesArticle · MechanicalCAD Modelling Management: Topology, Parametrics and Boolean OperationsArticle · MechanicalSketching Discipline: Entities, Relations, Planes and PatternsArticle · Mechanical
KEVOS · Engineering, manufacturing and project improvement
ArticlesServicesCase studiesAboutContact
© 2026 KEVOS®