5.3 Transferring Content Between Drawings

Key Takeaways

  • Copy with Base Point (COPYBASE, Ctrl+Shift+C) lets you pick a specific base point before copying, so a later Paste snaps that exact point onto geometry in the destination drawing
  • Plain Ctrl+C copying does not let you choose a base point, so pasted objects often land at an unpredictable location that needs a follow-up move
  • Dragging a selection between two open drawing windows copies the objects into the destination drawing while leaving the originals untouched in the source
  • Dragging content between open drawings requires both windows visible at once, typically arranged with Window > Tile, rather than viewed as stacked full-screen tabs
  • Paste to Original Coordinates (PASTEORIG) places copied objects at the same absolute coordinates they held in the source drawing, useful when both drawings share one coordinate system
Last updated: August 2026

Blocks and drawing content don't have to stay confined to the drawing where they were created. The ACU objectives specifically call out two techniques for moving objects from one drawing into another — Copy with Base Point, and dragging content between multiple open drawing windows — and understanding when each one is the right tool matters as much as knowing the mechanics.

Why Ordinary Copy and Paste Isn't Always Precise

The familiar Windows shortcuts Ctrl+C (COPYCLIP) and Ctrl+V (PASTECLIP) work in AutoCAD the same way they do in most applications: select objects, copy them to the Windows clipboard, switch to another drawing, and paste. The limitation is that plain Ctrl+C does not let you choose a base point for the copied objects. Whatever internal reference AutoCAD uses to track the copied geometry is not something you selected, so a plain paste often lands the objects at a location that has nothing to do with existing geometry in the destination drawing, forcing a follow-up MOVE to nudge everything into the correct spot. For quick, rough transfers where exact placement doesn't matter, this is fine. For placing a symbol precisely against existing geometry, it usually isn't enough.

Copy with Base Point (COPYBASE)

The command COPYBASE, available with the keyboard shortcut Ctrl+Shift+C, solves this precision problem directly. The workflow is:

  1. Run COPYBASE (or press Ctrl+Shift+C)
  2. Specify a base point — typically snapped to a meaningful geometric feature using an object snap, such as the corner of a symbol or the endpoint of a wall
  3. Select the objects to copy, and press Enter to finish the selection

AutoCAD copies the selected objects to the Windows clipboard together with that base point. Switching to the destination drawing — even a separate AutoCAD session entirely — and running Paste (Ctrl+V) attaches the copied geometry to the cursor by that exact base point, so you can snap it precisely onto existing geometry in the new drawing, the same way you would place a fresh block instance by its base point. If the copied selection includes a block reference, pasting it also brings the underlying block definition into the destination drawing automatically if a definition by that name doesn't already exist there, transferring both the instance and its reusable definition in one operation.

A related paste variant, Paste to Original Coordinates (PASTEORIG), skips the visual snapping step entirely and places the copied objects at the exact same absolute X, Y, Z coordinates they occupied in the source drawing. This is the right choice when both drawings already share a common coordinate system — for example, a site plan and a separate utility plan referenced to the same survey grid — rather than eyeballing where the geometry should visually land.

Drag and Drop Across Multiple Open Drawings

AutoCAD can hold several drawings open in one session, each as its own document. To drag content directly from one into another, both the source and destination windows need to be visible on screen at the same time, which usually means arranging them with Window > Tile Horizontally, Tile Vertically, or Cascade, rather than viewing drawings as stacked, full-screen document tabs where only one is visible at once.

With both windows visible, the workflow is:

  1. Select the objects to transfer in the source drawing
  2. Click and hold on one of the selected (highlighted) objects — not on a grip — and drag the cursor across into the visible destination drawing window
  3. Release the mouse button to drop the objects at that location

This technique copies the selected objects into the destination drawing; the originals stay untouched in the source drawing, since nothing is deleted from where the selection started. If the dragged selection includes a block reference, the destination drawing automatically receives the underlying block definition as well, just as it does with a base-point paste.

Precision Trade-Off: COPYBASE vs. Drag and Drop

TechniqueStrengthBest used when
COPYBASE + PasteYou choose an exact base point, typically with an object snap, so the geometry snaps precisely onto destination geometryPlacement must align exactly with existing objects, such as a symbol against a wall corner
Drag and drop between windowsFast, requires no command entry, works well for quick transfersAn approximate placement is acceptable, to be fine-tuned afterward with MOVE or grip editing
PASTEORIGPlaces objects at identical absolute coordinatesBoth drawings already share one coordinate system

Drag and drop tracks the cursor relative to wherever you happened to click to grab the selection, not a base point you deliberately chose in advance the way COPYBASE lets you specify. For a transfer that must land exactly on a specific point in the destination drawing, Copy with Base Point paired with an object snap is the more reliable technique; dragging between open windows is better suited to a quick transfer you'll adjust afterward.

A Related Command Worth Recognizing: WBLOCK

The objectives in this section focus on Copy with Base Point and drag and drop, but you'll also encounter WBLOCK (Write Block) in real-world transfer workflows, and it's worth keeping the distinction straight. WBLOCK saves selected objects, an existing block definition, or an entire drawing out to a brand-new, standalone DWG file on disk — a file that can then be inserted into any other drawing later, the same as any other external block. This differs from BLOCK, whose definition lives only inside the current drawing file, and it differs from COPYBASE and drag and drop, which move object data directly between two drawings that are already open, without necessarily creating any new file on disk at all.

On the Exam

Expect a scenario contrasting a plain Ctrl+C/Ctrl+V paste that lands in the wrong spot against COPYBASE's ability to snap a chosen base point precisely onto destination geometry. Also expect a question testing whether dragging a selection between two open drawing windows deletes the originals — it does not; the source drawing keeps its objects, and the destination drawing receives a copy.

Test Your Knowledge

A drafter copies a symbol with Ctrl+C in one drawing and pastes it with Ctrl+V into another. The symbol lands at an unexpected location relative to existing geometry. What is the most likely explanation?

A
B
C
D
Test Your Knowledge

A drafter needs to copy a hardware symbol from one drawing and snap it exactly onto a hole's center point in a second drawing. Which technique achieves this most reliably?

A
B
C
D
Test Your Knowledge

After dragging a selection of objects from one open drawing window into another, what happens to the objects in the original (source) drawing?

A
B
C
D
Test Your Knowledge

Two drawings reference the same survey coordinate grid, and a drafter wants copied objects to land at identical absolute coordinates in both files rather than visually snapping them into place. Which approach fits this need, and what must be true for drag and drop to work at all between the two files?

A
B
C
D