Thursday
Autocad, Blocks, CommandInserting multiple blocks by using MINSERT Command
AutoCAD 12 and higher versions
MINSERT, which is one of the unthought-of commands of Autocad, can be very useful sometimes. Command consists of the first letter of ‘Multiple’ word and ‘Insert’ word. I think you understand a familiar word when you hear the INSERT command. We are going to insert blocks but multiple ones at a time. The best example for the situation is always the roof tiles.

Fig.1
You can see a 22×42 cm. roof tile in the Figure 1. Whether you may know the dimensions or not, Autocad can measure for us. Let us now insert the block named ‘BRICK’ by using MINSERT command.
Command: _minsert
Enter block name or [?] <BRICK>:
Units: Centimeters Conversion: 1.0
Specify insertion point or [Basepoint/Scale/Rotate]:
Specify scale factor <1>: enter
Specify rotation angle <0>: enter
Up to now, the whole process is simply same with ‘Inserting a block’ which we have already know. After that, the process proceeds exactly same with ARRAY (rectangular) command.
Enter number of rows (—) <1>: 2
Enter number of columns (|||) <1>: 5
Enter distance between rows or specify unit cell (—): < pick p1 & p2 >
After the repeating row and column numbers are entered, the distances between each row and column are requested. We can define the lateral and horizontal distance by simply drawing a rectangle same as the ARRAY command. (Figure 2)

Fig.2
The result can be seen in Figure 3. The whole block group acts as a one.

Fig.3
Blocks created by MINSERT commands can not be exploded which you can realize going into it but, you can change the row and column number entering the options menu of the MINSERT object. (Figure 4)

Fig.4
The changes you made modifies the drawing immediately. Besides, you can change the rotation angle and distance. Although blocks created by MINSERT command have some restrictions, they speed up the working on the drawing file. They are very useful especially when you are dealing with roof tiles, road surfaces etc.
Viewed 3,273 times so far... This week: 61 Today: 10 Latest: 4 July 2009, 23:56Related Articles:
Post Tags: Autocad, Blocks
Related Posts
Popular
- Hip tip: Increasing view resolution with VIEWRES system variable
07/03/2009 04:39 am
7 Comments - Sirince – IZMIR
07/02/2009 11:02 am
1 Comment - Visual LISP: Programming user interfaces with OpenDCL
07/01/2009 10:15 pm
10 Comments - 3D Modeling 7: EXTRUDE
06/30/2009 02:14 pm
10 Comments - Ask DailyAutoCAD: Which Notebook to Buy?
06/30/2009 12:17 pm
1 Comment
Featured Articles
- AutoCAD 2009 Update 3 Released
- Speed Up As AutoCAD 2009 Ribbon Menu Helps You!
- MEP Analysis Extension for AutoCAD MEP extended to March 31, 2009
- Recap of AutoCAD-related technologies on Autodesk Labs
- Technology Preview of MEP Analysis Extension extended to 12/31/08
- Autodesk Labs: Forward and Backward utility for AutoCAD
|

Mar 14, 2008
Reply
I love using MINSERT for profile grids. Create a 1″ X 1″ profile grid block. MINSERT the grid block, use x and y scale you wish to use, then use the same numbers for the grid spacing (row & column spacing), then use the number of rows & columns you need in a grid.
I have boiled this down to a lisp routine, you can e-mail me if you want it. All you do is specify the lower left and upper right points of the grid.
Mar 16, 2008
Reply
Hello Sir,
An apology to u for calling u “Brother”.
Greatful to you for your posts, Sir.
Jul 29, 2008
Reply
How I could draw without this comment????!!!!
Thank you!!!
Oct 9, 2008
Reply
how many layers we created in layer command
Oct 11, 2008
Reply
There is no limit for the layer count. layer table is saved in drawing file. The only limit is operating system.
Dec 17, 2008
Reply
DOES ANYONE NO HOW TO INSERT A BLOCK THAT HAS VARIABLE NUMBERING IN IT?
i.e. A CIRCLE WITH A NUMBER IN IT THAT CHANGES EVERYTIME U PASTE IT?