Day 11
Reusability
80 XP
BLOCKS
Reuse geometry as a single object.
Explore all lessons for free Create an account to save progress, earn XP, and track completed lessons.
Learning objective
By the end of this lesson you can group geometry into a reusable BLOCK and insert it multiple times in a drawing.
What BLOCKS is
A block is a named collection of objects that behaves as a single entity. Insert it once, insert it a hundred times — every copy stays linked so an edit propagates everywhere.
Why and when you use it
Use blocks for anything that repeats: doors, windows, furniture, fasteners, title-block stamps. They make drawings smaller, faster and easier to update.
Where to find it in the AutoCAD interface
- Ribbon
- Home tab → Block panel → Create / Insert buttons.
- Menu
- Draw menu → Block → Make / Insert.
- Command line
- Type BLOCK or INSERT and press Enter.
- Alias / shortcut
- B for BLOCK, I for INSERT.
Key vocabulary
- Block definition
- The recipe stored in the drawing — the geometry plus a name and base point.
- Block reference
- An instance of the block inserted into the drawing.
- Base point
- The insertion handle of the block — where it lands when you insert.
- Attribute
- Editable text fields inside a block (e.g. door number).
Before you start
- Draw the geometry you want to turn into a block on Layer 0 so it inherits the host layer's colour.
- Decide on a logical base point — usually a corner or insertion centre.
- Plan a descriptive name (e.g. CHAIR-01) — block names are awkward to change later.
Step-by-step instructions
- 1Select the objects to group
- 2Start the BLOCK command
- 3Name the block
- 4Set the base point
- 5Confirm and convert
- 6Insert the block elsewhere
Common mistakes & fixes
- Forgetting to pick a base point — the block inserts at 0,0.Fix: Always click 'Pick point' and snap to a corner before pressing OK.
- Drawing the source geometry on a coloured layer.Fix: Draw on Layer 0 so the block adopts the colour of whatever layer it's inserted on.
- Exploding a block to edit one copy.Fix: Use BEDIT (or double-click the block) to edit the definition once — every reference updates.
Troubleshooting
Block inserts off-centre.Show
Cause: Wrong base point at creation time.
Fix: Redefine the block (BEDIT) and reset the base point with BASE.
Edited the geometry but other copies didn't change.Show
Cause: You edited an exploded copy, not the block definition.
Fix: Use BEDIT on the original block to update every reference.
Practice exercise
Chair block around a table
- Draw a simple chair outline.
- Run BLOCK (B), name it CHAIR-01, pick its centre as base point.
- Draw a square table.
- INSERT (I) the chair four times — one on each side of the table.
Success looks like: Four identical chairs sit symmetrically around the table, each one a reference to the same definition.
Pro tips & related commands
Pro tips
- Double-click a block to open the Block Editor and change it once for all copies.
- Use WBLOCK to export a block to its own .dwg file for reuse across drawings.
- Add ATTRIBUTES (ATT) for editable text — perfect for door numbers and titleblock fields.
Related commands
- INSERT(I)Place a block reference into the drawing.
- BEDIT(BE)Edit a block definition in the Block Editor.
- WBLOCK(W)Save a block out as a standalone .dwg.
Lesson quiz
0/2 correct
Score at least 2/2 to unlock lesson completion.
1. Which command creates a block?
2. What is the base point used for?
Create a free account to complete quizzes and save your progress.
Sign up freeCreate a free account to mark lessons complete and earn XP.
Sign up free