Skip to main content
April 1, 2026Dan Perico/8 min read

Inserting Blocks with the Insert Command

Master AutoCAD Block Insertion with Professional Commands

Core AutoCAD Block Skills You'll Master

Insert Command Fundamentals

Learn to use the primary Insert command and its keyboard alias. Master the dropdown menu interface for quick block selection.

Block Transformation Techniques

Control scale, rotation, and mirroring of blocks during insertion. Apply proper orientation for any workspace layout.

External File Integration

Import external DWG files as blocks using the Browse function. Set up proper base points and layer configurations.

Topics Covered in This AutoCAD Tutorial:

Mastering Block Insertion and the Insert Command – Essential Skills for Professional CAD Workflows

Exercise Preview

ex preview blocks insert command

Studio Layout Project Overview

This exercise guides you through furnishing a complete studio apartment using various AutoCAD blocks including refrigerators, desks, chairs, and drafting tables with proper positioning and orientation.

Exercise Overview

In this comprehensive exercise, you'll master the fundamentals of inserting blocks using AutoCAD's Insert command. Block insertion is a cornerstone of efficient CAD practice, enabling you to maintain consistency across drawings while dramatically reducing drafting time. You'll learn not only the mechanics of placement, but also the strategic considerations that separate novice users from seasoned professionals.

Block Insertion Workflow

1

Access Insert Command

Use the Insert dropdown in the Home Tab Ribbon or press 'I' + Enter for the keyboard alias to open insertion options.

2

Select and Configure Block

Choose your block from the available list, adjust scale and rotation parameters using the Insert dialog box as needed.

3

Place with Precision

Position the block using its base point, utilizing object snaps and polar tracking for accurate placement in your drawing.

Inserting Blocks with the Insert Command

  1. Begin by opening the file Blocks-Studio.dwg. This drawing contains a studio apartment layout that we'll furnish using various block insertion techniques.

  2. Navigate to the Block Panel within the Home tab of the Ribbon interface. Expand the Insert dropdown menu to reveal available blocks. Notice that blocks previously inserted in this drawing remain accessible even if they've been deleted from the current view – this is because blocks become permanently attached to the drawing file upon first insertion, creating a reusable library. Select the Refrigerator block from the available options.

    insert refrigerator block

  3. Understanding base points is crucial for precise block placement. Each block has a predetermined base point established during creation – for this refrigerator block, it's located at the upper-right corner. This base point serves as your insertion anchor and directly impacts placement accuracy. Monitor the command line for orientation options if adjustments are needed. Position the refrigerator by clicking to place its base point at the upper-left corner of the counter in the studio's upper-right area, as demonstrated in the diagram below.

    block place refrigerator

  4. Next, we'll position a corner desk in the studio's upper-left area. Return to the Insert menu and locate the Furniture-Desk-Corner block. You'll notice its current orientation doesn't suit our placement needs – this is a common scenario in professional practice. Click the More Options button at the bottom of the expanded panel to access the comprehensive Insert dialog box, which provides full control over block properties.

    insert dilalog furniture desk corner

  5. From the Name dropdown menu, select Furniture-Desk-Chair. To correct the orientation for upper-left corner placement, we'll employ a scaling technique: under Scale, enter an X value of –1. This negative scaling value flips the desk along the X-axis without altering its size – a professional trick for quickly reorienting blocks without creating new variations. Click OK and place the desk in the upper-right corner of the studio as shown.

    blocks place desk

  6. Keyboard shortcuts significantly accelerate workflow in professional environments. Demonstrate this by pressing I Enter (the Insert command alias) to quickly access the Insert dialog box. This method is particularly valuable during intensive drafting sessions. Select Furniture-Chair-Swivel from the Name list to add seating to your workspace.

    insert dilalog furniture chair swivel

  7. Strategic initial placement reduces subsequent modification work. Position the chair's base point at the midpoint of the desk's inner curved edge, as illustrated below. This seemingly simple step demonstrates professional foresight – by choosing a logical reference point, you'll simplify the centering process when using the Move tool in the next step.

    blocks chair midpoint

  8. Precision positioning requires careful attention to drawing aids. Ensure your Polar Angle is set to 45°, then activate the Move tool move tool and select the chair. For the base point, click the Geometric Center of the seat cushion. Move the chair along the 45° Polar Tracking line as shown below – this angular movement will perfectly center the chair with the desk, demonstrating how proper planning creates elegant solutions.

    blocks chair move

  9. Mirroring is one of AutoCAD's most powerful productivity tools. Launch the Mirror command mirror tool to create symmetrical copies of both the desk and chair for the studio's opposite side. Use the midpoint of the left wall as the first point of your horizontal mirror line, creating a balanced workspace layout with minimal effort.

    blocks mirror desk and chair

  10. Now we'll add technology to our workspace. Execute the Insert command to place a PC block on the upper desk. Set the Rotation angle to 45° and position the base point at the desk's Geometric Center. This angled placement creates a more dynamic, realistic workspace arrangement than rigid orthogonal positioning.

    blocks pc geometric center

  11. Repeat the PC insertion process for the lower desk, but use a rotation angle of 135° to maintain visual balance. Note an important limitation: you cannot use the Mirror command to duplicate this PC because the block is asymmetrical – mirroring would create an unrealistic reversed orientation. This highlights why understanding your content is crucial for choosing the right duplication method.

    blocks pc lower desk

  12. This step demonstrates importing external drawing files as blocks – a fundamental skill for collaborative workflows. The drafting table isn't available in our current block list because it hasn't been inserted yet. Remember: blocks exist only within drawing files, so importing a block means selecting a .dwg file for insertion into your current drawing. Start the Insert command and click Browse in the Insert dialog box. Navigate to the Class Files folder, select Furniture-Drafting Table.dwg, and click Open. Set the Rotation angle to 180° and click OK. The base point may not align perfectly for immediate placement – this is common with externally sourced blocks. Position it approximately near the desk, then use the Move tool move tool to precisely place the base point at the drafting table's lower-left corner, positioning it adjacent to the desk as shown.

    blocks insert furniture drafting table

  13. Apply the same process to place a second drafting table beside the other desk, using a 90° rotation angle as illustrated.

    Professional Tip: This two-step approach – initial placement with Insert followed by precise positioning with Move – is standard practice in professional environments. Attempting to achieve perfect placement during initial insertion often wastes time, while this method combines speed with accuracy.

    blocks furniture drafting table endpoint

  14. This next step illustrates a critical issue in block preparation. Press I Enter to start the Insert command and click Browse. Select Furniture-Desk.dwg from the Class Files folder and click Open. In the Insert dialog box, click OK. Notice two problems: the desk appears far from its base point, making placement difficult, and it displays in white (or black with light backgrounds) rather than matching the current A-Furniture layer color. These issues stem from improper block preparation – a common problem when working with externally sourced content. Press Escape to exit the Insert command and delete the desk if accidentally placed.

    blocks desk far from base point

  15. Now you'll learn proper block preparation – an essential skill for creating professional-quality content. Open the file Furniture-Desk.dwg. The base point problem occurs because when inserting .dwg files as blocks, AutoCAD uses the Origin Point (0,0) as the base point. The desk's current position places this origin far from the object. We need to reposition the desk so that 0,0 aligns with our desired base point. Press M Enter to start the Move tool move tool. Select the desk and click its Geometric Center as the base point. When prompted for the second point, press # (Shift–3) – this temporarily switches to Absolute coordinate mode. Type 0,0 and press Enter. This moves the desk's center to the origin point, ensuring the block's base point will be centered on the desk upon insertion.

    blocks change desk base point

  16. The color issue reveals a fundamental principle of AutoCAD layer management. When block objects reside on layers other than layer 0, they retain those layer properties regardless of where the block is placed. Currently, this desk sits on layer A-Walls (white), so the block appears white even when placed on the A-Furniture layer. However, objects on layer 0 become "Property by Layer," meaning they adopt the properties of whatever layer the block is inserted onto. Select the desk and change its layer to 0 to enable this behavior.

    Technical Note: AutoCAD's color display system dates back to the software's origins when all computer screens were black. White objects were used for visibility against black backgrounds, but they print as black ink – which is why primary drawing layers typically use white. Modern AutoCAD allows customizable background colors through the Display tab in the Options dialog box (OP Enter), but the underlying color system remains unchanged for compatibility.

  17. While color should typically be assigned by layer for clear layer identification, there are strategic exceptions. You may want certain block properties like linetype or lineweight to remain consistent regardless of the destination layer. Select the desk and open the Properties Panel (Ctrl–1). Change the Linetype to Continuous and the Lineweight to 0.30. This ensures consistent line appearance across all layers while allowing color to vary by layer – a professional approach to maintaining drawing standards. Save and close the Furniture-Desk.dwg file.

  18. Return to Blocks-Studio.dwg and press I Enter to start the Insert command. Click Browse, select the corrected Furniture-Desk.dwg, and click Open. Since this file was previously inserted as a block, AutoCAD will prompt you to redefine the existing block. Click Redefine to update the block definition with your corrections – this demonstrates AutoCAD's intelligent block management system. In the Insert dialog box, enter 90° for the Rotation angle and click OK. Notice the immediate improvements: the base point now centers on the desk for easy placement, and the color matches the A-Furniture layer. Position the desk in the lower-right room (the office space) at the upper-right corner as shown below.

    blocks insert furniture desk

Block Base Point Strategy

Understanding base points is crucial for accurate placement. The refrigerator block's base point is in the upper-right corner, which determines how it positions relative to your cursor during insertion.

Block Insertion Methods Comparison

FeatureDropdown MenuInsert DialogKeyboard Command
Access SpeedFastModerateFastest
Configuration OptionsLimitedFull ControlFull Control
Scale ModificationNoYesYes
Rotation ControlNoYesYes
Recommended: Use dropdown for quick standard insertions, dialog box or keyboard command for complex transformations requiring scale or rotation adjustments.
Negative Scale Values for Mirroring

Setting X scale to -1 flips the block horizontally without changing its size. This technique is essential for orienting furniture blocks to fit different room corners and layouts.

Block Positioning Best Practices

0/4
External DWG File Integration

When blocks aren't in your current drawing's list, use the Browse button to import external DWG files. The file's origin point (0,0) becomes the block's base point automatically.

Layer 0 Configuration for Blocks

Objects on Layer 0 adopt the properties of their destination layer when inserted. Objects on other layers retain their original properties, which can cause color and formatting conflicts.

Property by Layer vs Property by Object

Pros
Property by Layer adapts blocks to current drawing standards
Color automatically matches the insertion layer
Maintains consistent drawing organization
Easier layer management and visibility control
Cons
Line weights may not match block requirements
Line types might not suit the block design
Less control over individual block appearance
Requires careful layer setup in source drawings

Setting Up Blocks for Optimal Insertion

1

Position Base Point at Origin

Move objects so the desired base point aligns with coordinate 0,0 using the Move command with absolute coordinates (#0,0).

2

Configure Layer Properties

Place block objects on Layer 0 for property inheritance, or assign specific properties for consistent appearance across layers.

3

Set Line Properties

Define specific linetypes and lineweights in Properties Panel when consistent appearance is required regardless of destination layer.

4

Test and Redefine

Insert the block, test positioning and appearance, then use the Redefine option to update the block definition with any corrections.

Key Takeaways

1The Insert command can be accessed through the Home Tab Ribbon dropdown, More Options dialog box, or the keyboard alias 'I' + Enter for different levels of control over block insertion.
2Block base points determine insertion behavior - understanding where the base point is located is crucial for accurate positioning in your drawing layout.
3Scale values can be negative to flip blocks along axes - setting X scale to -1 mirrors the block horizontally without changing its size, useful for furniture orientation.
4External DWG files can be imported as blocks using the Browse button, with the origin point (0,0) of the source file becoming the block's base point.
5Objects placed on Layer 0 in block source files will adopt the properties of their destination layer, while objects on other layers retain their original properties.
6The Move command is frequently used in conjunction with Insert to fine-tune block positioning after initial placement, especially when base points aren't optimally located.
7Polar tracking at 45-degree angles combined with geometric center snapping provides precise control for positioning and aligning furniture blocks in architectural layouts.
8Block redefinition allows you to update existing blocks in a drawing when the source file has been modified, maintaining consistency across all instances of that block.

RELATED ARTICLES