AutoCAD · Basics
Starting out in AutoCAD can feel overwhelming. You open the program and stare at a blank black screen — not sure where to click, how to type a command, or even how to draw a straight line.
“How do I even enter a command? I can’t draw a single line properly…”
This post covers everything you need to get started as a CAD practitioner: workspace setup, essential drawing commands, coordinate input methods, and object snap — all in one place.
1. Essential Workspace Setup (Options)
Before you start drawing, it’s worth taking a few minutes to configure AutoCAD’s options (OP + Enter) for a more comfortable and efficient workflow.
- Change the background color
Go to [Display] tab → [Colors] and set the 2D model space background to black. It’s much easier on the eyes during long working sessions. - Increase crosshair size
In the [Display] tab, set the crosshair size to 100. This extends the crosshair across the entire screen, making it much easier to align objects horizontally and vertically. Highly recommended for practical work. - Set up autosave (essential)
In the [Open and Save] tab, set the autosave interval to 5 or 10 minutes. If AutoCAD crashes unexpectedly, this is your safety net — don’t skip it.
2. Basic Drawing Commands
Type a shortcut in the command line and press Spacebar (or Enter) to run the command. In AutoCAD, the Spacebar works as Enter.
- Line — shortcut
L
The most fundamental command. Click to set a start point, then click again to set the endpoint. - Circle — shortcut
C
Click to set the center point, then type the radius value. - Rectangle — shortcut
REC
Click two diagonal corner points to draw a rectangle. - Polygon — shortcut
POL
Enter the number of sides first, then define the polygon around a center point.
3. The 3 Coordinate Input Methods (Where Beginners Often Get Stuck)
To draw a line with a specific length and angle, you need to understand how AutoCAD handles coordinate input.
- Absolute coordinates —
X,Y
Position relative to the drawing origin (0,0). Rarely used in practice except when snapping to the origin. (e.g.100,100) - Relative coordinates —
@X,Y
Position relative to your current location. Think of it as “move this many units in X and Y from where I am now.” (e.g.@50,-30→ 50 units right, 30 units down) - Polar coordinates —
@distance<angle
Used when you know the exact length and direction of a line. Angle 0° is east (3 o’clock), and increases counterclockwise. (e.g.@100<45→ a line 100 units long at 45°)
If your coordinates aren’t behaving as expected, check whether F12 (Dynamic Input) is on. When Dynamic Input is enabled, AutoCAD treats all input as relative coordinates by default — so typing without @ may still give relative results, which is confusing when you’re learning. When practicing coordinate input, turn F12 off first and always type @ explicitly until the concept feels natural.
4. View Control and Object Snap (OSNAP, Ortho Mode)
Navigating the drawing and connecting lines precisely requires knowing how to control the view and use snap features.
- Zoom and Pan
No commands needed — just use the mouse wheel. Scroll to zoom in/out. Hold the wheel button and drag to pan. Double-click the wheel to fit the entire drawing on screen. - Object Snap (OSNAP) — shortcut
F3
Snaps your cursor to specific points on objects — endpoints, midpoints, centers, intersections, and more. TypeOSto open the settings and enable the snaps you need. Without OSNAP, your lines won’t connect properly. - Ortho Mode — shortcut
F8
Forces the cursor to move only horizontally or vertically when drawing. Toggle it on and off frequently as you work — essential for drawing clean, straight lines.
Wrapping Up
Today we covered the essential setup steps, basic drawing commands, coordinate input methods, and snap features you need to start working in AutoCAD. The coordinate system may feel awkward at first, but a few practice sessions will make it second nature.
In the next post, we’ll dig into the essential editing and modification shortcuts — trim, extend, copy, mirror, and more.