AutoCAD Quiz: Advanced Trim Extend
10 questions · exam conditions
0:00
Advanced Trim ExtendQuestion 1 of 10

Two lines are at different elevations. Their projections intersect on the XY plane of the current UCS, but they do not intersect in three-dimensional space. The current view is oblique, and the drafter wants the result based specifically on the current UCS rather than on screen appearance.

Which Project setting should be used with TRIM or EXTEND?

None, because it preserves each object's actual three-dimensional position.
View, because it projects all selected geometry onto the current screen.
UCS, because it evaluates the objects on the current UCS XY plane.
Edge, because it creates an implied intersection between different elevations.
← Back to quizzes

AutoCAD Quiz

AutoCAD Quiz: Advanced Trim Extend

Practice Advanced Trim Extend 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 Advanced Trim Extend, 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

Two lines are at different elevations. Their projections intersect on the XY plane of the current UCS, but they do not intersect in three-dimensional space. The current view is oblique, and the drafter wants the result based specifically on the current UCS rather than on screen appearance.

Which Project setting should be used with TRIM or EXTEND?

  1. None, because it preserves each object's actual three-dimensional position.
  2. View, because it projects all selected geometry onto the current screen.
  3. UCS, because it evaluates the objects on the current UCS XY plane. (correct answer)
  4. Edge, because it creates an implied intersection between different elevations.
Explanation: When working with TRIM and EXTEND in 3D AutoCAD, the Project setting controls how AutoCAD determines whether objects intersect — and understanding the three options (None, View, UCS) is essential for questions like this. The UCS option tells AutoCAD to flatten all geometry onto the XY plane of the current User Coordinate System before evaluating intersections. Since the passage explicitly states that the projections intersect on the XY plane of the current UCS, and the drafter wants results based on that UCS specifically, C is correct. AutoCAD ignores the actual Z-elevation differences and treats the operation as if everything exists on that flat plane. A describes the None setting, which forces AutoCAD to respect true 3D coordinates — meaning objects must actually intersect in space to be trimmed or extended. Since these two lines are at different elevations and never truly meet in 3D, using None would produce no result at all. It's the right tool when precision matters, but wrong here. B describes the View setting, which projects geometry onto the current screen plane rather than the UCS XY plane. This is screen-dependent — rotate your view and the result changes. The passage specifically says the drafter wants results based on the UCS, not screen appearance, which rules out View entirely. D is a trap. "Edge" is a separate TRIM/EXTEND setting that controls whether implied intersections along line extensions are recognized — it has nothing to do with elevation or projection planes. Your study tip: memorize the three Project modes as None = true 3D, UCS = flat on coordinate plane, View = flat on screen. The exam will test whether you can distinguish UCS from View in particular.

Question 2

A top view makes a line at elevation 0 appear to cross a boundary at elevation 8. The drafter uses EXTEND with Project set to None and selects the line near the apparent crossing.

What is the expected result, assuming the objects do not intersect anywhere in three-dimensional space?

  1. The line extends to the apparent crossing because the top view supplies a valid projection.
  2. The boundary moves to elevation 0 before AutoCAD extends the selected line.
  3. The line extends only if Edge is also set to No Extend for the operation.
  4. The line does not extend because None requires a true three-dimensional intersection. (correct answer)
Explanation: When working with EXTEND in 3D environments, the Project setting is the critical variable you need to understand. Project controls how AutoCAD determines whether a boundary edge is "reachable" — specifically, whether it evaluates intersections in true 3D space or collapses the geometry onto a flat plane for calculation purposes. When Project is set to None, AutoCAD demands a genuine three-dimensional intersection between the line being extended and the boundary edge. It ignores what anything looks like from any viewpoint. In this scenario, the line sits at elevation 0 and the boundary at elevation 8 — they occupy different Z-planes and never actually touch in 3D space. AutoCAD finds no valid intersection and refuses to extend the line. That makes D the correct answer. Choice A is wrong because a top-view appearance of crossing is irrelevant when Project is None — the setting explicitly tells AutoCAD to ignore projected views. Choice B is fabricated behavior; AutoCAD never silently moves boundary objects to a different elevation to force a match. Choice C confuses the Edge setting with the Project setting. Edge controls whether AutoCAD extends the boundary's implied infinite edge, not whether 3D projection is used — these are independent settings, and requiring Edge = No Extend makes no logical sense in this context. A helpful study tip: memorize the three Project modes as a trio — None (true 3D only), UCS (projects onto the current XY plane), and View (projects along the current line of sight). Exam questions almost always hinge on knowing that None is the strictest mode and ignores all visual appearances.

Question 3

A line at elevation 5 is trimmed successfully against a boundary at elevation 0 by using Project set to UCS. The projected objects intersect on the XY plane of the current UCS.

What happens to the elevation of the portion of the line that remains after the trim?

  1. It moves to elevation 0 because the boundary controls the resulting object's elevation.
  2. It remains at elevation 5 because projection calculates the trim point without flattening it. (correct answer)
  3. It moves to the UCS XY plane because UCS projection permanently projects selected geometry.
  4. It changes to the average elevation because the objects began on different planes.
Explanation: When working with AutoCAD's Trim command and the Project option, it's essential to understand what "projection" actually does — it's a calculation method, not a geometry transformation. The Project > UCS setting tells AutoCAD to evaluate intersections as if all objects were flattened onto the current UCS XY plane for the purpose of finding the trim point. Once that point is found, the original 3D geometry is what gets modified. This means the line at elevation 5 is trimmed at the location that corresponds to the projected intersection, but the remaining portion of the line stays exactly where it was in 3D space — at elevation 5. The projection is purely mathematical, used only to detect the boundary crossing. Answer B is correct because the elevation of the surviving geometry is never touched by this process. Answer A is wrong because the boundary object's elevation has no authority over the selected object's Z-value. Boundaries define where to cut, not what elevation to assign afterward. Answer C describes a real fear many students have — that using UCS projection "flattens" your drawing — but this is a misconception. The Project setting changes how intersections are detected, not how objects are repositioned. Answer D invents a behavior AutoCAD simply doesn't have; there is no averaging logic in the Trim command. A useful rule of thumb: in AutoCAD, projection options (UCS, View, None) only affect intersection detection logic. They never relocate or re-elevate existing geometry. Keep that distinction clear and you'll confidently navigate any question about 3D trimming behavior.

Question 4

In the classic EXTEND workflow, a short boundary and three target lines are selected appropriately. All three targets would meet the boundary's imaginary continuation, but only one would meet the finite boundary itself. Edge is set to No Extend, and the targets are selected with Fence.

Which statement best describes the expected outcome?

  1. All three targets extend because Fence automatically enables implied boundary edges.
  2. None of the targets extend because No Extend disables all boundary intersections.
  3. Only the target that can meet the finite boundary extends; Fence changes selection, not edge rules. (correct answer)
  4. All three targets extend, but the boundary is also lengthened to each new endpoint.
Explanation: Whenever you see an AutoCAD EXTEND question involving Edge mode and selection methods, separate the two concepts immediately — they control completely different things and do not influence each other. The Edge setting (No Extend vs. Extend) determines whether AutoCAD uses only the finite, drawn boundary or its imaginary infinite projection to evaluate potential intersections. With Edge set to No Extend, only lines that would physically meet the actual drawn boundary segment are eligible to extend — AutoCAD will not project the boundary beyond its endpoints. The Fence selection method, by contrast, simply defines which objects you're nominating as targets; it has no bearing whatsoever on how boundary intersections are calculated. So in this scenario, two targets would reach only the imaginary continuation of the boundary, making them ineligible under No Extend rules, while the one target that geometrically meets the finite boundary itself extends successfully. That confirms C is correct. A is wrong because Fence is a selection tool — it carries no implied-edge logic and cannot override the active Edge setting. B misrepresents what No Extend does; it doesn't disable all intersection checking, it simply restricts the boundary to its drawn length. Any target that meets that drawn length will still extend normally. D is a fabrication — EXTEND never modifies the boundary object itself, and no version of the command stretches the boundary to new endpoints. The study tip here: always mentally file Edge mode and selection methods (Fence, Crossing, etc.) into separate boxes. Exam questions frequently blur them together to test whether you know they are fully independent settings.

Question 5

While working in a three-dimensional model, a drafter sees two objects overlap at an apparent intersection in the current oblique view. They do not intersect in three-dimensional space, and their projections onto the current UCS XY plane also do not intersect.

Which Project option can use the apparent intersection seen from the current viewing direction?

  1. View, which projects the objects along the current line of sight. (correct answer)
  2. UCS, which projects the objects perpendicular to the current view.
  3. None, which accepts any intersection visible on the screen.
  4. Edge, which projects the objects onto the active viewport plane.
Explanation: When working with the FILLET, TRIM, or EXTEND commands in AutoCAD, the Project option controls how AutoCAD calculates intersections between objects in 3D space. This question tests whether you understand what each Project setting actually does geometrically. The scenario gives you a critical clue: the objects appear to intersect only from your current viewing direction — not in true 3D space, and not when projected onto the XY plane of the UCS. This means you need a projection method tied specifically to your line of sight. That's exactly what Answer A, View, does: it projects objects along the current line of sight to find apparent intersections as seen from your viewpoint. If two objects look like they cross when you're looking at them from a certain angle, the View option can use that apparent crossing as a valid intersection point. Answer B, UCS, is wrong because it projects objects perpendicular to the current UCS XY plane — essentially flattening them onto that plane. The passage explicitly tells you the projections onto the XY plane do not intersect, so UCS would find nothing useful here. Answer C is wrong because "None" means AutoCAD only accepts true 3D intersections — objects must actually meet in space. This is the most restrictive setting, not the most permissive. Answer D is wrong because "Edge" is not a valid Project option at all; it's an option in the EXTEND/TRIM commands but relates to whether edge extensions are used, not viewport projection. Study tip: Remember the three Project options — None (true 3D), UCS (XY plane), and View (line of sight) — and match each to the type of intersection described in the question.

Question 6

Using the classic TRIM workflow, a drafter has already selected two cutting edges and pressed Enter. Many target lines must now be trimmed, but they are scattered along a narrow, irregular route.

Which next action selects the targets efficiently without redefining the cutting edges?

  1. Start a crossing window before selecting the cutting edges, then press Enter twice.
  2. Choose Edge, set No Extend, and reselect both cutting edges as targets.
  3. Choose Fence and draw an open path crossing the target lines to be trimmed. (correct answer)
  4. Choose Project, set View, and individually pick each target line along the route.
Explanation: When you're inside the TRIM command after pressing Enter to confirm cutting edges, AutoCAD gives you several selection mode options before you pick individual targets. The key skill being tested here is knowing which selection method efficiently handles multiple, scattered targets along an irregular path — without exiting the command or redefining anything. The Fence selection option (triggered by typing F at the "Select object to trim" prompt) lets you draw a multi-segment open polyline across your drawing. Every object the fence line crosses becomes a trim target instantly. When targets are scattered along a winding route, one continuous fence path can cross dozens of lines in seconds — making C the correct and most efficient choice. Option A describes a crossing window initiated before selecting cutting edges, which misunderstands the command sequence. A crossing window at that stage selects cutting edges, not trim targets, and pressing Enter twice would exit the command entirely. Option B confuses two unrelated concepts. "Edge" and "No Extend" control whether cutting edges are extended to meet targets — they have nothing to do with reselecting edges as targets. You cannot trim a line using itself as both a cutting edge and a target. Option D would technically work but defeats the purpose. Using Project/View changes how 3D geometry is evaluated in 2D space, and individually picking each scattered line is the slowest possible approach — exactly what the question asks you to avoid. Study tip: Memorize TRIM's in-command selection modes — Fence, Crossing, and Edge — because AutoCAD efficiency questions frequently test whether you know these shortcuts exist and when each one applies.

Question 7

A dense drawing contains several target lines along a winding corridor. A large rectangular crossing area would also select unrelated objects lying wholly inside the rectangle, so the drafter wants selection to depend only on whether an object crosses a specified path.

Which TRIM or EXTEND selection method best meets this requirement?

  1. Fence, using a sequence of points that traces an open path through the targets. (correct answer)
  2. Crossing, using two corners that enclose the entire winding corridor.
  3. Window, using two corners that contain the target lines completely.
  4. Edge, using Extend so the corridor acts as an implied selection path.
Explanation: When working with TRIM and EXTEND in a cluttered drawing, the key question to ask yourself is: how does AutoCAD determine which objects to trim or extend? The selection method you choose controls exactly that — and different methods cast very different "nets." The Fence selection method (Answer A) works by letting you draw a multi-segment open polyline through your drawing. AutoCAD selects only the objects that the fence line physically crosses. In a winding corridor packed with unrelated geometry, this is precisely what you need — you trace a path through your target lines, and only those intersecting the fence are selected. No nearby or enclosed objects get caught accidentally. Answer B describes a Crossing window, which selects everything that either crosses the rectangle's boundary or lies completely inside it. In a dense drawing, this would grab unrelated objects inside the corridor area — exactly the problem the question warns against. Answer C, a standard Window, is even more restrictive in the wrong direction: it only selects objects entirely enclosed by the rectangle. Lines that extend beyond the window are ignored, making it unreliable for selecting targets along a corridor. Answer D misuses the Edge option. Edge controls whether TRIM/EXTEND uses an object's implied extension as a boundary — it's about how cutting/boundary edges behave, not a method for selecting which objects to act on. It has no concept of a "selection path." A useful tip: whenever a question describes a winding or irregular selection path in a crowded drawing, think Fence immediately — it's AutoCAD's scalpel for precision selection in dense environments.

Question 8

A target line stops short of a finite boundary. While using TRIM, the drafter enables Edge set to Extend and selects the endpoint side of the target, expecting TRIM to lengthen the target until it reaches the boundary.

Why will this workflow not produce the expected result?

  1. Edge affects only projected elevations, so both objects must first be flattened.
  2. TRIM requires Fence selection whenever the selected target ends before a boundary.
  3. Edge extends the target permanently, but only after the command is repeated.
  4. Edge can imply boundary continuation, but TRIM still removes rather than lengthens targets. (correct answer)
Explanation: When working with TRIM and EXTEND in AutoCAD, the critical concept to internalize is that these are two separate commands with fundamentally different purposes — TRIM removes geometry, and EXTEND lengthens it. The Edge setting controls how boundary edges are projected, not what the command itself does to the target object. The Edge=Extend option tells AutoCAD to treat a boundary as if it extended infinitely along its natural path, allowing TRIM to recognize an implied intersection even when the actual boundary is too short to physically cross the target. However, the command you're running is still TRIM — so when you select the target, AutoCAD removes the portion on the selected side. If your target line never physically reaches the boundary, TRIM simply won't find a valid intersection to cut at, and the operation fails or does nothing. It will never lengthen anything. Answer D captures this precisely: Edge can project the boundary further, but TRIM's job is always subtraction, not addition. Answer A is fabricated — Edge has nothing to do with elevation projections or flattening 2D objects; that concept doesn't apply here. Answer B invents a rule about Fence selection that doesn't exist; selection mode doesn't change what the command fundamentally does. Answer C is a plausible-sounding trap suggesting a delayed behavior, but TRIM never permanently extends objects regardless of repetition — you'd need the EXTEND command for that. The study tip here: if you need to lengthen a line to meet a boundary, use EXTEND, not TRIM. A memory anchor — TRIM cuts, EXTEND grows — will protect you from this exact misconception on the exam.

Question 9

In the classic TRIM workflow, a drafter selects a short line as the cutting edge. The object to be trimmed crosses the cutting line's imaginary continuation but does not cross the finite cutting line itself.

Which TRIM configuration will produce the intended trim without first lengthening the cutting line?

  1. Set Edge to No Extend, then select the object with a crossing window.
  2. Set Edge to Extend, then select the object on the portion to remove. (correct answer)
  3. Set Project to None, then select the cutting line a second time.
  4. Set Project to View, then select the object with a fence path.
Explanation: Whenever you see a TRIM question involving a short or undersized cutting edge, focus on the Edge setting — this controls whether AutoCAD treats the cutting edge as finite or as an infinite extension of itself. By default, Edge is set to No Extend, meaning AutoCAD only trims objects that physically intersect the cutting edge as drawn. When your cutting line is too short to reach the object you want to trim, you need to switch Edge to Extend. In Extend mode, AutoCAD projects the cutting edge along its natural path — essentially imagining it continues infinitely — and trims the target object where that imaginary extension would intersect it. You then simply click the portion of the object you want removed, and AutoCAD handles the rest. This is exactly what answer B describes, making it the correct choice. Answer A is a trap: selecting No Extend is the default behavior that creates the problem in the first place. A crossing window won't help you when the fundamental setting prevents extended projection. Answer C misidentifies the relevant setting entirely — Project controls how TRIM behaves in 3D space (None, UCS plane, or View plane) and has no effect on whether a 2D cutting edge is extended. Selecting the cutting line a second time does nothing useful here. Answer D combines the wrong setting (Project/View applies to 3D trimming scenarios) with a fence selection method, neither of which addresses the short cutting edge problem. Your study tip: remember Edge = Extend as your go-to fix whenever a cutting line is "too short." Think of it as toggling the cutting edge from a line segment to a line infinite.

Question 10

A drafter is trimming several lines to the same set of boundaries. One line instead needs to be lengthened to a boundary, after which the drafter wants to continue trimming without restarting the command.

Which action provides the most direct workflow during target selection?

  1. Hold Shift while selecting that line to temporarily perform the opposite operation, then release Shift to resume trimming. (correct answer)
  2. Choose Project None while selecting that line to recalculate intersections, then restore the previous Project setting to continue trimming.
  3. Choose Edge Extend while selecting that line to imply a longer boundary, then restore Edge No Extend to continue trimming normally.
  4. Use Fence for that line to isolate it from the others, then switch to Crossing for the lines that still require trimming.
Explanation: When working inside the TRIM command, AutoCAD builds in a hidden shortcut that many drafters overlook: the Shift key temporarily inverts the active operation. If you're trimming and encounter an object that needs to be extended instead, holding Shift while clicking that object performs the EXTEND operation on it — no command restart, no mode switching. Release Shift, and you're right back to trimming. This dual-operation behavior is the core concept being tested here, and A is the correct answer because it describes exactly this workflow: one keypress toggles the operation, and releasing it restores your original mode seamlessly. B is a trap for students who confuse the Project option with the operation type. Project controls how AutoCAD determines intersections in 3D space (None, UCS, or View), but it has nothing to do with switching between trimming and extending a single object mid-session. Changing it wouldn't cause a line to lengthen. C misuses the Edge option. Edge Extend tells AutoCAD to treat boundary edges as if they extended infinitely — it affects where a trim or extend operation cuts, not which operation is performed. You'd still be trimming, not extending. D conflates selection methods with operation types. Fence and Crossing are ways to select multiple objects at once, not ways to change what happens to an individual object. Using Fence on one line wouldn't cause it to extend rather than trim. Study tip: Remember the Shift-key toggle as a general AutoCAD principle — TRIM/EXTEND aren't the only command pair that shares this behavior. Recognizing it saves significant time on repetitive editing tasks.