English:Computer-Aided Design

Computer-Aided Design
Introduction
Computer-Aided Design (CAD) is the use of computer systems to create, modify, document, analyze, and communicate designs. In vocational practice, CAD can replace or extend manual drafting and can connect design work with manufacturing, construction, installation, inspection, and maintenance. You may use CAD to prepare a simple 2D workshop drawing, build a parametric 3D part, assemble a machine, document a building component, route an electrical enclosure, or prepare geometry for digital manufacturing.
For apprentices, trainees, and vocational students, the most important goal is not learning one software package by memory. It is learning a reliable design workflow: understand the task, choose appropriate geometry, apply dimensions and constraints, build a model that can be changed safely, check it, document it, and release the correct file version.
The image above shows a technical drawing of a workpiece, one of the central outputs that connects CAD with workshop communication.
The video demonstrates the idea of parametric modeling: dimensions and relationships can drive a model so that controlled changes update the design.
Learning Objectives
After working through this aiMOOC, you should be able to explain the role of CAD in vocational workflows, distinguish 2D drafting from 3D modeling, create and constrain sketches, use common feature-based operations, organize a simple assembly, read and produce basic technical drawings, select suitable exchange formats, and carry out checks before a design is released.
You should also be able to explain design intent. Design intent means building the model so that expected changes produce useful and predictable results. A good CAD model is not only correct in its current shape; it is structured so that another person can understand, edit, inspect, and reuse it.
CAD in Vocational Practice
CAD is used across many occupations. Mechanical and metalworking trades use it for parts, fixtures, sheet-metal components, assemblies, and manufacturing drawings. Construction and building services use it for layouts, components, and coordinated plans. Electrical and mechatronics work may use CAD for enclosures, panels, mounting plates, cable routes, and documentation. Product design, woodworking, furniture production, and additive manufacturing also rely on digital models and drawings.
A workplace CAD task usually has several stakeholders. A customer or supervisor defines the requirement; a designer or technician builds the model; manufacturing or installation staff need clear dimensions and notes; quality staff may inspect critical characteristics; and later users may need revisions or spare parts. This is why naming, version control, units, tolerances, and release status matter.
Different CAD systems have different interfaces, but the underlying ideas are often similar: a model space, sketches, constraints, features, a model tree or history, measurements, views, and output tools.
2D Drafting and 3D Modeling
2D CAD represents geometry mainly with points, lines, arcs, circles, text, hatching, dimensions, and symbols on a plane. It is efficient for many plans, schematics, profiles, and workshop drawings. Layers, line types, object snaps, and coordinates help organize accurate drawings.
3D CAD represents the shape of parts or systems in three dimensions. Solid models are useful when you need mass properties, assemblies, interference checks, sections, rendered views, or manufacturing data. Surface modeling is useful for complex skins and freeform shapes. Meshes represent surfaces with many facets and are common in scanning and additive-manufacturing workflows, although they behave differently from precise solid geometry.
A professional workflow may combine both. You might create a 3D part first and generate 2D drawing views from it, or begin with a 2D layout that becomes the basis for later 3D design.
Geometry, Coordinates, and Constraints
A CAD model is built in a coordinate system. In 3D work, the X, Y, and Z directions provide a reference for planes, sketches, placements, and measurements. Choosing a sensible origin and base planes can make later edits easier.
A sketch is usually a 2D collection of geometric elements such as lines, arcs, and circles. Geometry alone may still be able to move. Geometric constraints describe relationships such as horizontal, vertical, parallel, perpendicular, tangent, concentric, equal, coincident, or symmetric. Dimensional constraints control sizes and positions with values such as lengths, diameters, angles, and distances.
A sketch is fully constrained when its intended degrees of freedom have been removed. Over-constraining should be avoided because conflicting rules can make the sketch unsolvable. In training, do not judge a sketch only by appearance: test whether the geometry can still move unexpectedly and whether the dimensions express the design requirement.
This video focuses on sketch constraints and shows how geometric relationships are used to control design behavior.
Feature-Based and Parametric Modeling
In feature-based solid modeling, you build a part through a sequence of operations. A closed sketch may be extruded or padded to create a prismatic feature. A profile may be revolved around an axis. Material can be removed with pockets or cuts. Fillets round edges, chamfers bevel them, and patterns repeat features.
A parametric model stores values and relationships that can be edited. The model then recomputes dependent geometry. This is powerful, but it requires thoughtful references. If many later features depend on fragile edges or faces, a small change may break the model. Stable sketches, clear datum geometry, meaningful parameters, and a logical feature order improve robustness.
The animation shows a feature-based modeling sequence. Watch how the part develops through a chain of dependent design steps rather than appearing as one unstructured shape.
Design Intent
Design intent connects geometry with function. Suppose a mounting plate must always keep four holes symmetric around its center. You could place every hole with separate coordinates, but a better model may define one hole and use symmetry or a rectangular pattern. If the plate width changes, the hole layout can update consistently.
Useful design intent often comes from functional relationships: concentric shafts and bearings, equal wall thicknesses, repeated fasteners, clearances between moving components, or a slot centered on a datum plane. Before adding a dimension, ask what requirement it represents.
Assemblies and Motion
An assembly combines separate parts or subassemblies. CAD systems can position components with mates, joints, or constraints. Typical relationships include fixed, concentric, coincident, distance, angle, revolute, slider, and other motion-defining connections, although names vary by software.
Assembly work helps you answer practical questions: Do the parts fit together? Is the fastener accessible? Does a moving component have enough clearance? Can a cover open? Are two parts occupying the same space? An interference check can detect overlapping solid geometry, but it does not replace engineering judgment about tolerances, deformation, wiring, lubrication, or assembly sequence.
This assembly video illustrates joint types and controlled component motion.
Technical Drawings and Documentation
A 3D model is often not enough for production. A technical drawing communicates manufacturing and inspection information in a standardized visual form. Depending on the task, it may include orthographic views, sections, detail views, dimensions, tolerances, surface information, material, notes, part numbers, and revision data.

Good drawings avoid unnecessary or conflicting dimensions. Dimension from functional datums where possible, identify critical features clearly, and make sure units and scale are understood. Tolerances define acceptable variation; they should reflect function and manufacturing capability rather than being made tighter than necessary.
When a drawing is generated from a 3D model, check that changes in the model update the drawing correctly. Before release, verify views, dimensions, notes, title-block information, revision status, and exported PDF or print output.
Projection and Section Views
Orthographic projection represents an object using aligned views such as front, top, and side. A section view reveals internal geometry by imagining a cut through the object. Detail views enlarge small regions. The chosen views should communicate shape efficiently without forcing the reader to guess.
For workshop communication, clarity matters more than showing every possible view. Use the minimum set that defines the part unambiguously and add sections when hidden geometry would otherwise be difficult to interpret.
Data Exchange and Digital Manufacturing
CAD data often moves between different programs and machines. The best format depends on what information must survive the transfer.
STEP is widely used for exchanging precise product geometry between CAD systems and is often preferable when solid or surface geometry needs to remain useful downstream. DXF is commonly used for 2D drawing and profile exchange. STL stores a triangulated surface mesh and is widely used in additive-manufacturing workflows, but it does not preserve parametric feature history and may approximate curved geometry with facets. Native CAD files usually preserve the richest editing information, but they may depend on a specific application or version.
Before exporting, check units, coordinate orientation, model scale, geometry quality, and whether hidden or construction objects should be included. After importing into another system, inspect the result rather than assuming the transfer is perfect.
CAD can feed CAM, CNC workflows, laser cutting, waterjet cutting, and 3D printing. In a workplace, manufacturing preparation must follow machine-specific procedures, approved tooling, material rules, and safety instructions. A CAD model is a source of geometry; it is not by itself a safe machine setup.
Verification, Simulation, and Quality
Verification should happen throughout the design process. Useful checks include measuring critical dimensions, confirming units, looking for open or self-intersecting profiles, checking wall thickness, inspecting assembly interferences, comparing the model with the requirement, and reviewing drawings with another person.
Some CAD environments connect to CAE tools for stress, thermal, flow, or motion analysis. Simulation can help compare design options, but results depend on assumptions, material data, loads, constraints, mesh quality, and model simplifications. Simulation should be treated as evidence to interpret, not as an automatic guarantee.
The image shows a finite-element analysis environment integrated with CAD. In vocational learning, the key habit is to document assumptions and compare digital results with calculations, measurements, standards, or tests where appropriate.
Workplace CAD Method
A reliable vocational CAD method can be summarized as a cycle: clarify, model, constrain, check, document, release, and revise. Start by identifying function, interfaces, material, manufacturing process, required tolerances, and delivery format. Build the simplest model structure that expresses the design intent. Check often instead of waiting until the end.
Use meaningful file names and part names. Keep released files separate from working drafts. Record revisions and the reason for each change. When collaborating, follow the organization's rules for shared drives, product data management, permissions, templates, backups, and approval.

A bearing model is a useful reminder that CAD objects often represent real components with interfaces and functional relationships. The digital geometry must match the intended component specification, not merely look realistic.
This extended FreeCAD tutorial can be used for guided practice with sketches, constraints, feature operations, and parametric modeling. Use it selectively alongside your training plan rather than trying to copy commands without understanding the design decisions.
Interactive Tasks
Quiz: Test Your Knowledge
What is a central purpose of CAD in vocational work? (To create and communicate accurate design information) (!To replace all manufacturing skills) (!To eliminate the need for checking) (!To make every product visually attractive)
What does a fully constrained sketch mean? (Its intended degrees of freedom are controlled) (!Every line has the same length) (!The sketch contains no dimensions) (!The sketch has already been manufactured)
What is the main advantage of parametric modeling? (Controlled changes can update dependent geometry) (!All models become photo realistic) (!No dimensions are needed) (!The model can never fail after editing)
Which operation commonly creates a prismatic solid from a closed 2D profile? (Extrusion) (!Rendering) (!Hatching) (!Annotation)
What is the main purpose of an assembly model? (To organize and relate separate components) (!To convert every part into a mesh) (!To remove all tolerances) (!To replace technical drawings completely)
Why is a technical drawing still important when a 3D model exists? (It communicates production and inspection information) (!It always contains more geometry than the model) (!It removes the need for units) (!It guarantees that manufacturing is error free)
Which format is commonly used to exchange precise product geometry between CAD systems? (STEP) (!TXT) (!MP3) (!PNG)
What does an interference check help detect in an assembly? (Overlapping solid components) (!Incorrect spelling in notes) (!Weak passwords) (!Missing workshop lighting)
What is meant by design intent? (A model structure that preserves intended functional relationships during changes) (!A decorative color scheme for the model) (!A list of all keyboard shortcuts) (!A guarantee that no revision will be needed)
What should you check before releasing a CAD file? (Units dimensions revision status and required output) (!Only the background color) (!Only the file size) (!Only the software logo)
Memory Game
| Sketch | Two dimensional geometry used as the basis for many features |
| Constraint | A rule that controls geometric or dimensional behavior |
| Extrusion | A feature that extends a profile to create solid form |
| Assembly | A model containing related separate components |
| Tolerance | The permitted variation from a specified value |
| STEP | A common exchange format for precise product geometry |
Drag and Drop
| Match the correct terms. | Topic |
|---|---|
| Extrude | Create a prismatic feature from a closed profile |
| Revolve | Create form by rotating a profile around an axis |
| Fillet | Round a selected edge |
| Pattern | Repeat a feature in a controlled arrangement |
| Section view | Reveal internal geometry with an imagined cut |
Match each CAD operation or drawing concept with its practical purpose.
Crossword Puzzle
| Sketch | What two dimensional geometry often starts a feature based model? |
| Extrusion | What feature extends a profile to make a prismatic form? |
| Constraint | What rule controls geometry or dimensions in a sketch? |
| Assembly | What model combines separate components? |
| Tolerance | What term describes permitted variation from a specified value? |
| Revision | What record identifies an approved design change? |
LearningApps
Cloze Text
Open-Ended Tasks
Easy
- CAD Vocabulary Map: Create a one-page visual map that connects sketch, constraint, feature, assembly, drawing, tolerance, and revision with your own workplace examples.
- 2D Sketch Practice: Draw a simple bracket profile in CAD, apply dimensions and geometric constraints, and demonstrate how you know the sketch is fully constrained.
- Technical Drawing Hunt: Find an approved technical drawing in your training environment and annotate where you can see views, dimensions, tolerances, notes, and revision information.
- CAD Workplace Interview: Interview a trainer, technician, or skilled worker about one CAD task they perform and summarize the input, output, checks, and people involved.
Standard
- Parametric Part Project: Model a simple workshop part with at least four features, then change two key parameters and record which features update correctly and why.
- Reverse Engineering Exercise: Measure a safe everyday object with suitable measuring tools, create a CAD model from your measurements, and compare the finished model with the real object.
- Drawing from Model: Produce a manufacturing-style drawing from your own 3D part using appropriate views, dimensions, notes, and a revision identifier.
- Assembly Clearance Study: Build a small assembly with at least three components, define their relationships, run an interference check, and explain any clearances that still require engineering judgment.
Advanced
- Design for Manufacture Project: Redesign a small part for a chosen manufacturing process and justify changes to geometry, tolerances, material assumptions, and documentation.
- CAD Exchange Experiment: Export one model to a suitable neutral format, import it into another available system, compare geometry and units, and document any information that was lost or changed.
- Simulation Critique: Set up or study a simple CAD-connected simulation, identify its assumptions and boundary conditions, and compare the result with a calculation, measurement, reference value, or physical test.
- Vocational CAD Portfolio: Create a short portfolio containing a requirement, constrained sketch, parametric model, drawing, verification record, revision history, and a reflective video explaining your design decisions.
Learning Assessment
- Design Intent Review: Given a parametric part that must become wider without moving its mounting holes off center, propose a robust constraint and feature strategy and justify your choices.
- Drawing Quality Audit: Review a technical drawing for ambiguous dimensions, missing tolerances, duplicated information, and unclear revision status, then prioritize the corrections by production risk.
- Format Selection Case: Choose an appropriate file format for editable CAD exchange, a 2D cutting profile, and an additive-manufacturing mesh, and explain what information may be preserved or lost in each transfer.
- Assembly Failure Analysis: Diagnose a case in which parts overlap after a design change, determine whether the cause is geometry, constraints, tolerances, or version control, and propose a verification plan.
- Manufacturing Handoff: Prepare a release checklist for sending a CAD design to a workshop, including units, dimensions, tolerances, material, file version, output format, and approval status.
- Transfer to Workplace: Compare the CAD workflow used in this course with the process in your training company or school workshop and recommend one change that would improve traceability or reduce errors.
Evidence of Learning
- Knowledge: You can explain 2D and 3D CAD, sketches, constraints, features, assemblies, drawings, tolerances, file exchange, verification, and revision control.
- Modeling skill: You can create a constrained sketch and a parametric part whose key dimensions can be changed predictably.
- Documentation skill: You can produce or interpret a clear technical drawing and connect its dimensions and tolerances with function and manufacturing.
- Verification skill: You can perform dimensional, interference, geometry, unit, and revision checks and record what you found.
- Product evidence: You can submit a model, drawing, exported file, check record, and revision note that another learner or colleague can inspect.
- Communication skill: You can explain your design decisions, assumptions, file choices, and unresolved risks using clear technical language.
- Transfer achievement: You can adapt the workflow to a real vocational task and follow local standards, templates, safety procedures, and approval rules.
OERs on the Topic
You can also explore openly accessible learning and media resources:
- Wikimedia Commons collection on computer-aided design: Reusable diagrams, screenshots, models, and technical images with file-specific license information.
- FreeCAD: Open-source parametric 3D CAD software with documentation and learning resources.
- FreeCAD Getting Started: Introductory documentation for learning the interface and basic modeling workflow.
- Technical drawing: Background reading on drawings used to communicate technical information.
Linked Learning Areas
The essential learning areas connect geometry with function, modeling with documentation, and digital files with real production. You should be able to move from a requirement to a controlled model, from the model to an assembly or drawing, and from the released data to manufacturing or installation while maintaining quality and traceability.
aiMOOC Projects
MOOCwiki · Deutsch
Nach dem Lernen ist vor dem Lernen
Entdecke direkt den nächsten Lernkurs. Weitere Inhalte erscheinen, wenn Du weiter nach unten scrollst.
Zur MOOCwiki-HauptseiteMediathek
Mediathek
Mediathek wird aus dem Wiki geladen ...
Keine passenden Inhalte gefunden. Bitte ändere Suche oder Filter.
NEWSLernweltNOAH fragen