CAD Fundamentals

Computer-Aided Drafting (CAD) has universally replaced manual drafting boards in engineering. Software like AutoCAD, MicroStation, or various IntelliCAD clones offer unparalleled precision, speed, editability, and the ability to seamlessly share data across disciplines. However, the fundamental geometric principles of manual drafting still govern CAD operations.

Core CAD Principles

Modeling Paradigms

  • Direct Modeling: Also known as history-free modeling. Allows users to simply push, pull, and drag geometry without worrying about a complex feature tree. Ideal for rapid conceptual design.
  • Parametric Modeling: Also known as history-based modeling. Geometry is driven by specific dimensions (parameters) and constraints. Changing a dimension automatically updates the entire 3D model and linked 2D drawings. This is the foundation of modern mechanical CAD (e.g., SolidWorks, Inventor).

The CAD Coordinate System

Unlike sketching on paper, CAD operates within a mathematically perfect Cartesian coordinate system (X, Y, Z). Precision is not achieved by "eyeballing" a location with a mouse, but by entering exact numerical coordinates or using geometry-based snaps.

Origin (0,0,0)

The absolute center of the CAD universe where the X, Y, and Z axes intersect. All absolute coordinates are measured relative to this exact point. In 2D drafting, the Z-coordinate is typically ignored (Z=0).

Coordinate Entry Methods

When a command prompts for a point, you have three primary ways to define it mathematically:

  • Absolute Coordinates (X,Y)(X, Y): Points are defined by their exact distance from the fixed Origin (0,0)(0,0). This is crucial for establishing property boundaries (datums) from a surveyor's coordinates.
  • Relative Coordinates (@ΔX,ΔY)(@\Delta X, \Delta Y): Points are defined relative to the last point entered. The @ symbol (or dynamic input mode) tells the software "from where I am currently located, move this much X and this much Y." This is the most common method for drawing a line of a specific length and direction.
  • Polar Coordinates (@Length<Angle)(@Length < Angle): Points are defined by a distance (length) and an angle relative to the last point. Angles are conventionally measured counter-clockwise from the positive X-axis (East is 0°, North is 90°, West is 180°, South is 270°). For example, @50<45 draws a line 50 units long at a 45-degree upward-right angle.

Interactive Coordinate Practice

Use the simulation below to understand the difference between Absolute (x,y) and Relative (@x,y) movements.

Interactive Coordinate System

Moves to exact X,Y coordinates from origin (0,0).

Command History

0. Start (0,0) -> (0, 0)
(0,0)(0, 0)
Grid: 1 unit = 1 square

Model Space vs. Paper Space

One of the most confusing concepts for CAD beginners is the dual environment of Model Space and Paper Space (Layouts). Understanding this separation is essential for professional drafting.

The Dual Environment

  • Model Space: The infinite, 3D void where you draw the actual object, building, or site. You always draw at FULL SCALE (1:1) in Model Space. If a building is 100 meters long, you draw a line 100 units long. You do not scale the drawing down mathematically while drafting.
  • Paper Space (Layouts): The 2D environment representing the physical sheet of paper (e.g., an A1 or ANSI D sheet) that will be printed. Here, you place your title block and create "Viewports."
  • Viewports: Think of a viewport as a "window" cut into the Paper Space sheet that looks back into the Model Space. You assign a specific Scale to the viewport itself (e.g., 1:100). The software automatically shrinks the 1:1 Model Space drawing to fit perfectly into the viewport at the specified scale.

Essential CAD Commands and Concepts

MiniCAD Simulator

Proficiency in CAD comes from memorizing keyboard shortcuts (aliases) for drawing and modification tools, rather than searching through menus.

MiniCAD Environment

X: 0Y: 0
Welcome to CAD Simulator
Command: Type a command or select a tool.

Core Drawing Commands

  • LINE (L): Creates individual, independent straight line segments.
  • POLYLINE (PL): Creates a connected sequence of line and arc segments that form a single, continuous object. This is critical for calculating the area/perimeter of a room or creating a closed boundary for 3D extrusion.
  • CIRCLE (C): Drawn by specifying a center point and a radius (or diameter), or by defining 3 points on its circumference.
  • RECTANGLE (REC): Quickly draws a closed polyline rectangle by specifying two diagonally opposite corners.
  • ARC (A): Most commonly drawn by specifying a Start point, a Center point, and an End point, or 3 points along the curve.

Core Modify Commands

  • MOVE (M): Translates objects a specified distance and direction (often using a base point and a displacement point).
  • COPY (CO): Duplicates objects, maintaining the same base point logic as Move.
  • OFFSET (O): Creates concentric circles, parallel lines, or parallel curves at a specified distance. This is the most frequently used command for drawing walls of a specific thickness (e.g., offsetting a line by 150mm for a CHB wall).
  • TRIM (TR): Cuts (removes) portions of objects that extend beyond a specified cutting edge or boundary line.
  • EXTEND (EX): Lengthens objects until they intersect with a specified boundary edge.
  • FILLET (F): Rounds the sharp intersection between two lines with an arc of a specified radius. Pro Tip: Setting the Fillet Radius to 0 instantly creates a sharp, perfectly clean 90° corner without needing to trim/extend.
  • MIRROR (MI): Creates a mirrored duplicate of selected objects across a user-defined axis. Often used for symmetrical building layouts.

Layer Management and Object Snaps

Organization and precision are the hallmarks of a professional CAD file. Layers organize the data, while Object Snaps ensure geometric perfection.

Layer Properties Manager (LA)

Layers act like transparent acetate overlays. Every object must reside on a specific, logically named layer (e.g., "A-WALL-EXT", "S-COLS"). Never draw everything on "Layer 0".

  • Color / Linetype / Lineweight: Properties assigned "ByLayer" ensure consistency. Colors often dictate the final printed line thickness via Plot Style Tables (CTB files) (e.g., Red lines print thin (0.1mm), Cyan lines print thick (0.5mm)).
  • On/Off (Lightbulb): Makes the layer invisible, but the objects are still loaded in memory and regenerate when zooming.
  • Freeze/Thaw (Sun/Snowflake): Makes the layer invisible and unloads it from memory. Essential for improving performance in massive files (e.g., freezing the complex contour map while working on the building footprint).
  • Lock/Unlock (Padlock): Objects remain visible (often slightly faded) but cannot be selected, modified, or deleted.

Object Snaps (OSNAP)

Never rely on visual estimation (zooming in and clicking). CAD precision requires Object Snaps to lock the cursor onto exact mathematical points on existing geometry.
  • ENDpoint (Square): Snaps exactly to the end of a line or arc.
  • MIDpoint (Triangle): Snaps to the exact geometric center of a line segment.
  • CENter (Circle): Snaps to the center point of a circle or arc.
  • INTersection (X): Snaps to the exact point where two lines cross.
  • PERpendicular (Right Angle): Forces the new line to strike the existing line at a perfect 90° angle.

The Transition to 3D and Beyond

Building Information Modeling (BIM)

BIM represents the evolutionary leap from 2D/3D CAD. Rather than drawing lines representing walls, a BIM system (like Revit) constructs an intelligent, data-rich 3D digital twin of a building.

  • Intelligent Objects: A door in BIM isn't just a rectangle; it knows it's a door, has material properties, a fire rating, cost data, and scheduling links.
  • Parametric Change Engine: Moving a wall automatically updates the floor plan, section views, 3D renderings, and the material quantity schedules simultaneously.
  • Clash Detection: Complex structural steel and MEP systems can be modeled and automatically checked for spatial conflicts (e.g., an AC duct running through a steel beam) before physical construction begins.

Standard CAD File Formats

Interoperability—the ability to share files across different software platforms (e.g., from AutoCAD to Revit, or Civil 3D to SketchUp)—relies on standard file extensions.

Common File Types

  • .DWG (Drawing): The native, proprietary file format for AutoCAD. It is the industry standard for 2D and 3D design data, but may suffer from version incompatibility (e.g., AutoCAD 2018 cannot open a 2024 DWG).
  • .DXF (Drawing Exchange Format): An open-source, universal text-based format developed by Autodesk to enable data interoperability between AutoCAD and other non-Autodesk programs (like CNC machines or laser cutters). It contains the raw geometric data but often strips out advanced features or complex layers.
  • .DWT (Drawing Template): A template file containing pre-configured layers, linetypes, title blocks, and dimension styles. Starting a project from a standard DWT ensures company-wide consistency.
Key Takeaways
  • 1:1 Drafting: Always draw objects at their true, full size in Model Space. Scaling happens in the Viewports within Paper Space.
  • Precision Tools: Use coordinates (@X,Y) and Object Snaps (END, MID, INT) to guarantee mathematical accuracy. Visual clicking is useless in CAD.
  • Efficiency: Utilize Polylines (PL) for closed shapes to easily calculate areas, and master the OFFSET and FILLET (Radius=0) commands for rapid wall layout.
  • Organization: Strict adherence to Layer management (naming, colors, freezing) is mandatory for professional collaboration. Never draw on Layer 0.
  • Interoperability: Use DWG for full-featured native work, and DXF when exporting geometry to other software or manufacturing equipment.