Model Space vs Paper Space — The Core Concept
Think of it like this: Model Space is the real world — you draw everything at 1:1 true size. A 30-foot wall is 30 feet long in model space. Paper Space is the print sheet — a D-size sheet is exactly 34"×22" in paper space. The viewport is a camera lens: it zooms in on model space and projects it onto the paper at your chosen scale. You only set the scale once, in the viewport. Everything else — linetype scales, annotation heights — adapts automatically when set up correctly.
Model Space Rules
Draw everything at true real-world size. A building column at 18" is 18 inches. A utility pole at 40 feet is 40 feet. Never scale your geometry.
| What | In Model Space |
| Geometry | Full real-world size (1:1) |
| Text height | Plotted height × Scale Factor |
| Dimension scale | DIMSCALE = Scale Factor (or Annotative) |
| Hatch scale | Pattern scale × Scale Factor |
| Linetype scale | LTSCALE = Scale Factor |
Paper Space Rules
Paper Space is always 1:1 to the print sheet. A 34" wide D-size border is drawn 34 inches wide here. Text in Paper Space is placed at the actual plotted height — no scaling needed.
| What | In Paper Space |
| Border / title block | Actual paper dimensions (1:1) |
| Notes on sheet | Actual plotted height (e.g. 0.125") |
| Viewport border | Drawn in paper space, any size |
| Scale label | Text like "Scale: 1/4" = 1'-0"" |
| PSLTSCALE | Set to 1 so linetypes scale to paper |
Step-by-Step: Setting Up a Viewport
1
Open a Layout tab
Right-click a Layout tab → Page Setup → set your plotter and paper size. This defines the sheet boundary in Paper Space. Delete the default viewport AutoCAD creates (it's usually the wrong size).
2
Create a viewport with MVIEW
Type MV (MVIEW alias) → pick two corners to define the viewport rectangle on your sheet. Or use VPORTS for preset configurations.
3
Activate the viewport (double-click inside)
Double-clicking inside enters Model Space through the viewport. The viewport border thickens. Now you're looking at your model through the lens.
4
Set the viewport scale with Zoom XP
Type Z → then enter the XP factor shown in the result band above (e.g. 1/48xp for 1/4"=1'-0"). This is the most reliable method — it sets the zoom so 1 paper unit = the correct model units.
5
Pan to position your drawing
While still inside the viewport, use Pan (P) to center your drawing in the viewport. Do NOT zoom — that will change your scale.
6
Lock the viewport scale
Double-click OUTSIDE the viewport to return to Paper Space. Select the viewport border → Properties panel → set Display Locked = Yes. This prevents accidental zoom changes. Alternatively, right-click the viewport border → Display Locked → Yes.
7
Set PSLTSCALE = 1 and CANNOSCALE
In Paper Space, type PSLTSCALE → set to 1. This makes linetypes display correctly in the viewport. Then set CANNOSCALE to match your viewport scale so annotative objects display at the right size.
Viewport Scale — Two Methods Compared
Zoom XP Method
Recommended
- Type
Z → enter 1/SFxp (e.g. 1/48xp)
- Direct, precise, no dialog
- Works in all AutoCAD versions
- XP = times Paper space — 1/48 of model = 1 paper unit
- Easiest to verify: zoom 1/48xp exactly sets 1/4"=1'-0"
Custom Scale List / VPSCALE
Also valid
- Select viewport → Properties → Standard Scale dropdown
- Or VPSCALE command in some versions
- Easier for non-technical users
- Scale must exist in the scale list (SCALELISTEDIT)
- Can add custom scales via SCALELISTEDIT
Never zoom with the scroll wheel while inside a locked viewport. Double-click outside first to exit the viewport, then scroll. Zooming inside a locked viewport will break your scale and you'll have to reset it.
Zoom XP Quick Reference Table
| Scale |
Scale Factor |
Zoom XP Command |
CANNOSCALE |
Discipline |
Layer Freeze per Viewport
One of paper space's most powerful features: you can freeze different layers in different viewports. A site plan viewport can show grading layers while a detail viewport hides them — same model, different layer states per view.
1
Activate the viewport (double-click inside it)
2
Open the Layer Manager (LA). You'll see a new column: VP Freeze (the snowflake icon in the current VP column).
3
Click the VP Freeze icon for any layer you want hidden in this viewport only. It freezes in this viewport but stays visible in all others.
4
Return to Paper Space (double-click outside). The frozen layers are invisible in that viewport, visible in others.
Defpoints layer tip: Objects on the Defpoints layer never plot, making it useful for viewport borders, construction lines, and reference geometry you want visible on screen but not on the print.
System Variables Reference
Multiple Viewports — Layout Strategy
| Viewport Type | Typical Scale | Purpose | Notes |
| Overall / Key Plan | Smaller (1/8", 1:100) | Show full extent of project | Often in corner of sheet |
| Main Plan | Standard (1/4", 1:50) | Primary working view | Largest viewport, centered |
| Detail | Larger (1"=1', 1:5) | Zoomed-in critical areas | Multiple per sheet common |
| Elevation / Section | Same as main or different | Vertical views | Match scale to plan when possible |
| 3D / Isometric | N/A or 1:1 | Visual reference only | Lock and annotate in paper space |
Common Mistakes & Fixes
| Problem | Cause | Fix |
| Linetypes look solid in viewport |
PSLTSCALE = 0, or LTSCALE wrong |
Set PSLTSCALE = 1, LTSCALE = 1, then REGEN |
| Scale changed after panning |
Scrolled while inside viewport |
Re-enter viewport, ZOOM 1/SFxp, re-pan, re-lock |
| Annotative text not showing |
CANNOSCALE doesn't match viewport scale |
Set CANNOSCALE to match viewport scale in Annotation Scale dropdown |
| Viewport border plots |
Viewport border layer is plottable |
Put viewport borders on a non-plotting layer (e.g., VPORTS or Defpoints) |
| Can't zoom inside viewport |
Viewport is display-locked |
Select viewport border → Properties → Display Locked = No → reset scale → re-lock |
| Drawing appears in wrong position |
UCS not set to World in viewport |
Activate viewport → type UCS → W (World) |
| Hatch not scaled correctly in viewport |
HPSCALE not accounting for scale factor |
Set HPSCALE = pattern base × scale factor, or use HPASSOC |
Plot & Print Guide
Plotting in AutoCAD is the bridge from paper space to physical output — PDF, printer, or plotter. Understanding plot styles, page setups, and scale settings prevents the most common "it printed wrong" disasters.
CTB vs STB — Plot Style Tables
| Type | Full Name | How It Works | When to Use |
| CTB |
Color-Dependent Plot Style Table |
Plot properties (lineweight, color, screening) are assigned by object color index (ACI 1–255). Color 7 = black on paper. Every object of the same color plots identically. |
Legacy workflows, older firms, drawings where color = linetype convention is already established. Most utility and civil firms still use CTB. |
| STB |
Named Plot Style Table |
Objects and layers are assigned named plot styles (e.g., "Heavyweight", "Screening50") regardless of their on-screen color. Colors on screen are purely visual. |
Modern workflows, large firms, BIM environments where screen color and plotted lineweight are independent. More flexible but requires deliberate style assignment. |
💡 Switch type per drawing: CTB vs STB is set per drawing (STYLESMANAGER). You cannot mix types in one DWG. A new drawing inherits the setting from the template it was created from. The command CONVERTPSTYLES converts between the two (but reassign styles after — values don't auto-transfer).
Common CTB Lineweight Assignments
| ACI Color | Color Name | Typical Plotted Lineweight | Common Use |
| 1 | Red | 0.13 mm (hairline) | Fine detail, dimension lines, hatch |
| 2 | Yellow | 0.18 mm | Text, annotation |
| 3 | Green | 0.25 mm | Hidden lines, secondary geometry |
| 4 | Cyan | 0.35 mm | Object lines (medium) |
| 5 | Blue | 0.50 mm | Major outlines |
| 6 | Magenta | 0.70 mm | Heavy borders, title block lines |
| 7 | White/Black | 0.25–0.50 mm | Default — adjust per project standard |
Page Setup — PAGESETUP
A Page Setup stores the printer, paper size, plot style table, orientation, and plot area for a layout. Create a named page setup once and apply it to all layouts — change the printer in one place and all layouts update.
1
Right-click the layout tab → Page Setup Manager (or type PAGESETUP). Click New to create a named setup.
2
Set the Printer/Plotter (physical printer, DWG to PDF, or another virtual plotter). Set Paper Size and Orientation.
3
Set Plot Area to Layout (most reliable for paper space — plots exactly what's on the layout sheet) or Extents (plots all geometry, regardless of layout).
4
Select your Plot Style Table (.ctb or .stb). Choose Scale 1:1 — paper space is already scaled via viewports; the layout itself should always plot at 1:1.
5
Check Plot with Plot Styles and Plot Paper Space Last. The latter ensures viewport content plots before paper space annotations, preventing layer order issues.
Plotting to Scale — Model Space vs Paper Space
| Method | Plot Scale Setting | How Correct Scale is Achieved |
| From Paper Space Layout (recommended) |
Plot scale = 1:1 |
Scale is set on each viewport (ZOOM 1/SFxp). The layout represents the physical sheet. Plot at 1:1 and viewports render at their defined scales. |
| From Model Space |
Plot scale = drawing scale (e.g., 1/4" = 1') |
Set plot scale to match the intended drawing scale. Use a custom scale (e.g., 1 inch = 48 drawing units for 1/4"=1'). Requires manual calculation — error-prone. |
Plot Scale Quick Reference
| Drawing Scale | Scale Factor | Model Space Plot Setting | ZOOM xp for Viewport |
| 1" = 1' | 12 | 1 in = 12 units | ZOOM 1/12xp |
| 1/2" = 1' | 24 | 1 in = 24 units | ZOOM 1/24xp |
| 1/4" = 1' | 48 | 1 in = 48 units | ZOOM 1/48xp |
| 1/8" = 1' | 96 | 1 in = 96 units | ZOOM 1/96xp |
| 3/32" = 1' | 128 | 1 in = 128 units | ZOOM 1/128xp |
| 1/16" = 1' | 192 | 1 in = 192 units | ZOOM 1/192xp |
| 1:50 (metric) | 50 | 1 mm = 50 units | ZOOM 1/50xp |
| 1:100 (metric) | 100 | 1 mm = 100 units | ZOOM 1/100xp |
Batch Plotting — PUBLISH
PUBLISH lets you plot or PDF multiple layouts across multiple DWGs in one operation — the backbone of set-plotting workflows.
1
Type PUBLISH. The Publish dialog opens with a sheet list. Add DWGs with the "+" button. AutoCAD reads all named layouts from each DWG.
2
Set output to Multi-sheet PDF or Plotter named in page setup. Multi-sheet PDF outputs all layouts into one combined PDF file in page order.
3
Save the sheet list as a .dsd file. Reload it next issue to re-plot the same set — no rebuilding the list each time.
💡 SHEETSET (Sheet Set Manager): For project-level plotting, Sheet Set Manager (SHEETSET command) provides a structured way to organize, number, and batch-plot all drawings in a project with automatic sheet numbering, title block field updates, and eTransmit integration.
Common Plot Problems & Fixes
| Problem | Cause | Fix |
| Everything plots in black — no lineweights |
Plot style table not assigned or "Plot with plot styles" unchecked |
Page Setup → assign the CTB/STB file → check "Plot with plot styles" |
| Lines too thin / barely visible |
CTB hairline weight (0.05 mm) assigned to all colors |
Open the CTB in Plot Style Editor → set lineweights by color. Check "Use object lineweight" for colors that should use layer lineweights. |
| PDF image resolution is poor |
DWG to PDF raster quality setting is low |
In the plotter properties for DWG to PDF, set raster/vector quality to 600 DPI. For hatches and images, higher DPI significantly improves output. |
| Viewport frame prints on PDF |
Viewport border layer is plottable |
Move all viewport borders to a layer with Plot = No (Properties panel → Plot: No). |
| Output is shifted / cut off |
Plot offset not centered, or wrong paper size |
Page Setup → check "Center the plot" or set offset to 0,0. Confirm paper size matches the actual printer/PDF page size. |
| Fonts not embedded in PDF |
Non-standard SHX fonts used |
Switch to TrueType fonts (Arial, Romans.ttf) or enable "Capture fonts used in the drawing" in PDF options. SHX fonts must be available on every machine that opens the PDF. |
Questions & Tips
Share a viewport workflow tip or ask a question — shown after review.