In a previous post, I covered how to create a block in AutoCAD. Here I explain how to insert a block.
Insert a block from your current drawing
When you have the block definition in your drawing (perhaps you just created it), follow these steps to insert it:
- Go to Home tab> Block panel>Â Insert to start the INSERT command and open the Insert dialog box.
- From the Name drop-down list, choose the block that you want to insert. The list contains the names of all the blocks in the drawing.
- In the Insertion Point section, you would usually leave the default setting, which is to specify the insertion on-screen. However, if you know the coordinates, you can deselect that option and enter the coordinates. You might do this for a title block that you want to insert at 0,0.
- In the Scale section, you can pre-specify a scale. By default, the Specify On-screen option is not checked. You’ll still be able to specify the scale after you return to your drawing, but before you specify the insertion point. Again, if you know the scale you want, you can enter X, Y and Z scale factors in this section. By default, the Uniform Scale checkbox is checked, which means that the same scale will be used for X, Y and Z directions. Uncheck this checkbox to use varying scales for the 3 dimensions.
- In the Rotate section, you can pre-specify a rotation angle. By default, the Specify On-screen option is not checked. You’ll still be able to specify the rotation after you return to your drawing, but before you specify the insertion point. Of you know the rotation you want, you can enter an angle in this section.
- Sometimes, you may want to explode the block when you insert it. For example, you might want to change the block. Of course, you can explode the block after insertion, using the EXPLODE command, but the Insert dialog box gives you a shortcut. Just check the Explode checkbox at the lower-left corner.
- Click OK to close the dialog box and return to your drawing.
- At the Specify insertion point or [Basepoint/Scale/Rotate]: prompt, specify the insertion point for the block. The base point of the block (which you specified when you created the block) will go at the insertion point. You can also use the following options:
- Basepoint: Freezes the location of the block to let you temporarily change the block’s basepoint. Keep the cursor in the drawing area as you do this, so you can specify the new basepoint.
- Scale: Lets you specify a scale factor
- Rotate: Lets you specify a rotation angle
Note: In the Insert dialog box, the path and block unit information are not editable. The Locate Using Geographic Data is only available if you have added geographic data to the drawing and if the block (in this case another drawing) also has geographic data.
Insert another AutoCAD drawing as a block
To insert another drawing as a block, follow these steps:
- Open the Insert dialog box as just described and click the Browse button. For example, you may have created blocks as individual drawings which are part of a block library.
- Navigate to the drawing, select it, and click Open. You’re now in the Insert dialog box.
- Use the dialog box settings in the same way you would for a block inside your drawing and click OK.
- At the Specify insertion point or [Basepoint/Scale/Rotate]: prompt, specify the insertion point for the block, using the options if you want.
Insert blocks in other ways
I have tips on 3 other ways to insert blocks:
- Keep blocks accessible so you can insert them in any drawing–Part I: Tool Palettes
- Keep blocks accessible so you can insert them in any drawing–Part II: DesignCenter
- Keep blocks accessible so you can insert them in any drawing–Part III: Content Explorer
Do you have any tips on inserting blocks? Leave a comment and let other readers know!
Sign up to get the AutoCAD Tips Newsletter so you won’t miss any new tips!
Facebook Page
Hi,
i have a door block in my drawing, i’m looking for a way to change the basepoint for the door without loosing these doors to her locations and positions.
i read a lot of posts here and there concerning this issue, BUT no one have the answer…
i hope you have it …
regards,
If they aren’t rotated, you could
1. mark the current insertion point with a point object
2. redefine the block and let them all move
3. mark the new insertion point with a point object
4. select all of the blocks and move them from the 2nd point to the 1st point and they’ll all move back.
Here I explain how to select all instances of a block: http://www.ellenfinkelstein.com/acadblog/quickly-find-out-how-many-insertions-of-a-block-are-in-your-drawing/
You could accomplish the 4 steps with an AutoLISP routine that cycles through the blocks, but I’m not a programmer. Let me know if this works.
Hi Ellen
I am using Autocad 2012 and am setting up a workspace, I wondered if there was a way to set a toolbar command for inserting blocks and set it to browse to a specific location so that a user doesn’t have to browse for the blocks. The users are no keen on tool palettes and prefer tookbars..I have a macro ^c^cinsert but do not know what else to put in the macro for it to be set to a specific location. are you able to help me please?
thanks
Tiffany
You need to work on the command line. Set filedia to 0 and try doing the process entirely on the command line. You should be able to put that in a command. At the beginning of the command set filedia to 0 and at the end set it back to 1. You might find that an AutoLISP routine or script file works better. You could also try -insert, the command-line form of the INSERT command. These 3 tips might help:
http://www.ellenfinkelstein.com/acadblog/tutorial-create-a-custom-command-for-autocad-using-autolisp/
http://www.ellenfinkelstein.com/acadblog/ditch-dialog-boxes-with-the-command-line-form-of-commands/
http://www.ellenfinkelstein.com/acadblog/tutorial-automate-tasks-with-a-script-file/
[...] View the original article here [...]
[...] View the original article here window._wp_rp_static_base_url = "http://dtmvdvtzf8rz0.cloudfront.net/static/"; [...]
Hello Ellen:
I am working with auto cad 2000, trying to copy one dwg to a new frame, easy right? But it is coming so big, and when I do a zoom ext. I can see my new frame very small in a side of the screen. Maybe scale? can you help me?
Thanks in advance, Rosana
HAI I AM WORKING WITH AUTOCD 2013, I NEED ABOUT HOE TO CREATE LAYOUTS AND HOW TO INSERT TEMPLET IN LAYOUTS.
Can you please tell me how can I convert the units from inches to mm inside a block
This is all I have on the topic: http://www.ellenfinkelstein.com/acadblog/switch-between-imperial-and-metric-measurements/