English:Technical Drawing and CAD

Technical Drawing and CAD
Introduction
Technical Drawing and CAD connects the language of technical drawing with the digital tools of computer-aided design. At university level, you are expected not only to create views and models, but also to communicate design intent so that another person can inspect, manufacture, assemble, maintain, or modify a product without guessing what you meant.
A technical drawing is therefore more than a picture. It is a controlled engineering document that uses agreed conventions for views, line types, dimensions, tolerances, symbols, notes, scales, and revisions. CAD extends this communication into digital geometry, parametric models, assemblies, drawing generation, simulation links, and data exchange. Good CAD work still depends on the same core question as good manual drafting: Does the representation communicate the intended geometry and requirements unambiguously?

By the end of this aiMOOC, you should be able to interpret and construct multiview drawings, choose suitable section and pictorial views, apply functional dimensioning and tolerancing concepts, build robust parametric CAD models, derive drawings from models, evaluate assemblies, exchange CAD data, and review technical documentation for clarity and manufacturability.
Technical Drawing as an Engineering Language
Technical drawings allow engineers, designers, manufacturers, inspectors, and clients to share the same geometric and functional information. Because drawings may cross company and national boundaries, conventions matter. A line that represents a visible edge, a hidden edge, a centerline, or a cutting plane must be interpreted consistently. The same principle applies to symbols, projection methods, dimensions, surface requirements, and tolerances.
The standard you must follow depends on your discipline, region, organization, and contract. The ISO family of technical product documentation standards is widely used internationally, while the ASME Y14 series is widely used in North American engineering practice. Never mix conventions casually. A drawing should identify the rules needed for an informed reader to interpret it correctly.
Standards You Should Recognize
ISO 128-1:2020 gives general principles for the execution and representation of technical drawings and applies to manual and computer-based documentation. ISO 129-1:2018 addresses the presentation of dimensions and associated tolerances. ISO 1101:2017 defines the symbol language and interpretation rules for geometrical tolerancing. ASME Y14.5 is an important standard for dimensioning and tolerancing in engineering drawings and digital product definition.
Standards are revised over time. In professional work, always check which edition is contractually required rather than assuming that the newest edition automatically applies.
Projection and View Selection
Orthographic Projection
Orthographic projection represents a three-dimensional object with parallel projectors perpendicular to the projection plane. The familiar front, top, and side views are orthographic views. Each view suppresses depth in one direction so that shapes and dimensions can be communicated without perspective convergence.

A surface is shown in true shape and size only when it is parallel to the viewing plane. Inclined or oblique surfaces appear foreshortened, so additional views may be needed. The goal is not to use the maximum number of views, but to use the minimum set of views that fully defines the object without ambiguity.
When reading a multiview drawing, mentally connect corresponding points across views. Width is shared by front and top views, height by front and side views, and depth by top and side views. This spatial correspondence is the foundation of engineering graphics.
First-Angle and Third-Angle Projection
First-angle and third-angle projection arrange the views differently. The difference is not merely cosmetic: if you interpret the wrong system, you can reverse the intended location of features. A professional drawing should make the projection convention clear, often with a standardized truncated-cone symbol.


Do not infer the projection method from geography alone. Read the drawing's symbol, title block, applicable standard, or documented convention.
Isometric and Other Pictorial Views
An isometric view helps you understand three-dimensional form quickly. It is useful for design communication, assembly instructions, and explanatory illustrations, but it usually does not replace orthographic views when precise manufacturing information is required.

Pictorial views support spatial understanding; orthographic views support precise definition. A strong drawing package uses each for what it communicates best.
Lines, Sections, and Conventional Representation
Technical line conventions reduce visual clutter while preserving meaning. Common examples include visible outlines, hidden detail, centerlines, dimension and extension lines, cutting-plane indicators, and hatching in sectioned material. Exact line types and thickness relationships should follow the applicable drafting standard.
Section Views
A section view imagines that part of the object has been cut away so internal geometry can be shown directly. This is often clearer than filling an orthographic view with many hidden lines. A cutting plane identifies where the object is conceptually cut, and hatch patterns indicate cut material.
A full section cuts through the whole object, a half section can combine internal and external information for symmetric objects, and an offset section can pass through several aligned features. The chosen section must reveal design intent without creating a misleading representation.
When creating sections in CAD, check that the generated hatch, hidden-line settings, labels, and cutting-plane arrows match your documentation standard. Automatic generation saves time, but it does not remove the need for engineering review.
Dimensioning and Tolerancing
Dimensions should define the geometry needed to make and verify the part. Good dimensioning is functional: it reflects how features relate to interfaces, manufacturing processes, inspection methods, and assembly requirements. Avoid redundant dimensions that can contradict one another after a design change.

Chain dimensioning places dimensions end to end and can accumulate variation across the chain. Baseline or datum-oriented dimensioning can control multiple features from a common reference. The better scheme depends on which relationships are functionally important.
Size Tolerances
No physical process makes every part at exactly one mathematical size. A tolerance defines acceptable variation. Size requirements may be expressed with limit dimensions or with symmetric or asymmetric tolerances, depending on the standard and design need. Tighter tolerances can increase manufacturing and inspection cost, so they should be justified by function rather than applied automatically.
A tolerance is not a substitute for design reasoning. You should ask what the feature must do, how it will be produced, how it will be measured, and how variation will affect the assembly.
Geometric Dimensioning and Tolerancing
Geometric dimensioning and tolerancing, often abbreviated GD&T, controls geometric characteristics such as form, orientation, location, and runout. Datum features establish reference relationships, while feature control frames communicate geometric requirements. A good datum scheme reflects how the part is functionally located or constrained in its real assembly.

GD&T does not mean adding symbols everywhere. It is a structured way to state permissible variation while protecting function and interchangeability. You must interpret the complete requirement, including the toleranced feature, tolerance zone, datum references, modifiers where applicable, and the governing standard.
CAD Fundamentals
CAD systems support geometric construction, modification, analysis, visualization, documentation, and data exchange. At university level, you should learn transferable modeling principles rather than memorizing one software interface.
2D CAD and 3D CAD
2D CAD reproduces much of the logic of technical drafting with digital entities such as lines, arcs, layers, dimensions, blocks, and annotations. It remains useful for layouts, schematics, details, and disciplines where three-dimensional product models are not required.
3D CAD represents solid or surface geometry in a spatial model. From the model you can generate views, sections, mass properties, assemblies, renderings, manufacturing data, and sometimes analysis models. However, a visually correct model can still be structurally weak if its constraints, references, feature order, or parameter choices do not reflect design intent.
Parametric and Feature-Based Modeling
In a parametric model, dimensions, constraints, formulas, and feature relationships control geometry. A robust model responds predictably when design parameters change. For example, changing a hole spacing should update dependent features and drawing views without requiring manual repair.
A useful modeling sequence is: establish design intent, create a stable reference framework, sketch only the geometry needed for the next feature, constrain the sketch intentionally, build features in a logical order, and test the model by changing key parameters.
A sketch is not better because it has many constraints. It is better when its remaining degrees of freedom match the intended design freedom. Over-constraint, fragile external references, unnecessary detail, and arbitrary feature order can make later changes difficult.
Direct Modeling and Hybrid Workflows
Direct modeling changes geometry more directly without relying on a long feature history. It can be efficient for imported geometry, rapid modifications, and some conceptual tasks. Feature-based and direct approaches are not enemies; many modern CAD workflows combine them. Your choice should reflect changeability, collaboration, downstream use, and the expected life of the model.
From 3D Model to Technical Drawing
A model-derived drawing can create orthographic views, sections, details, dimensions, and annotations that remain associated with the 3D geometry. This association is powerful, but it does not guarantee a correct drawing. You still need to choose views, organize dimensions, define tolerances, check notes, and confirm that the drawing communicates manufacturing and inspection requirements.

The FreeCAD TechDraw workbench is one example of a tool that creates technical drawing pages from 3D models. Its documentation describes workflows for projected views, dimensions, sections, hatching, annotations, and export to formats such as DXF, SVG, and PDF.
A reliable drawing-release workflow includes a visual check of every view, a dimensional check against design intent, a standards check, and a revision check. Never assume that associative updates have preserved every annotation correctly after major geometry changes.
Assemblies, Exploded Views, and Bills of Materials
An assembly model combines components and defines their spatial relationships. Constraints or mates represent intended connections and motion. Assembly analysis can reveal interference, clearance problems, inaccessible fasteners, and impossible installation sequences before physical production.

An exploded view separates components along meaningful directions to show how parts relate. A bill of materials identifies components, quantities, and relevant part information. Together, assembly views and bills of materials support manufacturing, purchasing, maintenance, and service documentation.
A technically attractive exploded view is still incomplete if item numbers, part identities, quantities, orientation, or assembly sequence are unclear. The drawing must connect visual relationships to controlled product data.
CAD Data, Interoperability, and Product Definition
CAD work rarely stays inside one program. Native CAD files preserve software-specific features and history, while neutral formats help exchange geometry between systems. STEP is widely used for neutral exchange of product geometry and can carry richer product information in suitable application protocols. DXF is common for two-dimensional exchange. STL represents a triangulated surface mesh and is useful in many additive-manufacturing workflows, but it does not preserve the same exact feature and design-history information as a native parametric model.
Always verify units, coordinate systems, geometry quality, naming, metadata, and intended downstream use after import or export. A successful file transfer does not prove that the receiving system has interpreted every semantic requirement correctly.
Model-Based Definition
Model-based definition can place product manufacturing information directly on a three-dimensional model so that the digital model becomes part or all of the authoritative product definition. This can reduce dependence on conventional drawing sheets, but only when the organization, suppliers, inspection systems, and standards support the workflow.
For students, the key principle is that the authoritative product definition must be explicit. Whether the authority is a drawing, a 3D annotated model, or a controlled combination, downstream users must know where requirements are defined.
Verification, Review, and Engineering Judgment
Before releasing a technical drawing or CAD package, review it as if you were a person who did not create it. Check whether the geometry is complete, the projection method is clear, scales and units are stated appropriately, dimensions are sufficient but not contradictory, tolerances reflect function, datums are logical, section views reveal needed detail, notes are unambiguous, and revisions are controlled.
Also ask manufacturing questions. Can the specified feature be produced with the chosen process? Can it be measured? Does a tool have access? Will tolerance accumulation threaten assembly? Does the model contain unnecessary complexity? Is the file format suitable for the next system?

Engineering review is a communication test. If another competent person can interpret the product definition in only one reasonable way and can verify the critical requirements, the documentation is doing its job.
A Practical Design-to-Documentation Workflow
A disciplined workflow connects geometry, function, and documentation. You begin by clarifying requirements and interfaces. You then select reference geometry and key parameters, create a CAD model, test important changes, assemble components where needed, generate drawing or model-based product definition, add functional dimensions and tolerances, run design and manufacturability reviews, release a controlled revision, and manage later changes through traceable revision control.
This workflow is iterative. A manufacturing constraint may force a model change; a tolerance analysis may force a datum change; an assembly interference may force a new component geometry. CAD makes iteration faster, but engineering judgment determines whether the iteration improves the design.
Interactive Tasks
Quiz: Test Your Knowledge
What is the main purpose of an engineering technical drawing? (To communicate geometry and requirements unambiguously) (!To create a photorealistic image) (!To replace all engineering calculations) (!To show only the appearance of a product)
Which view type shows an object using projectors perpendicular to the projection plane? (Orthographic view) (!Perspective view) (!Exploded view) (!Rendered view)
What should you check first when first angle and third angle layouts could be confused? (The projection convention on the drawing) (!The color of the CAD model) (!The screen resolution) (!The printer brand)
Why is a section view used? (To reveal internal geometry clearly) (!To increase perspective distortion) (!To hide all internal features) (!To replace the title block)
What is a major risk of chain dimensioning? (Accumulation of dimensional variation) (!Loss of all visible edges) (!Automatic creation of section hatching) (!Removal of datum references)
What is the purpose of a tolerance? (To define acceptable variation) (!To force every part to one exact value) (!To remove the need for inspection) (!To replace all dimensions)
What does a datum provide in geometric tolerancing? (A reference for locating or orienting features) (!A rendering texture) (!A file compression method) (!A layer color)
What makes a parametric CAD model robust? (Predictable behavior when key parameters change) (!Maximum number of unrelated features) (!No constraints in any sketch) (!Only decorative surface colors)
Which format is commonly used for neutral exchange of three dimensional product geometry? (STEP) (!TXT) (!JPEG) (!MP3)
What must still happen after a drawing is generated automatically from a CAD model? (Engineering review and verification) (!All dimensions must be deleted) (!The model must be converted to an image) (!The projection method can be ignored)
Memory Game
| Orthographic projection | Parallel projection used for precise multiview representation |
| Section view | Representation that exposes internal geometry by an imagined cut |
| Datum | Reference used to establish controlled geometric relationships |
| Parametric model | Digital geometry governed by dimensions constraints and relationships |
| STEP | Neutral format widely used for exchanging product geometry |
| Exploded view | Assembly representation with components spatially separated to show relationships |
Drag and Drop
| Match the correct terms. | Technical meaning |
|---|---|
| Visible line | Shows an edge that can be seen in the selected view |
| Centerline | Identifies an axis or center of a symmetric feature |
| Cutting plane | Indicates where a section is conceptually taken |
| Dimension line | Carries a numerical size or location requirement |
| Feature control frame | Communicates a geometric tolerance requirement |
...
Crossword Puzzle
| Projection | What process maps three dimensional geometry into a chosen drawing view? |
| Tolerance | What term means the permitted variation of a specified characteristic? |
| Datum | What reference establishes a basis for geometric relationships? |
| Section | What view reveals internal geometry using an imagined cut? |
| Constraint | What relation controls degrees of freedom in a parametric sketch? |
| Assembly | What CAD structure combines multiple components into one product arrangement? |
LearningApps
Cloze Text
Open-Ended Tasks
Easy
- Orthographic sketch: Choose a simple everyday object and produce front top and side sketches by hand; label the shared width height and depth relationships.
- Projection symbol comparison: Create a one-page visual explanation that compares first-angle and third-angle projection symbols and demonstrates how view placement changes.
- CAD sketch constraints: Build a simple two-dimensional CAD profile and document which degrees of freedom each geometric or dimensional constraint removes.
- Drawing critique: Find a public technical drawing and annotate five features that help or hinder unambiguous interpretation.
Standard
- Parametric part model: Model a small bracket or flange with at least three named parameters and demonstrate that changing them produces predictable geometry.
- Section drawing: Create a section view of a part with hidden internal geometry and justify the cutting-plane location, hatch treatment, and view choice.
- Functional dimensioning plan: Dimension a mechanical part from functional references and explain why you chose baseline, chain, or datum-oriented relationships.
- Engineering interview: Interview a designer, machinist, drafter, or inspection specialist about drawing errors they encounter and summarize three lessons for CAD documentation.
Advanced
- Tolerance redesign: Redesign a small mating-part problem by selecting functional datums and tolerances, then explain the expected effect on assembly and inspection.
- Assembly communication package: Produce an assembly model, exploded view, item identification scheme, and bill of materials for a multi-part product.
- Model-based definition audit: Compare a conventional drawing-based product definition with a three-dimensional annotated model and evaluate what downstream capabilities each requires.
- CAD workflow tutorial: Create a short instructional video that demonstrates a robust model-to-drawing workflow, including one intentional design change and the verification steps after regeneration.
Learning Assessment
- Projection reasoning assessment: Given an unfamiliar part and two incomplete views, construct the missing view and explain which spatial correspondences justify each feature.
- Section selection assessment: Compare two possible cutting planes for a complex part and defend which one communicates the critical internal geometry with less ambiguity.
- Tolerance application assessment: Analyze a mating feature, identify the functional risk of uncontrolled variation, and propose a justified dimensional or geometric tolerance strategy.
- Parametric robustness assessment: Modify key parameters in a CAD model, record any model failures, and explain how reference choices or feature order caused the behavior.
- Interoperability assessment: Export a model to a neutral format, reimport it, and evaluate which geometric, semantic, and metadata information was preserved or lost.
- Release review assessment: Perform a formal peer review of a drawing package and prioritize the detected issues by their likely impact on manufacturing, inspection, assembly, and revision control.
Evidence of Learning
- Knowledge
You can explain projection systems, drawing conventions, sectioning, functional dimensioning, tolerancing, datum concepts, parametric modeling, assembly documentation, file exchange, and the role of standards.
- Skills
You can construct and interpret multiview drawings, build controlled CAD geometry, create model-derived views, select dimensions and tolerances, detect ambiguous documentation, test parametric changes, and verify imported or exported data.
- Products
Evidence may include hand sketches, CAD part models, assemblies, drawing sheets, section views, exploded views, bills of materials, tolerance schemes, peer-review records, interoperability tests, and a short technical presentation or video.
- Transfer achievements
You can apply the same principles to unfamiliar CAD systems, new component types, different manufacturing processes, and alternative documentation standards because you understand the underlying communication and geometry rather than only one software interface.
OERs on the Topic
The following English Wikipedia resource provides an openly accessible overview of technical drawing. Use it as a starting point and compare its general explanations with the standards and engineering workflow discussed in this course.
Useful additional open resources include Computer-aided design, Engineering drawing, Orthographic projection, Geometric dimensioning and tolerancing, Parametric design, and the FreeCAD TechDraw documentation.
Linked Learning Areas
aiMOOC Projects
NEWSLernweltNOAH fragen