Computer Aided Drawing (CAD)
Download the Lessonotes Mobile Nigeria 2025 app for faster lesson access on Android and iPhone.
Subject: Technical Drawings
Class: Senior Secondary 3
Term: 2nd Term
Week: 3
Theme: Building And Engineering Drawing
This page supports the lesson note with a companion video and a short classroom-ready summary.
For class groups and homework, share this lesson page so learners also get the summary, objectives, and full lesson context.
Use the computer and appropriate soft wares for building and engineering designs.
This section provides in-depth explanations of core CAD concepts and processes, essential for teachers to deliver the lesson comprehensively. 2.1 What is Computer Aided Drawing (CAD)? CAD refers to the use of computer systems to assist in the creation, modification, analysis, or optimization of a design. It involves sophisticated software and hardware that allow designers and engineers to generate precise digital drawings and models, replacing traditional manual drafting methods.
Advantages of CAD over Manual Drafting: Accuracy and Precision: CAD allows for extremely precise measurements and geometric construction, minimizing errors inherent in manual drafting.
Speed and Efficiency: Designs can be created, modified, and duplicated much faster than manually. Repetitive tasks are automated.
Ease of Modification: Changes to designs can be made quickly without redrawing the entire design. 3D Visualization: Most CAD software allows for 3D modeling, providing realistic views and better understanding of complex designs.
Data Storage and Retrieval: Designs are stored digitally, making them easy to save, retrieve, share, and archive.
Collaboration: Multiple users can work on or access a design simultaneously, facilitating teamwork.
Cost-Effectiveness: Reduces material waste (paper, ink) and long-term design costs, especially for revisions.
Integration with CAM: CAD models can be directly used for Computer Aided Manufacturing (CAM), linking design to production. 2.2 Essential Hardware for CAD While high-end workstations are ideal, CAD can be performed on reasonably powerful desktop or laptop computers.
Computer System: A PC or workstation with a fast processor (e.g., Intel Core i5/i7 or AMD Ryzen 5/7), sufficient RAM (8GB minimum, 16GB+ recommended), and a dedicated graphics card.
Monitor: A large, high-resolution display for clear viewing of detailed drawings. Dual monitors can enhance productivity.
Input Devices: Mouse: A good quality mouse with a scroll wheel is indispensable for navigation and command execution.
Keyboard: For command line input, text entry, and shortcuts.
Graphics Tablet (Optional but useful): For more natural drawing and sketching, similar to traditional pen and paper.
Output Devices: Printer: For printing scaled drawings on standard paper sizes (A4, A3).
Plotter: For large-format prints of architectural or engineering drawings (A2, A1, A0), common in professional practice in Nigeria. 2.3 Common CAD Software The choice of software depends on the specific discipline and complexity of work. Teachers should introduce students to the concept, even if only one specific software is available for hands-on practice.
General Purpose 2D/3D CAD: AutoCAD: Widely used globally and in Nigeria for 2D drafting and basic 3D modeling in architecture, engineering, and construction (AEC).
ZWCAD / GStarCAD: AutoCAD alternatives offering similar functionality often at a lower cost, relevant for budget-conscious Nigerian institutions/firms. Building Information Modeling (BIM)
Software (for Architecture/Construction): Autodesk Revit: For integrated 3D building design, documentation, and project management.
SketchUp: User-friendly 3D modeling software, good for conceptual design and visualization, often used in Nigeria by small firms and students. Mechanical CAD Software (for Engineering/Manufacturing): SolidWorks: Popular for 3D mechanical design, simulation, and product development.
Autodesk Inventor / Fusion 360: Comprehensive 3D mechanical design and manufacturing tools. 2.4 Basic CAD Interface Elements (Generic Explanation) Regardless of the specific software, most CAD interfaces share common elements: Drawing Area (Canvas): The main workspace where drawings are created and displayed.
Command Line: An area where text commands can be typed (especially in AutoCAD-like software), providing precise input.
Menu Bar: Contains drop-down menus for accessing commands and settings (File, Edit, View, Draw, Modify, Dimension, etc.).
Toolbars/Ribbons: Collections of icons representing frequently used commands, categorized by function (e.g., Draw, Modify, Annotate, Layers).
Status Bar: Displays information about the current drawing, coordinates, and toggles for drawing aids (Ortho mode, Snap, Grid, etc.).
Model Space: The infinite 3D workspace where the actual design is created at full scale (1:1).
Paper Space (Layouts): Environments used for setting up drawings for plotting or printing, allowing scaling, adding title blocks, and multiple views of the model. 2.5 Fundamental CAD Commands and Their Application Teachers should demonstrate these commands, emphasizing their practical use in creating building and engineering designs.
A. Drawing Commands: LINE: Draws straight line segments. * 10mm, centered 20mm from each edge. `CIRCLE` command: Center `20,20`, Radius `5` (or Diameter `10`) Center `180,20`, Radius `5` Center `20,80`, Radius `5` Center `180,80`, Radius `5`
6. Add Dimensions: Make `Dimensions` layer current. `DIMLINEAR` command: Dimension the overall length: `200mm`.
Dimension the overall width: `100mm`. `DIMDIAMETER` or `DIMRADIUS` command: Dimension one of the holes (e.g., `Ø10`). `DIMLINEAR` command (for hole positioning): * Dimension from bottom-left corner to the center of a hole (e.g., `20mm` horizontally, `20mm` vertically).
7. Save the Drawing: `SAVEAS` -> "Mounting_Plate.dwg" of a bolt hole.
Text/MTEXT: Adding notes, labels, and titles to the drawing.
Application: Labeling rooms ("Living Room," "Bedroom"), material specifications for engineering parts.
Blocks/Components: Reusable collections of objects that behave as a single entity.
Application: Creating and inserting standard doors, windows, chairs, tables, nuts, bolts, or common electrical symbols. This saves time and ensures consistency.
E. File Management: SAVE/SAVE AS: To save the drawing file (e.g., .dwg for AutoCAD).
EXPORT: To save the drawing in other formats (e.g., PDF for viewing, DXF for compatibility with other CAD software).
PLOT/PRINT: To output the drawing to a printer or plotter at a specific scale and on a chosen paper size. 2.6 Worked Examples for Building and Engineering Designs Example 1: Creating a Simple 2D Floor Plan Segment (Building Design)
Objective: Draw a wall segment with a door opening.
Software: Generic CAD (assume AutoCAD-like commands)
Units: Millimeters (mm)
Steps:
1. Start a New Drawing: Open CAD software, start a new file.
2. Set Units: Ensure drawing units are set to millimeters (e.g., type `UNITS` at command line, set to `Decimal` and `Millimeters`).
3. Create Layers: Layer 1: `Walls` (Color: White/Black, Lineweight: 0.30mm)
Layer 2: `Doors` (Color: Green, Lineweight: 0.20mm)
4. Draw the Outer Wall Line: Make `Walls` layer current. `LINE` command: Specify first point: `0,0` (press Enter)
Specify next point: `5000,0` (press Enter - horizontal line, 5m long)
Specify next point: `5000,3000` (press Enter - vertical line, 3m high)
Specify next point: `0,3000` (press Enter)
Specify next point: `C` (for Close, press Enter) - This creates a rectangular outer boundary of 5000mm x 3000mm.
5. Create Wall Thickness: `OFFSET` command: Specify offset distance: `150` (for a 150mm thick wall)
Select object to offset: Select the rectangle drawn in step
4. Specify point on side to offset: Click inside the rectangle. (This creates the inner wall lines).
6. Create a Door Opening (using TRIM): Assume a door opening of 900mm width. Draw two temporary vertical `LINE`s inside the wall thickness, representing the door jambs. For example, from `1000,0` to `1000,150` and `1900,0` to `1900,150` (assuming the door is on the bottom wall, 1m from the left corner). `TRIM` command: Select cutting edges: Select the two temporary lines just drawn.
Select objects to trim: Select the segments of the inner and outer wall lines between the two temporary lines. (This creates the door opening). Erase the temporary lines.
7. Draw the Door (optional, or insert block): Make `Doors` layer current. Draw a rectangle for the door leaf (e.g., `900mm` wide x `40mm` thick) within the opening. Draw an `ARC` to represent the door swing (e.g., center at one jamb, radius 900mm).
8. Save the Drawing: `SAVEAS` -> "Simple_Wall_Door.dwg" Example 2: Creating a Simple Engineering Mounting Plate (2D Design)
Objective: Draw a rectangular plate with four bolt holes and basic dimensions.
Software: Generic CAD (assume AutoCAD-like commands)
Units: Millimeters (mm)
Steps:
1. Start a New Drawing: Open CAD software, start a new file.
2. Set Units: Ensure drawing units are set to millimeters.
3. Create Layers: Layer 1: `Plate` (Color: White/Black, Lineweight: 0.40mm)
Layer 2: `Holes` (Color: Red, Lineweight: 0.30mm)
Layer 3: `Dimensions` (Color: Blue, Lineweight: 0.20mm)
4. Draw the Rectangular Plate: Make `Plate` layer current. `RECTANGLE` command: Specify first corner: `0,0` Specify other corner: `200,100` (creates a plate 200mm long by 100mm wide).
5. Draw the Bolt Holes: Make `Holes` layer current. Assume 4 holes, diameter 10mm, centered 20mm from each edge. `CIRCLE` command: Center `20,20`, Radius `5` (or Diameter `10`) Center `180,20`, Radius `5` Center `20,80`, Radius `5` Center `180,80`, Radius `5`
6. Add Dimensions: Make `Dimensions` layer current. `DIMLINEAR` command: Dimension the overall length: `200mm`.
Dimension the overall width: `100mm`. `DIMDIAMETER` or `DIMRADIUS` command: Dimension one of the holes (e.g., `Ø10`). `DIMLINEAR` command (for hole positioning): * Dimension from bottom-left corner to the center of a hole (e.g., `20mm` horizontally, `20mm` vertically). 7. *Save Bar: Displays information about the current drawing, coordinates, and toggles for drawing aids (Ortho mode, Snap, Grid, etc.).
Model Space: The infinite 3D workspace where the actual design is created at full scale (1:1).
Paper Space (Layouts): Environments used for setting up drawings for plotting or printing, allowing scaling, adding title blocks, and multiple views of the model. 2.5 Fundamental CAD Commands and Their Application Teachers should demonstrate these commands, emphasizing their practical use in creating building and engineering designs.
A. Drawing Commands: LINE: Draws straight line segments.
Application: Drawing walls, beams, edges of mechanical parts.
Example: `LINE` -> specify first point (e.g., `0,0`) -> specify next point (e.g., `1000,0`) for a 1000mm horizontal line.
CIRCLE: Draws circles by specifying center point and radius/diameter.
Application: Holes, pipes, circular components like gears or washers.
Example: `CIRCLE` -> center `500,500` -> radius `50`.
ARC: Draws curved segments.
Application: Curved walls, rounded corners, door swings.
RECTANGLE: Draws rectangular shapes.
Application: Room outlines, plates, base of structures.
POLYGON: Draws regular polygons (e.g., hexagons for bolt heads).
ELLIPSE: Draws elliptical shapes.
SPLINE: Draws smooth curves through specified points.
B. Editing Commands: ERASE (or DELETE): Removes selected objects.
COPY: Creates duplicates of selected objects.
Application: Duplicating windows, chairs, holes.
MOVE: Relocates selected objects from one point to another.
Application: Adjusting the position of furniture, moving a wall.
ROTATE: Rotates selected objects around a base point.
Application: Orienting components, changing door swing direction.
SCALE: Enlarges or shrinks selected objects proportionally.
Application: Resizing blocks (e.g., a chair model) to fit.
TRIM: Removes parts of objects that extend beyond an intersecting edge.
Application: Creating openings for doors/windows in walls, cleaning up intersecting lines.
Example (Building): Draw two crossing lines. `TRIM` -> select one line as cutting edge -> select part of the other line to remove.
EXTEND: Extends objects to meet another object.
Application: Lengthening walls, extending lines to form corners.
OFFSET: Creates a parallel copy of an object at a specified distance.
Application: Drawing inner/outer lines of walls, creating pipe thickness, parallel lines.
Example (Building): Draw a line representing an inner wall face. `OFFSET` -> distance `150mm` (for wall thickness) -> select line -> click on the side for the offset.
MIRROR: Creates a mirrored copy of selected objects.
Application: Symmetrical designs (e.g., two identical wings of a building, symmetrical mechanical parts).
FILLET: Rounds off sharp corners with a specified radius.
Application: Aesthetics, stress reduction in engineering parts.
CHAMFER: Bevels sharp corners with specified distances.
Application: Creating angled edges on engineering parts.
ARRAY: Creates multiple copies of objects in a rectangular or circular pattern.
Application: Arranging desks in a classroom, holes on a perforated plate.
C. Viewing Commands: ZOOM: Magnifies or reduces the view of the drawing. (e.g., Zoom Window, Zoom Extents).
PAN: Shifts the view of the drawing without changing magnification.
ORBIT (for 3D): Rotates the 3D model in space to view from different angles.
D. Organization and Annotation: Layers: A powerful feature for organizing drawing information. Objects are assigned to layers (e.g., "Walls," "Doors," "Dimensions," "Furniture," "Text"). Layers can be turned on/off, frozen/thawed, locked/unlocked, and assigned different colors and line types for clarity.
Application: In a building plan, showing only structural elements, then adding electrical, then plumbing, etc., by toggling layers.
Dimensioning: Adding measurements to the drawing (Linear, Aligned, Angular, Radial, Diameter).
Application: Specifying length of a wall, diameter of a bolt hole.
Text/MTEXT: Adding notes, labels, and titles to the drawing.
Application: Labeling rooms ("Living Room," "Bedroom"), material specifications for engineering parts.
Blocks/Components: Reusable collections of objects that behave as a single entity.
Application: Creating and inserting standard doors, windows, chairs, tables, nuts, bolts, or common electrical symbols. This saves time and ensures consistency.
E. File Management: SAVE/SAVE AS: To save the drawing file (e.g., .dwg for AutoCAD). * EXPORT:** To save the drawing in other formats (e.g., PDF for viewing, DXF for compatibility with
This topic has profound real-life applications in various sectors of the Nigerian economy and community. Architecture and Construction Industry in Nigeria: Housing and Infrastructure Projects: CAD is indispensable for designing residential houses (from single units to large estates like those developed by Family Homes Funds), commercial buildings (shopping malls, office complexes), schools, hospitals, and public infrastructure such as bridges (e.g., the new Second Niger Bridge projects), roads, and drainage systems. Nigerian architectural and civil engineering firms extensively use CAD software like AutoCAD and Revit for planning, detailed design, and documentation, streamlining the approval process by government agencies (e.g., physical planning departments).
Urban Planning and Development: City planners in growing Nigerian cities like Lagos, Abuja, and Port Harcourt use CAD to lay out new districts, manage land use, design public spaces, and visualize future urban development, helping to manage rapid urbanization challenges.
Manufacturing and Industrial Design: Local Product Development: Nigerian manufacturers, from small-scale furniture makers in Aba to automotive assembly plants like Innoson Vehicle Manufacturing, use CAD to design new products, parts, and machinery. This includes agricultural equipment, consumer goods, and spare parts for vehicles. CAD allows for rapid prototyping, testing designs virtually, and ensuring precision in production, reducing material waste and production costs.
Tooling and Jig Design: In factories, CAD is used to design specialized tools, jigs, and fixtures required for manufacturing processes, improving efficiency and product quality.
Interior Design and Custom Fabrication: Furniture and Fittings: Interior designers and furniture manufacturers in Nigeria use CAD to design custom furniture, kitchen cabinets, and interior layouts. This allows clients to visualize their spaces in 3D before fabrication, ensuring designs meet aesthetic and functional requirements. For example, a furniture maker in Ikeja, Lagos, might use CAD to design bespoke office furniture, ensuring all dimensions are precise before cutting materials.