AutoCAD Quiz: Dimension Placement
10 questions · exam conditions
0:00
Dimension PlacementQuestion 1 of 10

Existing dimensions are on layer A-DIMS, whose layer color is blue. The dimension objects have their object color set to ByLayer, but their dimension lines, extension lines, and text still display red. Inspection of the dimension style shows explicit red colors assigned to those components.

Which change best makes the complete dimensions follow the color assigned to A-DIMS?

Set the dimension-style component colors to ByLayer and leave the dimension objects set to ByLayer.
Set DIMLAYER to A-DIMS and regenerate the drawing so the existing dimensions inherit blue.
Set the dimension-style component colors to ByBlock and assign an explicit blue object color.
Move the dimensions temporarily to layer 0, regenerate, and then return them to A-DIMS.
← Back to quizzes

AutoCAD Quiz

AutoCAD Quiz: Dimension Placement

Practice Dimension Placement 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 Dimension Placement, 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

Existing dimensions are on layer A-DIMS, whose layer color is blue. The dimension objects have their object color set to ByLayer, but their dimension lines, extension lines, and text still display red. Inspection of the dimension style shows explicit red colors assigned to those components.

Which change best makes the complete dimensions follow the color assigned to A-DIMS?

  1. Set the dimension-style component colors to ByLayer and leave the dimension objects set to ByLayer. (correct answer)
  2. Set DIMLAYER to A-DIMS and regenerate the drawing so the existing dimensions inherit blue.
  3. Set the dimension-style component colors to ByBlock and assign an explicit blue object color.
  4. Move the dimensions temporarily to layer 0, regenerate, and then return them to A-DIMS.
Explanation: Whenever you see a question about dimension colors in AutoCAD, the key is understanding the three-tier color hierarchy: object color → dimension style component color → layer color. Dimension style settings override layer color, so if a style explicitly assigns red to dimension lines, extension lines, and text, those components will display red regardless of what layer they live on or what the object's color property says. That's exactly the trap here. The dimension objects themselves are already set to ByLayer, which would normally let the layer color (blue) flow through — but the dimension style is intercepting that signal by hardcoding red. The fix is to go into the dimension style and change each component's color to ByLayer, which tells those components to look up the chain to the object's color, which then looks to the layer, landing on blue. That's why A is correct: it removes the style-level override so layer color finally governs the result. B is wrong because DIMLAYER controls which layer new dimensions are placed on — it has no retroactive effect on existing dimension colors and won't clear the style's explicit color assignments. C is a common misconception: setting component colors to ByBlock only matters for dimensions nested inside block definitions; here the dimensions are in model space, so ByBlock behaves unpredictably and won't achieve the intended result. D is a red herring — moving objects to layer 0 doesn't reset dimension style overrides, so the red colors from the style persist regardless of which layer the objects temporarily occupy. A good rule of thumb: when dimensions ignore their layer color, always inspect the dimension style's component color settings first — that's almost always where the override lives.

Question 2

Four existing parallel linear dimensions were placed manually and now have irregular gaps. Their measured points and values are correct, and the lowest dimension line is already at the required location. The remaining three dimension lines must be evenly spaced without being recreated.

Which workflow most directly produces the required placement?

  1. Run DIMSPACE, select the lowest dimension as the base, select the other three, and specify the required spacing. (correct answer)
  2. Run DIMBASELINE, select the lowest dimension as the source, and accept its current extension-line origins.
  3. Change DIMDLI in the active style and regenerate the drawing to reposition all four existing dimensions.
  4. Run DIMALIGNED, select each existing dimension line, and enter the desired offset as a measured distance.
Explanation: When you encounter a question about repositioning existing dimensions in AutoCAD, focus on tools that modify placement without recreating objects. The key distinction here is between tools that create new dimensions and tools that adjust existing ones. DIMSPACE is precisely designed for this scenario. It lets you select a base dimension — the one already correctly placed — and then select the remaining dimensions you want to redistribute. AutoCAD then spaces them at a uniform interval you specify, moving only the dimension lines while preserving all measured points and text values. That makes answer A the correct workflow here. Answer B is tempting but wrong. DIMBASELINE creates new dimensions that stack from a shared baseline origin — it doesn't reposition existing dimension objects. Using it would add duplicate dimensions rather than fixing the ones already in the drawing. Answer C misunderstands how DIMDLI works. That system variable controls the default offset for newly created baseline dimensions going forward. It has no retroactive effect on dimensions already placed in the drawing, so regenerating the drawing would not move anything. Answer D describes DIMALIGNED, which is a dimension-creation command used to measure distances along an angled line. Selecting an existing dimension with it would begin a new measurement operation entirely — it has no ability to reposition placed dimensions. For your exam, remember this pattern: "space existing dimensions evenly" = DIMSPACE. Whenever the scenario specifies that dimensions already exist and need uniform spacing without being recreated, DIMSPACE with a base dimension is the direct, purpose-built solution.

Question 3

A linear dimension is correctly associated with its geometry, and its dimension line is positioned at the office-standard offset. The text overlaps a nearby note. The text must be shifted sideways while the dimension line remains fixed, and no leader should be introduced.

Which dimension-text grip option should the drafter use?

  1. Use Move with Dim Line so the text and dimension line retain their relative alignment.
  2. Use Move Text Only so the text changes position without relocating the dimension line. (correct answer)
  3. Use Move with Leader so the text remains connected to its original centered location.
  4. Use Stretch on an extension-line grip so the text clears the note without changing placement.
Explanation: When working with dimension text in AutoCAD, it helps to think about what each grip option actually controls — the text position, the dimension line position, or both together. The scenario here is specific: the dimension line stays put, no leader is wanted, and only the text needs to shift laterally to avoid a conflict. Move Text Only does exactly that. Selecting this grip option lets you drag the text to a new position independently of the dimension line, which remains anchored at its original offset. This is the cleanest solution when annotation crowding is purely a text-placement issue, and it's why B is correct. Choice A, Move with Dim Line, moves the text and dimension line together as a unit, preserving their relative spacing. That sounds appealing, but it would relocate the dimension line away from the office-standard offset — violating the constraint stated in the problem. Choice C, Move with Leader, adds a short leader connecting the displaced text back to the dimension line. The passage explicitly rules out introducing a leader, so even though this option does reposition text, it introduces unwanted geometry. Choice D is a common trap. Stretching an extension-line grip changes where the dimension measures to, potentially altering the measured geometry or dimension line location. It does not shift dimension text sideways, so it solves nothing here. Study tip: On AutoCAD exam questions involving dimension grips, always map the constraint list (what must stay fixed, what must move, what must not be added) to each option. The phrase "no leader" is a reliable filter that immediately eliminates Move with Leader whenever it appears.

Question 4

A shaft contains consecutive features measured from left to right. The first linear dimension is already placed. Each subsequent dimension must begin where the preceding dimension ends, forming a single chain at the same offset rather than a stack measured from the first feature.

Which command and source relationship should be used for the remaining dimensions?

  1. Use DIMBASELINE, taking the first extension-line origin of the existing dimension as the common datum.
  2. Use DIMSPACE, treating the first dimension as the base and selecting each feature in sequence.
  3. Use DIMCONTINUE, continuing from the appropriate extension line of the preceding dimension. (correct answer)
  4. Use DIMLINEAR repeatedly, selecting the original left endpoint as the first point every time.
Explanation: When placing a series of dimensions along a shaft, you need to recognize whether the dimensions share a common origin or form a continuous chain. The passage specifies that each dimension must begin exactly where the preceding one ends — that's the defining behavior of a chained or continuous dimensioning scheme, not a baseline scheme. DIMCONTINUE (answer C) is purpose-built for this workflow. After placing your first dimension, DIMCONTINUE automatically uses the second extension line of the most recently placed dimension as the first extension line of the next one. You simply pick each successive feature endpoint, and AutoCAD builds a clean, evenly offset chain across the shaft. This matches the passage exactly. Answer A describes DIMBASELINE, which does the opposite — it stacks every dimension from a single shared datum (the first extension line). You'd end up with overlapping, progressively longer dimensions rather than a sequential chain, which is useful for tolerance stacking but wrong here. Answer B misidentifies DIMSPACE, which is a spacing adjustment tool. It redistributes the visual gap between already-placed parallel dimensions; it doesn't create new dimensions or link them sequentially. Treating it as a dimensioning command is a category error. Answer D describes manually reusing DIMLINEAR from the same origin each time — that recreates baseline dimensioning behavior without any of AutoCAD's automation, and still doesn't produce a chain. It's inefficient and produces the wrong dimension structure. A quick memory anchor: Continue = chain (each link connects to the last), Baseline = fan (all spokes from one hub). If the question says dimensions chain or continue from the previous, reach for DIMCONTINUE immediately.

Question 5

A layout contains a scaled viewport showing model-space geometry. The project standard requires dimensions to be placed in paper space at a fixed plotted text size, but their values and definition points must remain associated with the model objects if those objects or the viewport scale change.

Which setup is most appropriate when placing the dimensions?

  1. Set DIMASSOC to 2, place dimensions in model space, and rely on the viewport scale to adjust text size automatically.
  2. Set DIMASSOC to 0, place dimensions in paper space, and enter a manual measurement override for each value.
  3. Set DIMASSOC to 1, place dimensions in model space, and explode them after the viewport scale is finalized.
  4. Set DIMASSOC to 2, place dimensions in paper space, and snap to model geometry through the viewport. (correct answer)
Explanation: When working with dimensions in a layout, the key is understanding two independent controls: DIMASSOC governs how dimensions associate with geometry, and placement location (model space vs. paper space) determines how text size behaves at plot time. The scenario demands two things simultaneously — fixed plotted text size (paper space) and live association with model objects (DIMASSOC 2). Setting DIMASSOC to 2 creates fully associative dimensions whose definition points bind directly to model geometry, meaning if the geometry moves or the viewport scale changes, the dimension updates automatically. Placing those dimensions in paper space while snapping through the viewport to model geometry satisfies both requirements: the text height is controlled by paper-space units (so it plots consistently regardless of viewport scale), yet the dimension remains linked to the actual model objects. That's exactly what D describes, making it the correct answer. Choice A fails because dimensions placed in model space do not maintain a fixed plotted text size — the viewport scale directly affects how large the text appears on paper, which violates the project standard. Choice B sets DIMASSOC to 0, which produces completely non-associative, static dimensions with no link to model geometry whatsoever; any manual override also defeats the requirement for automatic value updates. Choice C uses DIMASSOC to 1 (non-associatively placed in model space) and then explodes the dimensions, destroying any remaining associativity entirely — the worst possible outcome when association is explicitly required. Remember this rule: paper-space dimensions + DIMASSOC 2 + viewport snapping is the professional standard whenever you need both consistent plot scale and live geometry association. Watch for questions that try to separate these two concerns, because the correct solution always satisfies both at once.

Question 6

A narrow feature is being dimensioned. When both the text and arrowheads cannot fit between the extension lines, the drafting standard requires the arrowheads to remain inside whenever possible and the text to be moved outside first.

Which dimension-style Fit option should be selected?

  1. Select Either text or arrows (best fit) so AutoCAD chooses whichever element produces the least crowding.
  2. Select Arrows so the arrowheads are moved outside before AutoCAD considers moving the text.
  3. Select Text so the text is moved outside before AutoCAD considers moving the arrowheads. (correct answer)
  4. Select Both text and arrows so both elements move outside whenever the available space is insufficient.
Explanation: When working with AutoCAD dimension styles, the Fit tab controls what happens when space between extension lines is too tight to hold both text and arrowheads. The key is understanding that each Fit option defines which element moves outside first — and matching that behavior to the drafting standard described is exactly what this question tests. The passage states the standard requires arrowheads to stay inside whenever possible, meaning text should be displaced first. Selecting Text (option C) does precisely this: AutoCAD moves the text outside the extension lines before it ever considers relocating the arrowheads. This keeps the arrowheads pointing inward — the preferred convention — while freeing up space by pushing the annotation outward. Option A, Either text or arrows (best fit), lets AutoCAD make its own judgment call based on visual crowding, which may or may not honor the requirement to keep arrowheads inside. You're surrendering control to the software rather than enforcing the standard. Option B, Arrows, is essentially the opposite of what you need. It tells AutoCAD to move the arrowheads outside first, directly violating the requirement that arrowheads remain inside whenever possible. Option D, Both text and arrows, moves everything outside simultaneously as soon as space is insufficient — unnecessarily displacing the arrowheads even when only the text needed to move. A helpful memory trick: the Fit option you choose names what moves out first. If arrowheads must stay in, choose Text — the text leaves first, and arrowheads hold their position as long as possible.

Question 7

A detail requires a new set of baseline dimensions. The dimension lines must be evenly offset from one another using the office-standard baseline interval. The drafter wants the interval applied automatically as each baseline dimension is created.

Which setting should be adjusted before creating the baseline dimension set?

  1. Adjust the dimension style's baseline spacing, controlled by DIMDLI, and then use DIMBASELINE. (correct answer)
  2. Adjust the extension-line offset from origin, controlled by DIMEXO, and then use DIMCONTINUE.
  3. Adjust the dimension-line extension beyond ticks, controlled by DIMDLE, and then use DIMLINEAR.
  4. Adjust the text gap around the dimension line, controlled by DIMGAP, and then use DIMSPACE.
Explanation: When working with baseline dimensions in AutoCAD, you need to recognize that two things must align: the command that creates the dimension type, and the variable that controls its geometry. Baseline dimensions stack outward from a common origin, so the spacing between each stacked line must be set before you begin. That's exactly what answer A describes. DIMDLI (Dimension Line Increment) stores the baseline spacing value — the perpendicular distance between successive dimension lines. When you run DIMBASELINE, AutoCAD reads DIMDLI automatically and applies that interval to each new dimension as it's added. Setting DIMDLI to your office standard before starting guarantees every line is evenly offset without manual adjustment. The distractors each mix up the wrong variable with the wrong command. Answer B targets DIMEXO, which controls how far extension lines offset from the geometry origin point — useful for avoiding overlap with the object, but completely unrelated to the spacing between stacked baseline lines. DIMCONTINUE also creates a chain dimension, not a baseline set. Answer C points to DIMDLE, which governs how far dimension lines extend beyond tick marks — a tick-style formatting detail, not spacing. Pairing it with DIMLINEAR (a single linear dimension) makes the option doubly wrong. Answer D references DIMGAP, which sets the gap between dimension text and the dimension line — a text-clearance variable — and DIMSPACE is a tool for equalizing already-placed dimensions, not creating new ones. A useful memory hook: DIMDLI → "DL" = Distance between Lines. On the exam, whenever you see "baseline spacing," go straight to DIMDLI and DIMBASELINE — they're a matched pair.

Question 8

A drawing's current layer is A-WALL, but DIMLAYER is set to A-ANNO-DIMS. After placing two dimensions, the drafter changes the current layer to A-DOOR and immediately draws another dimension followed by a polyline.

On which layers will the new dimension and the polyline be created, assuming no command-specific layer overrides other than DIMLAYER?

  1. Both objects will be created on A-DOOR because changing the current layer overrides DIMLAYER.
  2. The dimension will be on A-ANNO-DIMS, and the polyline will be on A-DOOR. (correct answer)
  3. The dimension will be on A-DOOR, and the polyline will be on A-ANNO-DIMS.
  4. Both objects will be created on A-ANNO-DIMS until DIMLAYER is reset to the current layer.
Explanation: Whenever you see a question involving DIMLAYER, remember that this system variable acts as a dedicated layer override specifically and only for dimension objects — it has no effect on any other object type. When DIMLAYER is set to a valid layer name (in this case A-ANNO-DIMS), AutoCAD automatically places every new dimension on that layer regardless of what your current layer is. Think of it as a permanent redirect for dimensions: changing the current layer to A-DOOR does nothing to interrupt that redirect. So the new dimension lands on A-ANNO-DIMS, not A-DOOR. The polyline, however, is not a dimension — DIMLAYER ignores it entirely — so it follows the current layer rule and is created on A-DOOR. That's exactly what answer B describes, making it correct. Answer A is wrong because it assumes the current layer always wins. The current layer is the default for most objects, but DIMLAYER is a recognized exception that supersedes it for dimensions specifically. Answer C has the logic backwards — it places the dimension on the current layer and the polyline on A-ANNO-DIMS, which inverts how both rules actually work. Answer D is wrong because DIMLAYER never bleeds over onto non-dimension objects; it will never cause a polyline to land on A-ANNO-DIMS. For the exam, remember this clean rule: DIMLAYER controls dimensions only, current layer controls everything else. If you see a scenario mixing dimension and non-dimension objects with DIMLAYER active, always split them across their respective layers.

Question 9

Several extension lines pass through centerlines and nearby dimensions in a crowded mechanical detail. The measured points and dimension locations must remain unchanged, but small gaps are required wherever the selected dimensions cross those objects. The gaps should continue to respond when associated objects are edited.

Which operation best satisfies these requirements?

  1. Use TRIM on the crossing centerlines and dimensions, leaving permanent openings at each intersection.
  2. Use DIMBREAK with the Automatic option on the affected dimensions and crossing objects. (correct answer)
  3. Use BREAK on each dimension object and manually delete the segments at every crossing.
  4. Use DRAWORDER to place all dimensions above the centerlines without creating actual gaps.
Explanation: When a drawing becomes crowded with overlapping extension lines, centerlines, and dimensions, AutoCAD provides a dedicated tool designed specifically to create clean, associative gaps — and knowing which tool that is separates a polished drawing from a messy one. The key requirement here is that gaps must be automatic and associative, meaning they update when associated geometry changes. DIMBREAK with the Automatic option is built exactly for this purpose. It analyzes where selected dimensions cross other objects and inserts breaks at every intersection without moving any measured points or dimension text. Because the breaks are associative, editing the crossing objects causes the gaps to update automatically. That's why B is correct. Choice A fails immediately because TRIM permanently removes portions of the centerlines or dimensions — those are destructive edits that neither preserve the original geometry nor respond to future changes. Choice C has the same fatal flaw: using BREAK manually deletes segments from the dimension object itself, creating static gaps that require manual rework every time the drawing changes, and it risks corrupting the dimension's associativity entirely. Choice D is a misdirection — DRAWORDER controls which objects visually appear on top during display but creates no actual gaps whatsoever; overlapping lines are simply hidden behind other objects, which won't satisfy a drafting standard requiring true breaks. A useful rule of thumb: whenever a question mentions gaps that respond to edits, think DIMBREAK with Automatic. If the question emphasizes permanence or manual control, the other break tools come into play — but they sacrifice associativity.

Question 10

An existing annotative dimension is visible in a viewport whose annotation scale is 1:50 but not in another viewport set to 1:20. The dimension layer is on and thawed in both viewports, ANNOALLVISIBLE is off, and the dimension currently has only the 1:50 annotation scale assigned.

What is the most direct correction without creating a duplicate dimension?

  1. Move the dimension to a new layer and set that layer to thaw automatically in all viewports.
  2. Change the second viewport to 1:50, reposition the dimension, and restore the viewport scale.
  3. Turn off the dimension's Annotative property and apply a manual scale override of 1:20.
  4. Use OBJECTSCALE to add the 1:20 annotation scale to the existing dimension. (correct answer)
Explanation: Whenever you see a question about annotative objects not appearing in a viewport, the core concept being tested is how AutoCAD controls annotation visibility through assigned scales. Annotative objects only display in viewports whose annotation scale matches one of the scales assigned to that object — it's a one-to-one relationship unless you deliberately add more. The most direct fix here is D: using OBJECTSCALE. This command lets you add additional annotation scales to an existing object without altering or duplicating it. By adding 1:20 to the dimension's scale list, the object becomes visible in both viewports simultaneously, which is exactly what the question asks for. Choice A is a layer-management workaround that misunderstands the problem entirely. The dimension is already on a visible, thawed layer in both viewports — the issue is scale assignment, not layer state. Changing layers fixes nothing here. Choice B is destructive to your workflow. Temporarily changing the second viewport to 1:50 just to reposition a dimension, then restoring it, doesn't solve the visibility problem — the dimension still only has 1:50 assigned, so it still won't show at 1:20 after you restore the scale. Choice C removes the annotative property altogether, which defeats the entire purpose of using annotative dimensions. A manual scale override doesn't replicate the automatic scaling behavior and could break consistency across the drawing. The study tip here: remember that ANNOALLVISIBLE forces all annotative objects visible regardless of scale — useful for editing, but it's a global override, not a permanent fix. OBJECTSCALE is your precision tool for managing scale assignments per object.