AutoCAD Case Studies & Practical Application 2 — Questions and Answers
Question 1: An architect needs to deliver a set of floor plans to a client who only has basic PDF viewing software. Which AutoCAD workflow is most appropriate?
- Export each layout to DWF and email the eTransmit package
- Use PUBLISH to batch-plot all layouts to a multi-sheet PDF (Correct answer)
- Print each sheet individually to a physical plotter
- Save the DWG as DXF and attach to an email
Correct answer: Use PUBLISH to batch-plot all layouts to a multi-sheet PDF
The PUBLISH command batch-plots all model and layout tabs to a single multi-sheet PDF, ideal for client delivery without CAD software.
Question 2: A civil engineer receives a surveyor's drawing with incorrect units (feet instead of meters). Which command corrects the geometry scale without redrawing?
- UNITS
- SCALE with a factor of 0.3048 (Correct answer)
- REGEN
- DRAWINGSCALE
Correct answer: SCALE with a factor of 0.3048
SCALE applied to all objects with a factor of 0.3048 converts foot-based geometry to meters.
Question 3: A mechanical designer must ensure a bolt-hole pattern is exactly 30° apart around a center point. Which tool accomplishes this most efficiently?
- COPY with multiple option
- ARRAY with Polar type (Correct answer)
- MIRROR repeated six times
- ROTATE with Reference angle
Correct answer: ARRAY with Polar type
Polar Array distributes items evenly around a center point at specified angular increments.
Question 4: During a project review, a team lead notices dimension text overlaps model geometry in the viewport. What is the fastest corrective action?
- Delete and redraw all dimensions
- Change the dimension text height in DIMSTYLE
- Move dimension text using the DIMTEDIT command or grip editing (Correct answer)
- Increase the drawing scale
Correct answer: Move dimension text using the DIMTEDIT command or grip editing
DIMTEDIT or grip-editing the text grip lets you reposition individual dimension text without recreating dimensions.
Question 5: A contractor requests a drawing that shows only the electrical layer visible, with all others turned off. What is the most efficient method?
- Delete all objects on non-electrical layers
- Use Layer States Manager to save and restore a custom layer visibility state (Correct answer)
- Freeze all layers manually each session
- Create a new drawing with only electrical objects
Correct answer: Use Layer States Manager to save and restore a custom layer visibility state
Layer States Manager saves named snapshots of layer visibility, freeze, and lock settings for instant restoration.
Question 6: A designer needs to reuse a standard title block across 50 projects without copying geometry each time. What is the best practice?
- Copy and paste from an existing drawing
- Save the title block as a block in a Template (DWT) file (Correct answer)
- Redraw the title block for each new project
- Store it as a WBLOCK in a shared folder and INSERT when needed
Correct answer: Save the title block as a block in a Template (DWT) file
Embedding the title block in a DWT template ensures every new drawing starts with the standardized block automatically.
Question 7: A structural engineer needs to calculate the total steel area of all column cross-sections drawn as closed polylines. Which tool provides this data directly?
- MEASUREGEOM with Area option and select each polyline (Correct answer)
- LIST command on each object
- PROPERTIES palette
- BOUNDARY then AREA
Correct answer: MEASUREGEOM with Area option and select each polyline
MEASUREGEOM (or the AREA command) calculates area of selected closed objects and can accumulate totals using Add mode.
An architect needs to deliver a set of floor plans to a client who only has basic PDF viewing software.
Which AutoCAD workflow is most appropriate?