Insert symbols and details into your drawings from commercial online sources or from your own designs.
Some Basic Definitions
In AutoCAD, symbols and details that you insert into drawings are called
blocks. A block is a collection of geometric and text objects plus other data that are combined into a single
named object. The following are some examples of a variety of blocks at different scales.
There are three elements involved for inserting blocks in a drawing.
- A
block definition. This data is stored in a drawing file or drawing template file in a non-graphical format. Block definitions can easily be created or imported from any drawing file.
- A
block reference. When you insert a block, you specify a drawing file or a block definition to import. The graphics for the block reference are generated from the block definition.
- A
block insertion base point or just
base point. When you insert a block, this is the part of the block attached to your cursor.
The base point is circled on the block below. Later, if you select a block that's already been inserted, it displays a grip at the base point. You can easily move and rotate this block using this grip.
For example, the following drawing contains only four block
definitions: Cubicle, Chair, Table, and Plant. There are three block
references to Cubicle, twelve block references to Chair, two block references to Table, and two block references to Plant.
Considering this example, what are the advantages of inserting the chair as a block reference 12 times rather than creating 12 copies of a geometry of the chair?
- The block reference of the chair associates the geometry of the chair into a single object, which is easier to move, copy, and rotate as a unit.
- The part number, vendor, and other information, which are called
block attributes, can be stored with the block definition or each block insertion. This data can be extracted into a schedule or a report.
- If you make a change to the block definition in a drawing, all the associated block references in the drawing are immediately updated.
- For drawings with many repetitive elements, the amount of data stored is significantly less when these elements are stored as block references.
Note: The commonly used term,
block, can refer loosely to either a block definition, a block reference, or both depending on context.
Sources for Blocks
Typically, you
insert a block into the current drawing from one of these sources:
- Any drawing file. For example, you might create a drawing of a standard detail view. You can then use a block insertion tool to insert this drawing as a block into your current drawing. In this example, the detail views folder is commonly termed a
block library folder.
- One or more block definitions contained within a drawing file. For example, you can create a drawing that only contains block definitions of trees. You can then insert any of these blocks from that drawing into your current drawing. A drawing file that contains a family of related blocks is commonly termed a
block library drawing.
- One or more block definitions created in your
current drawing. For example, you might want to create a block from a set of objects that appear repeatedly in that drawing, such as the following cubicle arrangement that contains multiple
nested blocks. All the blocks used in the cubicle arrangement can be combined into a
single block for multiple placements.
Once you insert a block, you can easily move, copy, rotate or scale it.
Insert a Block
The Blocks palette is used to insert blocks.
- Click
.
This opens the Blocks palette and makes it active. By default it is docked on the right-side of the application.
Display Options Toolbar
- Displays the blocks in the current drawing.
- Displays recently inserted or created blocks. The recent list persists across drawings and sessions.
- Displays the blocks from a selected block library.
- Select the display option for block libraries.
- Do one of the following:
- Click the file drop-down list to display the 10 most recently used block libraries (folder or drawing file).
- Click to select a folder or a file.
Note: To share block libraries across AutoCAD platforms, sign in to your Autodesk account and select a folder or drawing from a cloud drive.
- If you have selected a folder that contains multiple drawings, you can double-click on a drawing to view and insert the blocks in the drawing.
Note: Click Back to Library to return to the library and display the blocks and drawing in the folder.
- From the Blocks palette, double-click to place the block, or drag to place it. When you double-click to place the block you can use object snaps for more precision.
You can also browse to a drawing file and insert it as a block or display the blocks on the drawing in the Blocks palette.
- Select the display option to show the blocks from the current drawing.
- Click the icon indicated.
- Browse to the drawing file you want to insert.
Tip: The default options at the bottom of the Blocks palette are usually acceptable in most cases, but you can experiment with them to see what options you might want to use.
Create a Drawing for Use as a Block
Often, individual drawing files are created to be used as blocks and saved in a folder with similar drawing files. This method is an alternative to accessing the block definitions stored in a single drawing.
When you create a drawing file for use as a block, make sure that you locate an object at the origin point (0,0). This will serve as the default base point of the block. Later, when you insert the block, it is attached to your cursor at the base point.
In the following example, a drawing file is inserted into the current drawing to provide a standard detail view.
Custom title blocks and drawing borders are also created as drawing files that can be inserted later or included in drawing template files.
Tip: When you save the drawing, navigate to a folder, right-click, and create several folders to organize the block drawings.
Manage Block Definitions and Data in a Drawing (Optional)
You can create, remove, and modify block definitions directly in the current drawing for special circumstances.
- Remove unused block definitions from a drawing with the PURGE command. Purging a drawing of unused block definitions can reduce the size of a drawing. You can purge only those block definitions that aren't used by any block references in the drawing.
- Create new block definitions directly in the current drawing with the BLOCK command. Creating block definitions is useful either if you need a block that's unique to that drawing or if you want to create a block library drawing that contains a family of related block definitions.
- Disassemble a block reference into its constituent objects with the EXPLODE command. Exploding block references provides an easy way to define new versions of a block definition with the BLOCK command or to save the resulting objects to a new drawing file with the WBLOCK command.
Tip: Block definitions can also include objects called
block attributes that can store information such as part number, vendor name, and cost. You can extract and export block attribute data to a table, schedule, or external file. Some blocks called
dynamic blocks can change their appearance dynamically depending on the associated data, location, or options chosen.
Summary of Suggestions and Recommendations
Several different methods are commonly used for saving and organizing block definitions.
- Create an individual drawing file for each block that you intend to use. Save these drawing files in folders that contain families of related drawing files.
- Create drawing files called
block library drawings. Each one of these drawings contains a family of related block definitions. When you insert a block library drawing into your current drawing, all the blocks that are defined in that drawing become available in your current drawing.
- Include the block definitions for title blocks and commonly used symbols in your drawing template files to make them available immediately when starting a new drawing.
Tip: With online access, you can download AutoCAD drawing files from the web sites of commercial vendors and suppliers. This option can save you a significant amount of time, but always check to make sure that these drawings are drawn correctly and to scale.