Object Snaps and Precision Drawing
Drawing without snaps is guessing. Guessing is not acceptable in production work.
Why this matters
There is no such thing as close enough in AutoCAD. An endpoint that is 1/64" from where it should be will produce a hatch failure, a viewport misalignment, or a gap in Rhino that takes hours to diagnose. Precision isn't a preference — it's the baseline standard of professional production drawing. Object snaps and precision input methods make exact placement automatic. Use them for every point you place. You will save time in the long run by doing things correctly the first time.
Object snaps (OSNAP — F3)
OSNAP constrains the cursor to geometrically exact points on existing objects. When active, the cursor will lock to the nearest qualifying snap point as you approach it. A small symbol identifies the type of snap being offered — read it before clicking.
| Snap Type | Symbol | Snaps to |
|---|---|---|
| Endpoint | Square | The exact end of a line, polyline, or arc segment |
| Midpoint | Triangle | The exact center of a segment |
| Apparent Intersection | X | The crossing point of two objects regardless of elevation |
| Center | Circle | The center of a circle or arc |
| Perpendicular | Right angle | A point perpendicular to a selected object from the cursor |
| Nearest | Hourglass | The nearest point on an object — use sparingly, as it doesn't snap to geometric logic — do not keep this on at all times |
| Node | X in circle | A point object — used for survey points and reference nodes |
Set your running OSNAPs (right-click the OSNAP button in the status bar) to Endpoint, Midpoint, Apparent Intersection, Perpendicular, and Center as a baseline. Override with Shift + right-click for one-time snaps to other types.
Precision input methods
| Method | How to use | Best for |
|---|---|---|
| Coordinate input | Type X,Y or @distance<angle for relative polar | Drawing to specific coordinates or angles from the last point |
| Direct Distance Entry | Move cursor in desired direction (with ORTHO or Polar), type the distance, press Enter | Drawing lines of known length in a cardinal direction — the fastest method for most site geometry |
| ORTHO (F8) | Toggle on — constrains movement to exactly horizontal or vertical | Walls, curbs, paths, and anything that should be orthogonal |
| Polar Tracking (F10) | Right-click for settings — set angular increment | 45°, 30°, 60°, or custom angular geometry |
| SNAP (F9) | Cursor locks to a defined grid interval | Quick rough placement; less useful in site design than OSNAP |
Object Snap Tracking (F11)
Object Snap Tracking extends from OSNAP points along tracking vectors — horizontal, vertical, or angular paths from any snapped reference point. This allows precise placement relative to existing geometry without drawing temporary construction lines. Hover over an OSNAP point to set a tracking reference, then move along the tracking vector to your target location. It is one of the most underused precision tools in AutoCAD.
Try this
Draw a 60' × 40' rectangle using Direct Distance Entry and ORTHO only — no coordinate input. Then draw a circle exactly at the midpoint of the top edge using OSNAP Midpoint. Then draw a line from the center of that circle perpendicular to the bottom edge of the rectangle using OSNAP Perpendicular. Every point should snap with a visible symbol. If any point required guessing, back up and snap it correctly.
What breaks
Conflicting running OSNAPs cause the wrong snap to fire. Endpoint and Nearest active simultaneously means AutoCAD may snap to a random point on an object instead of its end. Keep your running OSNAPs to the essentials and override for specific cases.
Forgetting to cancel ORTHO when switching from orthogonal to diagonal drawing causes missed endpoints and false precision — a diagonal line drawn with ORTHO active snaps to a cardinal direction, which may look close but is geometrically wrong.
Trusting visual proximity over snap symbols is how imprecision enters drawings. If the snap symbol isn't showing, you are not on a geometric point. Zoom in further or use a one-time snap override.