6.1 Object Snaps & Object Snap Tracking
Key Takeaways
- Running object snaps stay active for every command until F3 toggles them off, while a one-time override (Shift+right-click menu, or typing a mode name) applies to a single point pick only
- Extension and Parallel don't sit on visible geometry — both require hovering over an existing point or line without clicking to acquire it before a dashed alignment path appears
- Center requires hovering over the visible edge of a circle, arc, or ellipse, not the invisible center point itself, before the center marker and snap become available
- Midpoint Between Two Points (M2P/MTP) is a typed or menu-selected one-time override, not a Drafting Settings checkbox — it asks for two points and places the pick exactly halfway between them
- Object snap tracking generates alignment paths from a point you've acquired by hovering, while polar tracking generates paths from angle increments measured from your last picked point — the two can combine to locate the intersection of both paths
Object snaps (often shortened to "osnaps") are the foundation of precision drawing in AutoCAD. Instead of clicking near a point and hoping the pixel lands close enough, an object snap locks the cursor onto an exact geometric feature — an endpoint, a center, a point of tangency — the instant the cursor passes near it. The ACU AutoCAD exam tests both the individual snap modes and the tracking tools built on top of them, so this section covers each mode's exact behavior along with the alignment-path tools that extend those snap points across the drawing.
Running Snaps vs. One-Time Overrides
AutoCAD offers two ways to use object snaps, and confusing them is a common source of exam questions. A running object snap is turned on through the Drafting Settings dialog (or the Object Snap toggle on the status bar) and stays active for every point-selection prompt in every command until you turn it off — pressing F3 toggles all running snaps on or off without changing which modes are checked. A one-time override, by contrast, applies to a single point pick only: hold Shift and right-click to open the Object Snap shortcut menu, choose a specific mode, and AutoCAD uses only that mode for the very next point regardless of what's running. Overrides are useful when you need an occasional snap (like Tangent) without leaving it checked and interfering with everyday drafting.
The Individual Snap Modes
| Mode | Snaps To |
|---|---|
| Endpoint | The endpoint of a line, arc, polyline segment, or spline |
| Midpoint | The exact midpoint of a line, arc, or polyline segment |
| Center | The center point of a circle, arc, or ellipse |
| Quadrant | The 0°, 90°, 180°, and 270° points on a circle, arc, or ellipse |
| Nearest | Whatever point on an object's actual geometry is closest to the cursor |
| Intersection | The point where two objects actually cross |
| Perpendicular | The point on an object where a line from your current position would meet it at 90° |
| Tangent | The point where a line would touch a circle or arc without crossing it |
| Extension | A point along the invisible extension of a line or arc beyond its actual endpoint |
| Parallel | A point that keeps a new line running exactly parallel to an existing one |
| Geometric Center | The centroid of a closed polyline or spline, such as a rectangle or polygon |
A few of these deserve closer attention because they behave differently from a simple "click near the feature" model.
Center requires hovering the cursor over the visible edge of the circle, arc, or ellipse — not near the invisible center point itself — before AutoCAD displays the center marker and snaps to it. Quadrant always locks onto the four cardinal points relative to the current coordinate system, so on a circle affected by a rotated UCS, quadrant points still sit at 0°, 90°, 180°, and 270° of that current system, not necessarily at compass north, south, east, or west. Nearest is the one mode that doesn't target a fixed feature at all — it moves with the cursor along the object's actual path, which makes it useful for starting a new object flush against existing geometry without needing a precise numeric point.
Extension and Parallel work differently from the rest because they don't sit on visible geometry. To use Extension, hover the cursor directly over an existing endpoint without clicking; AutoCAD marks it with a small "+" to show the point has been acquired, then displays a dashed extension path if you move the cursor along the imaginary continuation of that line or arc. To use Parallel, first specify your new line's start point, then hover over an existing line (again without clicking) until a small parallel symbol confirms the angle has been acquired; moving the cursor back near the same general direction as that reference line displays a dashed path guaranteeing the new segment is exactly parallel to it.
Geometric Center is distinct from Center — Center only works on circles, arcs, and ellipses, while Geometric Center finds the centroid of a closed polyline shape such as a rectangle, pentagon, or other polygon drawn as a single object. A rectangle's geometric center sits at the intersection of its diagonals, a point that is not necessarily on any visible edge.
Midpoint Between Two Points (M2P)
Midpoint Between Two Points, abbreviated M2P or MTP, is not a checkbox in the Drafting Settings running-snap list — it's a one-time override you type at any point prompt (typing MTP or M2P) or select from the Shift+right-click Object Snap menu. Once invoked, AutoCAD asks for a first point and a second point, then places the actual pick exactly halfway between them, even if neither point lies on the same object or anywhere near the other. This is the tool for finding the center of a doorway opening defined by two jamb lines, or the middle of a dimension that spans two unrelated features.
Object Snap Tracking (OTRACK)
Object snap tracking, toggled with F11, extends acquired snap points into full alignment paths across the drawing. Hover over an endpoint, midpoint, or other snap point without clicking to acquire it (the same small "+" marker appears), and AutoCAD displays dashed tracking lines — horizontally, vertically, and at any polar angle increments currently configured — running through that acquired point, along with a tooltip reporting distance and angle from it. You can acquire more than one point at a time; AutoCAD will then show the intersection of both tracking paths as a snappable point.
Combining Object Snap Tracking with Polar Tracking
Object snap tracking and polar tracking generate alignment paths from two different sources — an acquired point versus your last picked point — and combining them is a heavily tested workflow. Suppose an existing wall corner has an Endpoint at absolute coordinates (2, 5), and you need to start a new object exactly level with that corner. Hover over the corner (without clicking) to acquire it; AutoCAD now displays a horizontal dashed path representing every point where Y = 5. Separately, you begin a new command from a doorway reference point at (7, 0) with Polar Tracking set to 90° increments, and drag the cursor straight up; AutoCAD displays a vertical dashed path representing every point where X = 7. Where the two dashed paths cross, AutoCAD marks an intersection point and shows a small "X" — clicking there places your point at exactly (7, 5) without typing a single coordinate, because the horizontal tracking path (anchored to the acquired endpoint) and the vertical polar path (anchored to your start point) intersect at that location.
On the Exam
Expect scenario questions describing a specific feature — for example, the point where a new wall must align exactly with an existing beam center — and asking which mode or tracking combination produces it. Extension, Parallel, and M2P are the modes most often confused with each other or with running snaps, and questions frequently test whether combining an acquired object snap tracking path with a polar tracking path can locate a point that neither tool could find alone.
You want to draw a new line that stays perfectly parallel to an existing wall line, guided by the Parallel object snap. After specifying the new line's start point, what must you do before AutoCAD will display the parallel alignment path?
A drafter needs to snap to the centroid of a five-sided polygon drawn as a single closed polyline. Which object snap mode is designed for this, and why won't Center work instead?
An acquired Endpoint sits at (2, 5), producing a horizontal object snap tracking path. A separate command begins at (7, 0) with Polar Tracking locked to a 90° path straight up. At what point do the two alignment paths intersect?
A drafter checks Endpoint and Midpoint in the Drafting Settings dialog, then presses F3 partway through a session. What effect does F3 have on those checked modes?