Introduction to AutoCAD – User Interface & First Steps
Course Scope and Perspective
- The course is an Introduction to AutoCAD by the Virtual Design & Construction Institute (VDCI).
- Focus: Architectural drafting in a 2-D environment.
- Transferability: Tools/workflows apply to mechanical, landscape, and other design disciplines.
- We will work almost exclusively in the positive-positive quadrant of the XY-plane.
- Navigation relies on a three-button mouse and keyboard shortcuts.
Launching AutoCAD & Creating a New File
- Start Window contains Get Started and Recent Documents panes, but we will skip these.
- Click New Drawing (upper-left) ➜ AutoCAD requests a template:
- Choose the default architectural template acad.dwt (pronounced “A-CAD dot D-W-T”).
- Press Open to load the template.
- Application Menu (big red/gray “A” in the upper-left):
- Houses recent documents, options, & settings.
- Show Menu Bar setting (via drop-down) reveals classic menus: File, Edit, View, Insert, etc.
- Menus duplicate many ribbon commands.
Ribbon Anatomy
- Composed of Tabs → Panels → Tools/Commands.
- Key tabs for this course: Home, Insert, Annotate.
- Panels visible on the Home tab:
- Draw, Modify, Annotation, etc.
- Customization: Right-click gray space beside panels ➜ Show Tabs / Show Panels. (We will leave defaults.)
Drawing Area (Editor Window)
- Primary canvas where geometry is created/edited.
- View Descriptor (upper-left): “Top | 2D Wireframe”.
- Indicates we are in a plan (top-down) view with wireframe graphics.
- ViewCube (upper-right): Should read Top; ignored for 2-D workflows.
- Navigation Bar (right edge): 3-D/2-D pan, zoom tools. We substitute mouse/keyboard navigation.
- UCS Icon (bottom-left):
- Shows the origin (0,0,0) and cardinal axes.
- Red X-axis: positive to the right.
- Green Y-axis: positive upward.
- Z-axis present but unused in 2-D.
Model Space vs. Paper Space
- Tabs at bottom-left:
- Model — limitless drafting environment.
- Layout 1 / Layout 2 — paper (sheet) space for plotting to PDF/printers.
- Indicator beside command line switches between Model and Paper based on active tab.
Status Bar Essentials
- Located bottom-right; displays toggles/settings.
- Click the hamburger icon (three horizontal lines) to control visibility of status bar tools.
- We ensure Coordinates, Dynamic Input, and Units are visible.
Live Coordinates Display
- Cursor position updates continuously, e.g. (125.00,42.50,0.00).
- Approaching the origin drives values toward (0,0,0).
- We will later explore absolute vs. relative coordinate entry.
Units Setting
- Five built-in unit styles: Architectural, Decimal, Engineering, Fractional, Scientific.
- Architectural template sets Architectural units by default; no change needed.
Command Line Fundamentals
- AutoCAD is text-driven; keystrokes echo in the Command Prompt Bar.
- Activating a command (example: Line):
- Type LINE or simply L ➜ autocomplete list appears.
- Click desired tool or press Enter/Space.
- Escape (Esc) cancels the active command; may press multiple times for safety.
- Up-arrow menu on the command bar logs recent commands (history).
- Docking the command bar:
- Grab the five-dot handle ➜ drag to bottom until a blue rectangle shows ➜ release to dock.
- Resize by dragging top edge; recommended height ≈ 5 lines.
- Icon: crosshair plus sign + small bar in status bar.
- When ON (or via keyboard F12):
- Command prompts/coordinate entry appear beside the cursor.
- Alters data entry behavior; less transparent for teaching.
- Course Standard: Dynamic Input OFF.
- If on, press Esc then F12 to disable.
Quick Workflow Example (Line Command)
- With Dynamic Input off & command bar docked:
- Type L, press Enter.
- Pick a start point (e.g., click anywhere near (0,0)).
- Move cursor and click an end point.
- Press Esc to finish/cancel.
- Observe coordinate readout and command history entries.
Keyboard Shortcuts Mentioned
- Enter / Space — confirm command.
- Esc — cancel current command (tap multiple times if uncertain).
- F12 — toggle Dynamic Input.