Paper Space, Viewports, and Scale Setup
Model space is where your drawing lives. Paper space is where it gets presented.
Why this matters
The separation between model space and paper space is one of the most important concepts in AutoCAD. Understanding it means you can set up any drawing sheet at any scale without distorting your model geometry. Misunderstanding it means you'll spend hours resizing geometry that should never be touched and wondering why the drawing looks different in the viewport than it does when you zoom in on the model.
The fundamental logic
Model space contains all drawing geometry at real-world scale. A 200-foot road is drawn as 200 feet. A 6-inch curb is drawn as 6 inches. Nothing in model space gets scaled for presentation purposes. Ever.
Paper space represents the physical sheet. Dimensions in paper space are in inches — a 36" wide paper space layout represents a 36" wide sheet of paper. Viewports are windows cut through the paper that look into model space and display it at a chosen scale. The viewport defines the ratio between the real-world model and the paper sheet.
You work in model space to draw. You work in paper space to present. You switch between them frequently, but they are separate environments with separate coordinate systems.
Text defining parts of a drawing always exists in model space. Text describing how to read a sheet always exists in paper space.
Setting up a layout
| Step | Command | What you're doing |
|---|---|---|
| Define sheet | PAGESETUP | Sets paper size, orientation, and the plotter/PDF output device for this layout. Set once per layout. |
| XREF title block | XR (Attach) | Attach the title block drawing from your XREF folder. Insertion point 0,0 in paper space. Place it on the Z - Xref - TB layer. |
| Create viewports | MV | Draw viewport boundary rectangles in paper space. Each viewport is an independent window into model space. |
| Set viewport scale | Double-click inside viewport, use scale dropdown or ZOOM + 1/50XP for 1"=50' | The scale factor defines the ratio between model and paper. 1/50XP means 1 paper unit = 50 model units = 1"=50'. |
| Lock viewport | Right-click viewport border → Lock | Prevents accidental zoom or pan inside the viewport from changing the calibrated scale. |
| Control layer visibility | VPLAYER or Properties panel per viewport | Override which layers show inside each viewport independently. Useful for showing only plan content in the plan viewport and only section content in the section viewport. |
Viewport scale reference
| Plot Scale | ZOOM XP Factor | Common use |
|---|---|---|
| 1" = 10'-0" | 1/120XP | Small site details, furnishing plans |
| 1" = 20'-0" | 1/240XP | Small site plans, residential scale |
| 1" = 30'-0" | 1/360XP | Medium site plans |
| 1" = 40'-0" | 1/480XP | Medium site plans |
| 1" = 50'-0" | 1/600XP | Medium site plans |
| 1" = 60'-0" | 1/720XP | Medium site plans |
| 1" = 100'-0" | 1/1200XP | Large sites, overview plans |
| over 1" = 100'-0" | 1/(feet × 12)XP | Large sites — use only multiples of the above plan scales |
DVIEW for angled sites
If your site geometry is oriented diagonally — which is common with urban sites that align to existing street grids — use the DVIEW command with the Twist option to rotate the model space view within the viewport without rotating the actual geometry. The model stays north-up; the viewport presents it at whatever angle fits the sheet best.
Try this
Set up a viewport at 1"=50'. Unlock it. Zoom in or pan. Observe what happened to the scale in the viewport toolbar — it's no longer 1"=50'. Re-set the scale. Lock the viewport. Now place title block text in paper space and note that you are typing directly on the "sheet," not inside the model. This distinction — paper space vs. model space — is what makes multi-scale presentation possible.
What breaks
Editing in model space when you think you're in paper space — double-clicking inside a viewport takes you into model space inside that viewport. You are now moving the camera, not the sheet. Pan and zoom changes the viewport display but not the model. Scale changes permanently. This is why you lock viewports.
Placing title block content as drawing objects in model space — the title block and all sheet notes belong in paper space. Model space is for drawing geometry only. Title block information at the wrong scale or wrong coordinate system is a classic student error.
XP scale factor confusion — 1/50XP means 1 paper unit represents 50 model units. If your units are architectural (1 unit = 1 inch), then 1/50XP = 1 inch on paper equals 50 inches in the model = 1"=4'-2". That's wrong for a feet-based site plan. At architectural units, 1"=50' requires 1/600XP (50 feet × 12 inches/foot = 600 inches).