A vertical source line lies at x=0. The offset distance is set to 2.5 units. The drafter selects the line, chooses Multiple, and clicks three times progressively farther to the right of the newest line.
Which set of vertical lines exists when the drafter exits OFFSET?
AThe source at x=0 and new lines at x=2.5, x=5.0, and x=7.5.
BThe source at x=0 and three coincident new lines located at x=2.5.
CThe source at x=0 and new lines at x=2.5, x=7.5, and x=15.0.
DOnly new lines at x=2.5, x=5.0, and x=7.5; the source is removed.
Practice Offset in AutoCAD with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
What this quiz covers
This quiz focuses on Offset, giving you a quick way to practice the rules, question types, and explanations that matter most for AutoCAD.
How to use this quiz
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
All questions
Question 1
A vertical source line lies at x=0. The offset distance is set to 2.5 units. The drafter selects the line, chooses Multiple, and clicks three times progressively farther to the right of the newest line.
Which set of vertical lines exists when the drafter exits OFFSET?
The source at x=0 and new lines at x=2.5, x=5.0, and x=7.5. (correct answer)
The source at x=0 and three coincident new lines located at x=2.5.
The source at x=0 and new lines at x=2.5, x=7.5, and x=15.0.
Only new lines at x=2.5, x=5.0, and x=7.5; the source is removed.
Explanation: When using AutoCAD's OFFSET command with the Multiple option, the key concept to understand is which object becomes the new source for each successive offset. Each time you click, the most recently created offset becomes the new reference object — not the original. This means every new line is placed 2.5 units away from the previous line, not from the original source.Starting with the source at x=0: the first click produces a line at x=0+2.5=2.5. The second click, offset from x=2.5, produces x=2.5+2.5=5.0. The third click, offset from x=5.0, produces x=5.0+2.5=7.5. The source line remains untouched. That gives you four lines total — exactly what A describes, making it the correct answer.B is wrong because it imagines all three offsets measuring from the original line, stacking them at the same location (x=2.5) — that's not how Multiple works. C suggests a doubling pattern (2.5,7.5,15.0), which would only occur if each offset distance itself were multiplied — no such behavior exists in standard OFFSET. D claims the source line is deleted, which is false; OFFSET never removes the source object unless you explicitly erase it.A handy rule to remember: in Multiple mode, think of a "leapfrog" — each new line immediately becomes the jumping-off point for the next. Visualizing this chain of equal steps will help you correctly predict the result on any OFFSET question.
Question 2
While using OFFSET in Multiple mode, a drafter creates three successive parallel offsets from a source line. The third offset is on the wrong side. Before leaving OFFSET, the drafter chooses Undo once.
What is the expected result of that Undo option?
The entire OFFSET command is canceled, removing all three offsets but retaining the source.
All three offsets are removed, and Multiple mode restarts with the source reselected.
The source is removed, while all three offsets remain available for further editing.
Only the third offset is removed, while the first two offsets and source remain. (correct answer)
Explanation: When working with OFFSET's Multiple mode, it helps to think of the command as a session that builds a history of actions — and the Undo option within that session acts like a step-back button, not an exit button. This distinction is exactly what the question is testing.In Multiple mode, each successive offset you create is logged individually. When you invoke Undo while still inside the OFFSET command, AutoCAD reverses only the most recent offset action, then returns you to the "Select object to offset" prompt so you can continue working. In this scenario, the drafter's third offset — the one placed on the wrong side — is the most recent action, so that single offset disappears. The source line and the first two correctly placed offsets remain completely intact, confirming D as the correct answer.Choice A describes what would happen if the drafter pressed Escape or exited the command entirely and then used the standard Ctrl+Z Undo — that would undo the entire OFFSET session, not just one step. Choice B incorrectly suggests the command resets its selected source object, which is not how the internal Undo works; the session simply steps back one offset. Choice C is a nonsensical trap — the source object is never at risk during an OFFSET operation's internal Undo.A useful rule of thumb: in AutoCAD, many commands with a built-in Undo option (like OFFSET, PLINE, and TRIM) let you surgically remove just the last sub-action without abandoning the whole command. Recognizing this "local Undo vs. global Undo" distinction will serve you well across multiple exam questions.
Question 3
A vertical source line at x=0 is offset twice to the right in Multiple mode with a distance of 2 units, producing lines at x=2 and x=4. After OFFSET ends, the source line is moved to x=1.
Where are the two offset lines after the source line is moved?
They move automatically to x=3 and x=5 to preserve their original separations.
They collapse to x=3 because both offsets retain one shared distance constraint.
They remain at x=2 and move to x=5 because only the newest offset is linked.
They remain at x=2 and x=4 because standard offset results are independent objects. (correct answer)
Explanation: Whenever you see a question about the OFFSET command, the key concept to keep in mind is object independence: once AutoCAD creates an offset copy, it becomes a completely separate entity with no parametric link back to the source object.In this scenario, the source line at x=0 is offset twice, producing new lines at x=2 and x=4. The moment OFFSET completes, those two lines exist as standalone geometry. When you later move the source line to x=1, AutoCAD has no mechanism to track or propagate that change — the offset lines simply stay where they were created, at x=2 and x=4. That makes D the correct answer.The distractors each reflect a misunderstanding worth naming directly. A implies that OFFSET creates associative, constraint-based relationships similar to parametric design tools — it does not. Standard OFFSET in AutoCAD produces dumb copies with no live dependency. B suggests some kind of shared constraint between the two offset results, which has no basis in how the command functions; there is no "shared distance constraint" object type involved. C proposes a partial link where only the most recent offset remains connected — again, this describes behavior AutoCAD does not have; neither offset retains any link to the source.A useful rule of thumb: in AutoCAD, copy-based commands (OFFSET, COPY, MIRROR, ARRAY in classic mode) all produce independent objects unless you are explicitly working in a parametric or dynamic block context. If a question describes moving the source after the fact, the copies never follow.
Question 4
A horizontal source line lies at y=0. A drafter uses OFFSET, selects Through, selects the source line, activates Multiple, and successively specifies points whose y-coordinates are 3, −5, and 8.
Which result should the drafter expect before exiting the command?
Three parallel lines at y=3, y=−5, and y=8, plus the original at y=0. (correct answer)
Three equally spaced lines at y=3, y=6, and y=9, plus the original at y=0.
One parallel line at y=8 only, because each successive through point overwrites the preceding result.
Three connected segments joining y=3, y=−5, and y=8, plus the original at y=0.
Explanation: When working with AutoCAD's OFFSET command, you need to understand two key modifiers: Through and Multiple. "Through" tells AutoCAD to create each offset so it passes through a point you click, rather than at a fixed numeric distance. "Multiple" lets you keep specifying additional through points without restarting the command — each new point generates a fresh offset from the original source object, not from the previously created offset.In this scenario, the source line sits at y=0. Each time the drafter clicks a through point, AutoCAD offsets the original line to pass through that exact y-coordinate. Clicking y=3 produces a line at y=3, clicking y=−5 produces a line at y=−5, and clicking y=8 produces a line at y=8. The original remains untouched at y=0. That gives you four total lines — confirming A is correct.B is wrong because it assumes a fixed, cumulative spacing (adding 3 each time). That would describe a standard numeric OFFSET with Multiple, not the Through option. C reflects a misunderstanding of how Multiple works — each click creates an additional result, nothing is overwritten or replaced. D confuses OFFSET with a command like PLINE or JOIN; OFFSET never connects endpoints between objects.A useful rule of thumb: whenever you see "Through" paired with "Multiple" in OFFSET, think independent snapshots — each through point generates its own parallel copy of the original, and all copies accumulate simultaneously in the drawing.
Question 5
A drafter must create a line parallel to an existing sloped property line. The new line must pass through a surveyed point, but the perpendicular distance between the line and the point is not known.
Which OFFSET workflow creates the required line without first calculating a distance?
Enter an estimated distance, select the property line, and use Multiple until an offset reaches the surveyed point.
Choose Through, select the property line, and specify the surveyed point as the through point. (correct answer)
Choose Multiple, select the surveyed point, and then select the property line as the offset direction.
Enter a zero distance, select the property line, and specify the surveyed point as the offset side.
Explanation: When using the OFFSET command in AutoCAD, you have two fundamental modes: distance-based and point-based. Questions about OFFSET without a known distance are specifically testing whether you know the Through option, which lets geometry do the math for you.The Through option (answer B) works exactly as the scenario demands. After launching OFFSET and selecting "Through," you pick the source object — the property line — and then click the surveyed point directly. AutoCAD automatically calculates whatever perpendicular distance is needed so the new line passes through that exact point. No measurement, no calculation, no guesswork.A is a workaround, not a solution. The Multiple sub-option repeats offset operations at the same distance, stepping the line further away each time — it never targets a specific point, so you'd be approximating, not hitting the surveyed coordinate precisely.C reverses the command logic entirely. The OFFSET workflow is: specify distance/mode → select source object → indicate side or through point. You cannot select the destination point before selecting the source object, and "offset direction" isn't a valid OFFSET prompt anyway. This describes a workflow that doesn't exist.D is a trap for students who think zero distance might work like a "snap-to-point" trick. A zero offset distance is either rejected or creates a duplicate on top of the original — AutoCAD doesn't interpret it as "figure out the distance yourself."As a study tip, remember that whenever a question mentions "without calculating" or "passing through a known point," the answer almost always involves the Through option — it's AutoCAD's built-in solution for exactly this scenario.
Question 6
A drafter must create several parallel copies of one irregularly oriented line, with each copy passing through a different surveyed point. The perpendicular spacings between the points are unequal.
Which command sequence most directly completes the task in one OFFSET operation?
Start OFFSET, choose Multiple, select every surveyed point in sequence, and then select the source line as the object to offset.
Start OFFSET, enter the first measured spacing, choose Through, and select all surveyed points as the source objects to offset.
Start OFFSET, choose Through, select the source line, choose Multiple, and specify each surveyed point as the through location. (correct answer)
Start OFFSET, choose Through, select the source line, and enter one common distance to place all copies at equal intervals.
Explanation: When using OFFSET in AutoCAD, questions about irregular or variable spacing should immediately prompt you to think about the Through option, which lets you pass a copied object through a specific point rather than entering a numeric distance.The correct sequence is C. You start OFFSET, invoke Through to switch from distance-based to point-based placement, select the source line as the object you want to copy, then invoke Multiple to stay in the command and keep picking through-points. Each surveyed point you click generates a new parallel copy passing exactly through that location — one continuous operation, no re-entering the command.A is wrong because it reverses the required order: you must select the object before specifying where its copy goes, not afterward. Selecting surveyed points first and then selecting the source line is not how OFFSET workflows operate.B is wrong on two counts. First, entering a fixed spacing contradicts the scenario, which explicitly states the perpendicular spacings are unequal — a single distance value won't work. Second, you select the source line as the object, not as the "source objects to offset"; the surveyed points are destinations, not objects.D is wrong for the same core reason as B: entering one common distance produces equally spaced copies, directly contradicting the requirement for variable, survey-defined spacings.A useful tip: on AutoCAD exam questions, any time you see "passes through a specific point" or "unequal spacings," the Through sub-option of OFFSET is almost certainly involved. Pair it with Multiple whenever the task involves more than one copy.
Question 7
A source line is on layer WALL-EXIST. The current layer is WALL-NEW. In OFFSET, the Layer option is set to Current. The drafter then uses Multiple to create three parallel offsets from the source.
How are the layers assigned after the operation, assuming the source is not erased?
The source and all three offsets remain on WALL-EXIST because offsets inherit source properties.
The source moves to WALL-NEW, while all three offsets remain on WALL-EXIST.
The source remains on WALL-EXIST, while all three offsets are created on WALL-NEW. (correct answer)
The source remains on WALL-EXIST, while the offsets alternate between the two layers.
Explanation: When working with the OFFSET command in AutoCAD, one of the most important settings to understand is the Layer option, which controls whether offset objects inherit the source object's layer or are placed on the current layer instead. This question tests whether you know how that setting interacts with the Multiple sub-option.When the Layer option is set to Current, every offset AutoCAD creates lands on whatever layer is active at the time — regardless of where the source line lives. Here, the current layer is WALL-NEW, so all three offsets produced by the Multiple option are placed on WALL-NEW. The source line, sitting on WALL-EXIST, is never touched by the OFFSET command itself; it simply remains where it was. That makes C the correct answer.A describes the default behavior when the Layer option is set to Source (not Current) — in that mode, offsets do inherit the source's layer. Mixing up these two modes is a classic trap. B has the logic exactly backwards: the OFFSET command never relocates the source object to a different layer; it only creates new geometry. The source stays put. D introduces an alternating pattern that doesn't exist in AutoCAD at all — there's no mechanism in OFFSET that would distribute results across multiple layers.A useful rule of thumb: the Layer option in OFFSET affects only the new objects created, never the original. If you remember that distinction — and know that "Current" means the active layer wins — you'll handle any variation of this question confidently on the exam.
Question 8
A circle has center (3,−2) and radius 6 units. Using OFFSET with Erase source set to No, the drafter chooses Through and specifies the point (3,8).
What geometry remains after the offset is completed?
The original circle and a concentric circle with radius 4 units remain.
The original circle and a concentric circle with radius 10 units remain. (correct answer)
The original circle and a concentric circle with radius 16 units remain.
The original circle and a radius-6 circle centered at (3,8) remain.
Explanation: When you use OFFSET in AutoCAD with the Through option, AutoCAD calculates the offset distance automatically by measuring from the original object to the point you specify — you don't type a distance manually. For a circle, the offset distance equals the difference in radii of the two concentric circles, since the "through point" defines where the new circle's edge must pass.Here, the original circle has center (3,−2) and radius 6. The through point is (3,8). AutoCAD measures the straight-line distance from the center (3,−2) to the through point (3,8):d=(3−3)2+(8−(−2))2=0+100=10That distance of 10 becomes the radius of the new offset circle. Because Erase source = No, the original circle is preserved. So you end up with two concentric circles sharing center (3,−2): one with radius 6 and one with radius 10. That confirms B.A is wrong because 4 would result from subtracting — perhaps confusing the through-point distance with some inner offset. C is wrong because 16 looks like someone added the radius and the y-coordinate difference (6+10) without understanding what the Through option actually measures. D is wrong because OFFSET on a circle always produces a concentric circle — it never relocates the center to the through point.Your study tip: Through = "where does the edge land?" AutoCAD measures center-to-through-point distance and uses that as the new radius. Always calculate that distance explicitly rather than estimating visually.
Question 9
A closed rectangular polyline has boundaries x=0, x=20, y=0, and y=10. The drafter selects OFFSET, chooses Through, selects the rectangle, and specifies the interior point (3,5) near its left edge.
Assuming the inward offset is geometrically valid, which boundaries describe the new rectangle?
The boundaries are x=3, x=17, y=3, and y=7. (correct answer)
The boundaries are x=−3, x=23, y=−3, and y=13.
The boundaries are x=3, x=23, y=0, and y=10.
The boundaries are x=5, x=15, y=5, and y=5.
Explanation: When working with AutoCAD's OFFSET command using the Through option, you're telling the software to create an offset copy that passes through a specific point — the software calculates the offset distance automatically based on how far that point sits from the original object.Here, the original rectangle spans x=0 to x=20 (width = 20) and y=0 to y=10 (height = 10). The through-point (3,5) is interior, so the result is an inward offset. The point lies 3 units from the left edge (x=0), which defines the offset distance as 3. AutoCAD applies this same distance uniformly to all four sides: left edge moves from x=0 to x=3, right edge moves from x=20 to x=17, bottom edge moves from y=0 to y=3, and top edge moves from y=10 to y=7. This gives boundaries x=3, x=17, y=3, y=7 — confirming answer A is correct.Answer B describes an outward offset of 3 units, pushing boundaries beyond the original — the opposite direction of an interior point. Answer C only shifts the left and right edges, as if the through-point applied only horizontally, ignoring that a closed polyline offsets all sides equally. Answer D produces a zero-height rectangle (y=5 to y=5), which is geometrically invalid and nonsensical.The key study tip: OFFSET on a closed polyline is uniform — one distance applies to every side simultaneously. If the through-point is interior, the shape shrinks symmetrically inward by the measured perpendicular distance from that point to the nearest edge.