CAD Fundamentals

Learning Objectives

  • Distinguish world coordinates from a rotated and translated user coordinate system.
  • Enter absolute Cartesian, relative Cartesian, relative polar, and direct-distance points.
  • Relate model-space geometry to paper-space viewports and documented scale.
  • Create and modify geometry using explicit points, snaps, selections, displacement vectors, offsets, and mirror axes.
  • Explain why visual contact does not prove a geometric relationship.
  • Organize objects with discipline layers and ByLayer properties.
  • Control model visibility, viewport-specific visibility, plot properties, and non-plot objects.
  • Verify page size, lineweights, scale, references, and calibration in the final PDF.

CAD software stores geometry numerically. Precision therefore depends on the coordinate system, units, exact input, acquired snaps, object relationships, editing vectors, layer properties, and output configurationβ€”not on how closely the cursor appears to touch a point. A strong workflow preserves intent from the first coordinate through the issued PDF.

Software-Neutral Principles

Command aliases, selection prompts, object-snap names, layer behaviour, file formats, and plotting interfaces vary by product. The simulations teach geometric and document-control principles rather than reproducing one commercial command engine.

1. Model Coordinates and Drawing Units

World Coordinate System

The fixed global Cartesian reference used by the drawing database. Its origin and axes provide the stable relationship for project geometry.

User Coordinate System

A translated or rotated local coordinate frame used to enter and interpret geometry relative to a convenient project feature, such as a building wing, roadway tangent, fabrication face, or detail.

Coordinate Information That Must Be Known

  • Drawing unit convention: millimetres, metres, inches, feet, or another documented unit.
  • World origin and project datum.
  • Active UCS origin and rotation.
  • Positive angular direction and zero-angle reference.
  • Elevation or Z-coordinate where three-dimensional work is involved.
  • Survey grid, local grid, or geodetic transformation where applicable.

2. Four Coordinate-Entry Methods

Absolute Cartesian Entry

A point stated as X,YX,Y relative to the active coordinate-system origin.

Relative Cartesian Entry

A displacement stated as @Ξ”X,Ξ”Y@\Delta X,\Delta Y relative to the previous point.

Relative Polar Entry

A displacement stated as @L<\theta, where length and direction are measured in the active coordinate system.

Direct-Distance Entry

A typed length applied along an acquired cursor or tracking direction. The direction must be verified; the distance does not automatically imply positive X.

Polar-to-Cartesian Displacement

Ξ”X=Lcos⁑θ,Ξ”Y=Lsin⁑θ\Delta X=L\cos\theta,\qquad \Delta Y=L\sin\theta

Local UCS to World Coordinates

[XY]=[X0Y0]+[cosβ‘Ξ±βˆ’sin⁑αsin⁑αcos⁑α][uv]\begin{bmatrix}X\\Y\end{bmatrix} = \begin{bmatrix}X_0\\Y_0\end{bmatrix} + \begin{bmatrix} \cos\alpha & -\sin\alpha\\ \sin\alpha & \cos\alpha \end{bmatrix} \begin{bmatrix}u\\v\end{bmatrix}

Variables

SymbolDescriptionUnit
X0,Y0X_0,Y_0World coordinates of the UCS origindrawing units
u,vu,vCoordinates in the local UCSdrawing units
Ξ±\alphaUCS rotation from world Xdegrees

Relative Polar Point

From world point (0,0)(0,0), enter @10<30:

X=10cos⁑30∘=8.66,Y=10sin⁑30∘=5.00X=10\cos30^\circ=8.66,\qquad Y=10\sin30^\circ=5.00

Rotated UCS Point

A UCS origin is at world (3,2)(3,2) and rotated 30Β°. Local absolute point (6,4)(6,4) transforms to approximately:

X=3+6cos⁑30βˆ˜βˆ’4sin⁑30∘=6.20X=3+6\cos30^\circ-4\sin30^\circ=6.20Y=2+6sin⁑30∘+4cos⁑30∘=8.46Y=2+6\sin30^\circ+4\cos30^\circ=8.46

Coordinate and UCS Laboratory

Enter all four coordinate forms with live preview, move and rotate the UCS, compare local and world coordinates, inspect path length, and solve deterministic engineering-coordinate cases.

World coordinates, user coordinate systems, exact entry, and path verification

CAD Coordinate and UCS Laboratory

Enter absolute, relative Cartesian, relative polar, and direct-distance points; rotate and relocate the UCS; preview commands; and solve deterministic engineering-coordinate cases.

Technical drawing viewport

Coordinate entry grid and UCS

Swipe / pan
WORLD +XWORLD +YUCS XUCS YP0ACTIVE UCSOrigin (0, 0) Β· Rotation 0Β° Β· Current world (0.00, 0.00)
Coordinate entry grid and UCS. Swipe horizontally to inspect dimensions, annotations, linework, and details at readable drawing scale.

Coordinate Entry Review

3. Model Space and Paper Space

Model Space

The environment where geometry is normally created at intended real-world size using the drawing's unit convention.

Paper Space

A sheet environment for borders, title blocks, notes, schedules, and viewports representing the final output page.

Viewport

A controlled view into model space with a specific view direction, scale, clipping boundary, and viewport-specific layer state.

Separation of Responsibilities

  • Model space controls geometric truth.
  • Paper space controls sheet composition.
  • Viewport scale controls the model-to-paper ratio.
  • Annotation strategy controls readable paper output.
  • Plot configuration controls device, page, style, lineweights, and final file generation.

Never Resize Model Geometry to Make It Fit a Sheet

Select an appropriate viewport scale and paper size. Nonuniformly stretching geometry or scaling the model solely for sheet fit corrupts engineering dimensions.

4. Object Creation and Command State

Drawing Operations

  • Line: two exact points define one segment.
  • Polyline: connected vertices form one editable object; closure must be explicit.
  • Rectangle: opposite corners define an orthogonal closed boundary in the active system.
  • Circle: centre and radius or an approved alternative definition control the curve.
  • Construction geometry: temporary or non-plot lines establish alignments, centres, and constraints.

Command-State Discipline

A CAD command has a current operation, prompt, selection set, base point, and next required input. Escape cancels the current operation; Enter may accept or repeat depending on the platform. Users should read prompts rather than relying solely on cursor appearance.

5. Object Snaps and Geometric Relationships

Snap Modes in the Precision Studio

  • Grid
  • Endpoint
  • Midpoint
  • Centre
  • Quadrant
  • Intersection

A snap identifies a point; it does not automatically create a persistent constraint. A line placed at a circle quadrant remains at that coordinate, but later circle changes may not move the line unless a parametric relationship exists. Verify which behaviour the project requires.

Visual Contact Is Not Precision

Two objects can look connected at one zoom level while their coordinates differ. Confirm the acquired snap marker, command feedback, and object properties.

6. Selection and Modification Commands

Modification Logic

  • Move: selection + base point + target point or displacement.
  • Copy: same translation logic, but retains the source object.
  • Offset: source object + distance + side, followed by corner and join review.
  • Mirror: selection + mirror axis + decision to retain or remove the source.
  • Erase: removes selected committed geometry.
  • Undo/Redo: navigates committed editing states; scope varies by application.

Translation Vector

Ξ”X=Xtβˆ’Xb,Ξ”Y=Ytβˆ’Yb\Delta X=X_t-X_b,\qquad \Delta Y=Y_t-Y_b

Controlled Move or Copy

  1. Confirm the selected objects and their layers.
  2. Choose a meaningful base point.
  3. Acquire or enter the exact target point.
  4. Verify the displacement vector.
  5. Review resulting relationships, overlaps, and references.
  6. Use a reusable block, component, or reference when repeated instances must remain coordinated.

Precision Geometry and Modification Studio

Create line, polyline, rectangle, and circle objects; use six snap modes; select and erase geometry; perform functional move, copy, line offset, and mirror-copy operations; inspect object properties and intersections; and review command history.

Exact geometry, object snaps, selection sets, modification vectors, and command history

CAD Precision Geometry and Modification Studio

Create and inspect a coordinated bracket, then perform functional move, copy, offset, mirror, and erase operations with explicit vectors and six snap categories.

Technical drawing viewport

CAD precision model

Swipe / pan
SNAPS: GRID Β· ENDPOINT Β· MIDPOINT Β· CENTER Β· QUADRANT Β· INTERSECTIONPrecision is established by coordinates, constraints, and acquired geometryβ€”not appearance alone.
CAD precision model. Swipe horizontally to inspect dimensions, annotations, linework, and details at readable drawing scale.

7. Layer Standards and ByLayer Control

Layer

A named organizational container that can control visibility, lock state, colour, linetype, lineweight, transparency, and plot behaviour.

ByLayer

An object property that inherits its applicable display or plot value from the object's layer.

Layer Design Principles

  • Use documented discipline and purpose naming.
  • Separate primary geometry, annotation, grids, hatches, references, and non-plot controls.
  • Keep object properties ByLayer unless an approved exception is required.
  • Lock reference information that should not be edited.
  • Distinguish model-wide off/freeze states from viewport-specific freezing.
  • Do not use colour alone to communicate technical meaning.
  • Configure viewport boundaries on a verified non-plot layer where appropriate.

8. Viewport-Specific Visibility

One model can support multiple sheets by freezing selected layers only in particular viewports. A reflected ceiling plan, furniture plan, structural coordination plan, and enlarged detail may each require different visible information without duplicating model geometry.

Viewport Review

9. Plot Configuration and PDF Verification

Plot Variables

  • Device or PDF driver
  • Paper size and orientation
  • Plot area and centring
  • Plot scale
  • Plot style or colour mapping
  • Lineweight plotting
  • Transparency and raster quality
  • Font substitution
  • External references and images

Viewport Fit Check

Wp=WmR,Hp=HmRW_p=\frac{W_m}{R},\qquad H_p=\frac{H_m}{R}

The plotted model extents fit only when both Wp≀WuW_p\le W_u and Hp≀HuH_p\le H_u, where WuW_u and HuH_u are the usable sheet dimensions after borders, notes, and title-block reservations.

Preliminary Viewport Fit

An 18,000 mm Γ— 9,600 mm plan at 1:100 plots at 180 mm Γ— 96 mm. It fits within an A3 usable region of 380 mm Γ— 232 mm, but annotations, key plans, schedules, and margins still require composition review.

Layer, Viewport, and Plot-Control Studio

Manage eight discipline layers, correct ByLayer overrides, test viewport-specific freezing, configure A3 or A1 output, compare monochrome, grayscale, and colour styles, toggle lineweights, and verify a known 100 mm PDF calibration length.

Layer standards, ByLayer properties, viewport control, plot preview, and PDF verification

CAD Layer, Viewport, and Plot-Control Laboratory

Manage a multi-discipline layer set, apply viewport-specific visibility, test two-dimensional sheet fit, inspect lineweight output, and verify the final PDF and print.

LayerDisciplineVisibleLockedPlotVP frozenColourLinetypeLineweightProperty
A-WALLArchitecturalContinuous0.35 mmByLayer
A-DOORArchitecturalContinuous0.18 mmByLayer
A-ANNO-DIMSAnnotationContinuous0.18 mmByLayer
S-GRIDStructuralCenter0.13 mmByLayer
S-COLUMNStructuralContinuous0.50 mmByLayer
M-DUCTMechanicalHidden0.25 mmByLayer
E-LIGHTElectricalContinuous0.18 mmOverride
X-REFReferenceContinuous0.09 mmByLayer

Visible layers

7

Plotting in viewport

6

Locked references

2

Property overrides

1

ByLayer discipline

Colour, linetype, and lineweight should normally inherit from the layer so a drawing standard can be reviewed and updated consistently. Use overrides only when documented.

On, freeze, lock, plot

These controls solve different problems. Visibility does not imply plotting; locking does not hide geometry; viewport freeze is sheet-specific; non-plot layers require deliberate review.

Final PDF Review

  1. Open the exported PDF independently of the CAD application.
  2. Confirm page size and orientation.
  3. Inspect the entire sheet for clipping, missing references, fonts, and raster artifacts.
  4. Check object-line, annotation, grid, hatch, and background hierarchy.
  5. Confirm viewport content and scale labels.
  6. Measure a known calibration length where scaled measurement is authorized.
  7. Confirm title, drawing number, revision, status, and approval information.
  8. Compare against the transmittal and related drawings before issue.

10. File Exchange and Deliverables

Common Formats

  • DWG or native drawing format: preserves the richest editable data but may contain version, font, reference, proxy-object, and custom-data dependencies.
  • DXF or exchange format: transfers documented geometry and attributes but can reinterpret advanced objects and styles.
  • Template format: standardizes units, layers, styles, layouts, and title information for new files.
  • PDF: common issued or review format; must still be checked for page, scale, lineweight, font, reference, and raster problems.

A Successful Export Is Not a Successful Deliverable

A file can open without errors and still be technically incomplete or visually incorrect. Validate geometry, metadata, references, plotting, and revision status after translation.

Key Takeaways
  • CAD precision begins with units, datums, coordinates, UCS control, and verified snaps.
  • World and user coordinate systems must be related explicitly.
  • Model geometry and paper presentation are separate responsibilities.
  • Modification commands require controlled selections and geometric inputs.
  • Visual contact does not prove coincidence, tangency, or intersection.
  • Layers and ByLayer properties centralize drawing control.
  • Viewport-specific visibility supports multiple sheets from one coordinated model.
  • The final PDF must be independently reviewed and calibrated before issue.