All questions
Question 1
Several associative dimensions are crossed by centerlines. The centerlines may be repositioned during design revisions, and the dimension-line gaps must follow the revised intersections without manual placement.
Which workflow best satisfies the requirement?
- Use DIMBREAK with Manual and define two break points at every current crossing to fix the gap locations.
- Use DIMBREAK with Multiple to select the dimensions, then apply Auto so gaps are driven by detected intersections and update when geometry changes. (correct answer)
- Use BREAK on each dimension line at the crossing locations and retain both resulting dimension segments.
- Use DIMDISASSOCIATE before trimming each dimension at the centerline crossings to remove unwanted line overlap.
Explanation: When AutoCAD's DIMBREAK command is involved, the key distinction to keep in mind is whether gaps are fixed in place or dynamically linked to geometry. The passage emphasizes that centerlines will move during revisions, so any static, manually placed break is a liability — it won't follow the centerline if it shifts.
The Auto option within DIMBREAK is specifically designed to detect intersecting objects and create gaps at those crossing points automatically. Crucially, because the dimensions remain associative, those gaps update when the crossing geometry is repositioned. Using Multiple first lets you batch-select several dimensions at once, making the workflow efficient across an entire drawing. This is exactly what option B describes, making it the correct answer.
A is tempting because Manual mode gives you precise control, but "precise and fixed" is the problem here — those break points are static coordinates that will not follow a moved centerline. You'd have to redo them manually after every revision, defeating the purpose.
C uses the general BREAK command, which permanently splits a dimension object into disconnected segments. You lose associativity entirely, meaning the dimension no longer updates when the geometry changes. This is the opposite of what the passage requires.
D compounds the problem further. DIMDISASSOCIATE deliberately severs the link between a dimension and its defining geometry. Stripping associativity before editing is the worst possible approach when the requirement is automatic, geometry-driven updates.
As a study tip, whenever a question mentions geometry that moves during revisions, look for tools that maintain associativity and use Auto modes — static edits almost always become the wrong answer.
Question 2
A dimension contains several gaps previously added with DIMBREAK. The crossing objects have been removed, but the drafter wants to preserve the dimension's geometry association and eliminate all of its break gaps.
Which operation should the drafter perform?
- Use DIMREASSOCIATE and select the original two extension-line origins again.
- Use DIMBREAK with Restore on the affected dimension. (correct answer)
- Use DIMDISASSOCIATE and then apply the current dimension style.
- Use JOIN to reconnect the separated portions of the dimension line.
Explanation: When working with DIMBREAK in AutoCAD, you need to understand what the command does in both directions. DIMBREAK introduces gaps into dimension lines and extension lines wherever crossing geometry intersects them — but it also has the ability to remove those gaps cleanly, without touching the dimension's associativity.
The key here is DIMBREAK's Restore option. When you apply DIMBREAK with Restore to a dimension, AutoCAD removes all previously added break gaps and restores the dimension line to its original, unbroken state — all while keeping the dimension fully associated with its geometry. This is exactly what the scenario calls for, making B the correct choice.
A is a trap for students who confuse associativity loss with break gaps. DIMREASSOCIATE is used when a dimension has lost its link to model geometry — that's not the issue here. The dimension is still associated; it just has cosmetic break gaps that need to be cleared.
C is doubly wrong. DIMDISASSOCIATE deliberately removes geometric association, which is the opposite of what the drafter wants. Reapplying a dimension style afterward would update formatting, not restore broken geometry or re-establish associativity.
D reflects a misunderstanding of what DIMBREAK does structurally. The gaps are not actual separate objects that JOIN can reconnect — they are a display behavior managed by DIMBREAK itself. JOIN works on lines, polylines, and arcs, not dimension break records.
A useful rule of thumb: if DIMBREAK created the problem, DIMBREAK can fix it. Always check whether the command that caused an issue has a built-in undo or restore mode before reaching for unrelated tools.
Question 3
New dimensions behave as single editable dimension objects, but stretching the measured geometry does not update their displayed values. Older associative dimensions in the same drawing still update correctly.
Which current DIMASSOC value most likely explains the behavior of the new dimensions?
- DIMASSOC is 0, so new dimensions are created as separate primitive objects.
- DIMASSOC is 1, so new dimensions are nonassociative dimension objects. (correct answer)
- DIMASSOC is 2, so new dimensions retain full geometric associativity.
- DIMASSOC is 3, so new dimensions update only after regeneration.
Explanation: When you see a question about dimension behavior in AutoCAD, anchor your thinking to the DIMASSOC system variable, which controls how dimensions relate to the geometry they measure. It has three possible values — 0, 1, and 2 — each producing a distinctly different dimension type.
The passage tells you the new dimensions behave as single editable objects (meaning they aren't exploded into primitives), but they don't update when geometry is stretched. That combination is the fingerprint of DIMASSOC = 1, which creates nonassociative dimension objects. They exist as unified dimension entities, but they have no live link to the geometry — so stretching a line won't change the displayed measurement. That's exactly why B is correct.
Here's why the other choices miss the mark. A describes DIMASSOC = 0, which produces dimensions exploded into separate lines, arcs, and text — not single editable objects, which the passage explicitly rules out. C describes DIMASSOC = 2, which gives full associativity — dimensions would automatically update when geometry moves, contradicting the passage's stated behavior. D is a trap: there is no DIMASSOC = 3 in AutoCAD. This distractor banks on students guessing that a higher number might mean "delayed updating," but the variable simply doesn't have that value.
The reason older dimensions in the drawing still update is that they were created when DIMASSOC was set to 2 — changing the variable only affects new dimensions, not existing ones.
Study tip: Memorize DIMASSOC as 0 = exploded, 1 = object but not linked, 2 = fully associative. The exam frequently tests whether you can distinguish "unified object" from "associative object" — they are not the same thing.
Question 4
During DIMREASSOCIATE on a linear dimension, the drafter correctly associates the first extension-line origin to one endpoint. At the prompt for the second extension-line origin, the drafter presses Enter to skip that association point.
What is the most likely result?
- The complete command is canceled, and neither extension-line origin retains a new association.
- The dimension becomes exploded because both origins must be selected in one operation.
- Both origins become associated because AutoCAD infers the second endpoint automatically.
- The first origin is associated, while the skipped second origin remains unassociated. (correct answer)
Explanation: When working with DIMREASSOCIATE, it helps to understand that the command processes each definition point independently. AutoCAD walks you through each association point one at a time — first extension-line origin, then second — and critically, you can skip any individual point by pressing Enter without affecting the others you've already confirmed.
This point-by-point independence is exactly what makes D the correct answer. When you successfully associate the first extension-line origin and then press Enter at the second prompt, AutoCAD simply leaves the second origin in its current state — unassociated or previously associated — while preserving the new association you just made for the first. The command completes normally with a partial result: one origin tied to geometry, one not.
A is wrong because DIMREASSOCIATE does not roll back completed steps when you skip a subsequent one. The command doesn't treat skipping as a cancellation — that would require pressing Escape. B is incorrect because skipping a point has no connection to exploding a dimension; EXPLODE is a completely separate command and is never triggered by DIMREASSOCIATE behavior. C is the trickiest distractor — AutoCAD does not infer or auto-associate the second endpoint based on the first. There is no geometric inference logic built into this command; each point requires explicit user selection.
A good study tip: think of DIMREASSOCIATE as a checklist you can partially complete. Enter skips an item; Escape cancels everything. Knowing that distinction will help you answer any question about partial associations or mid-command interruptions on the AutoCAD exam.
Question 5
After a revision, the annotation monitor identifies several dimensions as disassociated. Their displayed measurements currently look correct, but each should follow the replacement geometry in later revisions.
What is the best corrective workflow?
- Dismiss the monitor badges because a correct displayed value confirms valid association.
- Use DIMUPDATE to force the dimensions to inherit the current dimension style.
- Use DIMREASSOCIATE and select the appropriate points on the replacement geometry. (correct answer)
- Use DIMBREAK with Auto to reconnect the dimensions at nearby intersections.
Explanation: When AutoCAD's annotation monitor flags dimensions as disassociated, it means those dimensions have lost their parametric link to geometry — they no longer update automatically when the model changes. A "correct-looking" value right now means nothing if future edits move the geometry and the dimension stays frozen in place. That's the core concept being tested here: the difference between a dimension that displays correctly versus one that is genuinely associated to its geometry.
The right fix is C — DIMREASSOCIATE. This command lets you walk through each flagged dimension and reattach its definition points to specific locations on the replacement geometry. Once reassociated, the dimensions will track future edits automatically, which is exactly what the scenario requires.
A represents a dangerous misunderstanding. A correct displayed value only means the dimension hasn't drifted yet — it offers zero protection against future revisions. Dismissing the badges eliminates the warning without solving the underlying problem.
B is a common mix-up. DIMUPDATE applies or refreshes a dimension style (appearance properties like arrow size or text height). It has no effect on geometric association whatsoever — it cannot reattach a dimension to a point on the model.
D reflects a misunderstanding of DIMBREAK, which is a drafting tool used to add visual breaks where dimension or extension lines cross other objects. It has nothing to do with reassociating definition points; "Auto" simply automates where the cosmetic break is placed.
A useful rule of thumb: whenever you see "disassociated" or annotation monitor badges in an AutoCAD question, think DIMREASSOCIATE — it is the dedicated tool for restoring parametric links between dimensions and geometry.
Question 6
An associative dimension updates correctly when its measured object is stretched. A display gap is now needed where the dimension line crosses another object, but the measurement must continue responding to future stretches.
Which approach preserves the required behavior?
- Explode the dimension, trim the crossing area, and group the remaining components to simulate the original object.
- Apply BREAK to the dimension line at the crossing, producing two separate line segments that can be re-linked to the geometry.
- Apply DIMDISASSOCIATE before placing a manual gap in the dimension line to avoid conflicts during editing.
- Apply DIMBREAK to the dimension, which adds a managed visual gap while keeping the existing geometric association intact. (correct answer)
Explanation: When a question pairs two requirements — visual formatting AND ongoing parametric behavior — your first instinct should be to look for the tool specifically designed to satisfy both simultaneously rather than one at a time.
In AutoCAD, dimensions can be associative, meaning they maintain a live link to the geometry they measure and automatically update when that geometry changes. DIMBREAK is the command built to address exactly this scenario: it inserts a managed visual break (gap) where the dimension line overlaps another object, but critically, it does not sever the underlying association. The dimension still "knows" what it's measuring, so future stretches update the value correctly. D is the right approach because it adds the display gap you need without sacrificing the parametric intelligence you want to keep.
A is a trap that destroys everything valuable. Exploding a dimension converts it into anonymous line and text primitives — no association, no automatic update, and no real "dimension" anymore. Grouping the pieces doesn't restore associativity.
B misrepresents how BREAK works on dimensions. Applying a standard BREAK to a dimension line simply cuts the linework; it does not produce re-linkable segments and leaves you with broken, non-updating geometry. BREAK has no awareness of dimensional association.
C does the opposite of what you need. DIMDISASSOCIATE explicitly removes the geometric link, so while you could then manually gap the line, you've sacrificed the very update behavior the question requires you to preserve.
For the exam, remember: whenever a question asks you to modify a dimension's appearance without disrupting its behavior, think DIMBREAK — it's the only dimension-editing tool that operates within the associativity framework rather than outside it.
Question 7
One dimension line crosses both a pipe centerline and a nearby construction line. A gap is required only where the pipe centerline crosses the dimension. The gap should remain tied to that centerline if it is repositioned.
Which DIMBREAK method should be used?
- Choose Auto so every object intersecting the selected dimension creates a break automatically.
- Choose Manual and place a fixed gap around the current pipe centerline intersection using two specified points.
- Run DIMBREAK and select the pipe centerline as the specific breaking object, limiting the break to that intersection. (correct answer)
- Choose Restore and then reselect the dimension to remove all existing breaks and start over.
Explanation: When working with DIMBREAK, the key concept to focus on is precision and associativity — you want breaks that target specific objects and update dynamically when geometry moves. Recognizing which DIMBREAK option gives you that control is what this question tests.
The scenario requires a gap only at the pipe centerline crossing, and that gap must follow the centerline if it moves. This points directly to selecting the pipe centerline as the breaking object — which is exactly what option C does. By running DIMBREAK and specifying the pipe centerline as the single breaking object, AutoCAD creates a break tied associatively to that exact entity. If the centerline is repositioned, the break travels with it, satisfying both requirements in the passage.
Option A is tempting but wrong for this scenario. The Auto option creates breaks at every intersecting object — including the nearby construction line you explicitly want to leave unbroken. It solves too much.
Option B describes the Manual method, which does let you place a gap at a specific location using two points. However, a manually placed break is fixed in space — it does not update if the centerline moves. This fails the "remains tied" requirement in the passage.
Option D, Restore, removes existing breaks rather than creating them. It's a cleanup tool, not a targeted break tool, so it moves in the opposite direction of what the task demands.
Study tip: On DIMBREAK questions, watch for two key requirements: which objects need breaks and whether the break must be dynamic. When both conditions are specified, manual placement always fails — you need object-specific selection instead.
Question 8
A linear dimension was created while dimension associativity was disabled. The drafter later sets DIMASSOC to 2 and stretches the dimensioned line, but the displayed measurement does not change.
What is the most appropriate next action to make the existing dimension follow the line?
- Run DIMREASSOCIATE and identify the intended geometric points for the dimension. (correct answer)
- Run DIMUPDATE and reapply the current dimension style to the dimension.
- Set DIMASSOC to 1 and stretch the dimension line using its grips.
- Run DIMBREAK with the Auto option and select the dimensioned line.
Explanation: When working with dimensions in AutoCAD, you need to distinguish between a dimension's style and its associativity. Associativity is the live link between a dimension object and the geometry it measures. If DIMASSOC was set to 0 or 1 when a dimension was created, that dimension has no geometric associations — changing DIMASSOC to 2 afterward does not retroactively create those links. The dimension simply doesn't know which endpoints to track.
This is exactly why A is correct. DIMREASSOCIATE is the dedicated command for establishing or restoring associative links on existing, non-associative dimensions. It prompts you to pick the specific geometric points (like endpoints or intersections) the dimension should track. Once those links are defined, the dimension will update dynamically whenever the geometry moves.
B is a trap because DIMUPDATE reapplies style properties (like text height or arrowhead type) — it has nothing to do with geometric associativity. Style and associativity are completely separate concepts.
C misunderstands what changing DIMASSOC does. Switching back to 1 changes the behavior for future dimensions; it doesn't repair the broken association on an existing one. Stretching with grips moves the dimension visually but still doesn't bind it to the geometry.
D is a distractor involving DIMBREAK, which removes dimension line segments where other objects cross them — a drafting cleanup tool entirely unrelated to associativity.
The key study tip: whenever a question describes a dimension that won't update after geometry changes, your immediate thought should be "missing associativity → DIMREASSOCIATE." That command is the only one that surgically creates the geometric link on an already-placed dimension.
Question 9
A consultant must issue a dimensioned detail in which the dimensions remain intact as editable dimension objects, but future edits to the underlying geometry must not change their definition points automatically.
Which action most directly produces the requested result for dimensions that are currently associative?
- Run DIMDISASSOCIATE on the dimensions and leave them as dimension objects. (correct answer)
- Set DIMASSOC to 0 and regenerate the drawing before issuing it.
- Explode the dimensions and group their resulting line and text objects.
- Run DIMREASSOCIATE and skip every requested association point.
Explanation: When working with dimensions in AutoCAD, it helps to understand the spectrum of associativity. A fully associative dimension (DIMASSOC = 2) automatically updates its value when the geometry it references changes — useful during design, but potentially problematic when you need to "lock in" a drawing for issue. A non-associative dimension still exists as a complete dimension object with grips, style properties, and editability, but its definition points are no longer linked to any geometry. An exploded dimension, by contrast, is no longer a dimension at all — just raw lines and text.
The scenario asks for dimensions that stay editable as dimension objects but won't auto-update when geometry changes. That's precisely what DIMDISASSOCIATE delivers. Running it on selected dimensions severs their geometry links while leaving them fully intact as dimension objects — making A the correct action.
Option B is tempting but flawed: setting DIMASSOC to 0 only affects newly created dimensions going forward. It does nothing to strip associativity from dimensions that are already associative in the drawing. Option C goes too far — exploding dimensions destroys the dimension object entirely, leaving you with anonymous lines, arcs, and mtext that can't be edited as dimensions or updated through DIMSTYLE. Option D is a trap: DIMREASSOCIATE is designed to add or restore associations, not remove them; skipping points during that command simply leaves the existing associativity unchanged.
Study tip: Remember DIMDISASSOCIATE and DIMREASSOCIATE as opposites — one severs links, one restores them. Exam questions often test whether you know which direction each command works.
Question 10
An associative dimension referenced the endpoints of a line. The line was erased and a new line was drawn at exactly the same coordinates. The dimension still shows the expected value, but moving the new line does not update it.
Why did the coincident replacement line not restore the association automatically?
- Association is tied to referenced geometry, not merely to matching coordinate locations. (correct answer)
- Association is suspended whenever replacement geometry is created on the same layer.
- Association updates only after the replacement line receives the old object's handle.
- Association requires the dimension and replacement line to share one dimension style.
Explanation: When working with associative dimensions in AutoCAD, the key concept to understand is how association is established and maintained. Associative dimensions don't simply monitor coordinate locations in space — they maintain a live link to a specific object entity. Every object AutoCAD creates receives a unique handle (an internal identifier), and the dimension stores a reference to that exact handle. The dimension "knows" which object it's watching, not just where that object happens to be.
This is precisely why A is correct. When you erased the original line and drew a new one at identical coordinates, the new line received a completely different handle. AutoCAD has no way to recognize that the new line is a "replacement" — from the software's perspective, the old referenced entity simply no longer exists. The dimension displays the correct value coincidentally because the geometry matches, but the live associative link is broken.
B is wrong because layer assignment has no effect whatsoever on dimensional association. Layers control visibility and properties, not geometric references. C is partially on the right track conceptually — handles are indeed central to association — but it's wrong because handles are assigned automatically by AutoCAD and cannot be manually transferred from one object to another. You cannot "give" a new line an old handle. D is wrong because dimension styles govern appearance (text height, arrow type, tolerances), not the underlying geometric reference engine.
The practical takeaway: if you need to replace geometry while preserving associativity, use STRETCH, MOVE, or grip editing on the original object rather than erasing and redrawing. Always edit; never replace.