Welcome to CAD in Construction: Setting Up Your Workspace

Welcome to Unit 4: Computer Aided Design in Construction! This unit is an internally assessed, externally moderated Controlled Assessment portfolio worth 25% of your total GCSE mark (100 raw marks). Whether you love working on computers or find digital tools a bit intimidating, this guide will walk you through everything step by step. Don't worry if commands feel unfamiliar at first—CAD is a practical skill that becomes second nature once you understand the basic toolkit!

In the construction industry, hand drafting on drawing boards has largely been replaced by 2D CAD (Computer Aided Design) software, such as AutoCAD. CAD allows architectural designers and construction technicians to produce accurate floor plans, elevations, and sectional details quickly and neatly.


Section 1: Setting Up the Drawing Environment

Before drawing a single wall or door, you must set up your digital drawing board. If you do not configure your environment correctly at the start, your drawing will have scaling and dimension errors later on.

1. Drawing Units (UNITS)

In standard architectural drafting across the UK and Northern Ireland, all linear building dimensions are drawn in metric units.
Type: Set to Decimal.
Insertion Scale / Units: Set strictly to Millimetres (\(\text{mm}\)).
Precision: Typically set to \(0\) or \(0.0\).
Why millimetres? In construction, working in millimetres avoids messy decimal points on site (for example, writing \(300\text{ mm}\) instead of \(0.3\text{ m}\)).

2. Drawing Limits (LIMITS)

The Drawing Limits command sets the invisible boundaries of your drawing area using Cartesian coordinates (\(X, Y\)).
Lower-left corner: Set to the origin point \(0,0\).
Upper-right corner: Set according to standard paper sizes (such as \(420,297\) for an A3 sheet in \(\text{mm}\)) or to fit the entire footprint of the building site.

3. Grid and Snap Modes

Grid (GRID / Function Key F7): Displays a visible background grid of reference dots or lines across the screen. It acts just like digital graph paper, helping you see scale and orientation.
Snap Mode (SNAP / Function Key F9): Locks your crosshair cursor to jump only at exact preset intervals on the grid. This prevents you from clicking random, inaccurate fractions of a millimetre.

4. Object Snap (OSNAP / Function Key F3)

Object Snap is one of the most important tools in CAD. It forces your cursor to lock precisely onto key geometric points of existing objects rather than guessing by eye. The essential OSNAP modes you must know are:
Endpoint: Snaps to the exact start or end vertex of a line or arc.
Midpoint: Snaps to the exact mathematical center of a line segment.
Center: Snaps to the center point of a circle or curved arc.
Intersection: Snaps to the exact point where two lines or objects cross each other.
Perpendicular: Snaps at an exact \(90^\circ\) right-angle to another line.

5. Ortho Mode (ORTHO / Function Key F8)

Ortho Mode restricts cursor movement strictly to horizontal and vertical directions (\(0^\circ, 90^\circ, 180^\circ, 270^\circ\)). This is vital in construction drawing because structural walls, foundations, and floors must be completely level and plumb.

6. Model Space vs. Paper Space

CAD uses two distinct working environments:
Model Space (The "Virtual World"): This is the main black or dark grey workspace where you build your project. Rule: Always draw at full scale (\(1:1\) real-world size in millimetres) in Model Space. If a cavity wall is \(300\text{ mm}\) thick and \(8000\text{ mm}\) long in real life, you draw it as exactly \(300 \times 8000\) in Model Space.
Paper Space / Layout Space (The "Printed Sheet"): This represents the physical sheet of paper (such as A3 or A4) with a title block and border. Here, you create Viewports (windows looking into Model Space) and apply standard architectural scales, such as \(1:50\) for floor plans, \(1:20\) for sectional details, or \(1:100\) for site layouts.

Key Takeaway for Section 1: Always set units to Millimetres, use OSNAP for precision, turn on ORTHO for straight walls, and draw everything at full scale \(1:1\) in Model Space.


Section 2: Layer Management (LAYER / LA)

Imagine drawing a house on several sheets of clear tracing paper stacked on top of each other: one sheet has the external walls, one has the doors, one has the dimensions, and another has the hatching. That is exactly how Layers work in CAD.

Layers allow you to organize, edit, hide, and control the appearance of different building elements.

Key Layer Properties

Layer Name: Clearly identifies the construction component (e.g., Walls-External, Walls-Internal, Doors, Windows, Dimensions, Hatching, Text).
Colour: Differentiates elements on screen and helps map lines to specific plotting pen thicknesses.
Linetype: Defines the pattern of the line, such as Continuous (solid visible outlines), Dashed / Hidden (hidden structural details or lintels overhead), or Centerline (grid lines and wall centerlines).
Lineweight: Defines the printed thickness of a line (e.g., heavy/thick lines for cut structural walls, medium for windows/doors, and thin/fine lines for dimension text and hatching).
Layer States (Visibility):
- On / Off: Turns visibility on or off.
- Freeze / Thaw: Hides layers and stops CAD from calculating them, speeding up large files.
- Lock / Unlock: Keeps objects visible on screen while preventing accidental moving, editing, or deleting.

Key Takeaway for Section 2: Never draw everything on a single layer (especially not default "Layer 0"). Use distinct, clearly named layers with designated colours, linetypes, and lineweights.


Section 3: Core CAD Draw Commands

Draw commands allow you to place new geometric entities into Model Space.

LINE (Shortcut: L): Draws simple, straight line segments between two points. Each line created is a separate, independent object.
PLINE / Polyline (Shortcut: PL): Draws a continuous sequence of connected line and arc segments created as a single object. Polylines are essential in construction for calculating floor areas and boundary perimeters.
CIRCLE (Shortcut: C): Creates circles using a specified center point and a radius or diameter value (useful for columns or drainage pipes).
ARC (Shortcut: A): Draws a curved line segment through points. In architectural floor plans, arcs are most commonly used to show the swing trajectory of opening doors.
RECTANGLE (Shortcut: REC): Constructs a closed rectangular polyline defined by two opposing diagonal corner coordinates.
HATCH (Shortcut: H): Fills an enclosed, closed boundary with standardized material patterns to represent construction materials on sections and plans:
- Concrete: AR-CONC (dots and small triangles).
- Brickwork: ANSI32 (diagonal parallel hatching).
- Blockwork: Cross-hatching or double diagonal patterns.
- Insulation: Standard repeating wave/batt line patterns.
TEXT / MTEXT (Shortcut: T): Adds single-line or multi-line text notes, labels (e.g., "KITCHEN", "LIVING ROOM"), and construction specifications.

Key Takeaway for Section 3: Use LINE/PLINE for walls, ARC for door swings, and HATCH to display standard material symbols in enclosed spaces.


Section 4: Core CAD Modify / Editing Commands

Modify commands let you duplicate, edit, resize, and tidy up your geometry without having to redraw objects from scratch.

OFFSET (Shortcut: O): Creates a parallel copy of a line or curved object at a specified distance. In construction, this is used constantly to create wall thicknesses, cavity gaps, and floor slabs.
TRIM (Shortcut: TR): Cuts off unwanted, overlapping, or protruding line segments at a defined cutting boundary edge (e.g., cutting an opening through cavity walls to insert a window or door frame).
EXTEND (Shortcut: EX): Lengthens a line segment until it precisely touches another target boundary line.
MOVE (Shortcut: M): Relocates selected objects from a base point to a new destination without changing their size or orientation.
COPY (Shortcut: CO or CP): Duplicates selected geometry from a base point to one or more new locations (e.g., copying identical roof trusses or window units).
ROTATE (Shortcut: RO): Rotates objects around a selected base point through a specified angle.
MIRROR (Shortcut: MI): Creates a reverse reflection copy of selected geometry across a defined mirror line. Extremely useful for symmetrical house plans or double-door sets.
FILLET (Shortcut: F) / CHAMFER (Shortcut: CHA): FILLET rounds corners with a curve, while CHAMFER creates an angled bevel. Pro Tip: Setting a Fillet radius to \(0\) (Radius = \(0\)) instantly joins two non-parallel or unjoined lines into a sharp, perfect \(90^\circ\) corner!
SCALE (Shortcut: SC): Enlarges or reduces the physical size of objects by a scale factor.
DIMENSION (Shortcut: DIM / DLI / DAL): Adds linear (DLI) or aligned (DAL) dimension lines conforming to architectural standards (extension lines, dimension lines, ticks/arrows, and numerical values in \(\text{mm}\)).

Key Takeaway for Section 4: Master OFFSET and TRIM first—they are the two workhorse commands you will use on every single architectural floor plan.


Section 5: Common Pitfalls and Examiner Tips

Avoid these common mistakes identified in examiner reports to ensure maximum marks in your Unit 4 Controlled Assessment:

Mistake 1: Scaling Down in Model Space.
Wrong: Calculating a \(1:50\) scale manually in your head and drawing a \(300\text{ mm}\) wall as \(6\text{ mm}\) in Model Space.
Correct: Always draw at full \(1:1\) real-world dimensions (\(300\text{ mm}\) is drawn as \(300\)). Scaling is handled automatically inside the Paper Space viewport!

Mistake 2: "Eyeballing" Instead of Using OSNAP.
Wrong: Clicking roughly near the end of a line without OSNAP markers appearing.
Consequence: This leaves microscopic gaps or tiny crossovers. When you try to use the HATCH command, CAD will give an error message stating that the boundary is not closed!

Mistake 3: Dumping Everything on "Layer 0".
Wrong: Leaving walls, text, hatches, and dimensions on the default single layer.
Consequence: You will lose marks for drawing structure and will be unable to control line weights or line colours during plotting.

Mistake 4: Hatch Scale Disasters.
Wrong: Hatching an area and seeing only a solid black block or nothing at all.
Fix: Adjust the Hatch Scale property. If the pattern is too dense, it renders solid; if it is too huge, the pattern lines fall outside your boundary and appear invisible.

Mistake 5: Confusing TRIM with ERASE.
Wrong: Selecting ERASE to remove a line segment across a doorway, which deletes the entire continuous wall line.
Fix: Use TRIM with cutting edges to cut out only the doorway opening segment.


Quick Review Summary

Units: Millimetres (\(\text{mm}\)), Decimal.
Workspace: Draw full size (\(1:1\)) in Model Space; format scale viewports (\(1:50\), \(1:20\)) and title blocks in Paper Space.
Precision Keys: F3 = OSNAP (Endpoints, Midpoints, Centers), F7 = GRID, F8 = ORTHO (Straight \(90^\circ\) lines), F9 = SNAP.
Layers: Give every building trade/component its own layer, colour, linetype, and lineweight.
Core Drawing Tools: LINE, PLINE, CIRCLE, ARC, RECTANGLE, HATCH, TEXT.
Core Editing Tools: OFFSET, TRIM, EXTEND, MOVE, COPY, ROTATE, MIRROR, FILLET, DIMENSION.