msdins
8th Aug 2005, 03:34 am
I have to insert about 500 blocks to make a master file, is it possible to insert them all at once? They all need to be inserted at "0,0" scale of "1" and a rotation of "0". Any help would be greatly appreciated.
devitg
8th Aug 2005, 06:55 pm
You can do it with a SCRIPT .
A script file is a text file that reperesent eacn keystroke .so for it it shall be as follow
-insert drawing001 0,0 1 1 0
-insert drawing002 0,0 1 1 0
-insert drawing003 0,0 1 1 0
-insert drawing004 0,0 1 1 0
-insert drawing005 0,0 1 1 0
-insert drawing006 0,0 1 1 0
-insert drawing007 0,0 1 1 0
-insert drawing008 0,0 1 1 0
-insert drawing009 0,0 1 1 0
-insert drawing010 0,0 1 1 0
-insert drawing011 0,0 1 1 0
-insert drawing012 0,0 1 1 0
-insert drawing013 0,0 1 1 0
-insert drawing014 0,0 1 1 0
-insert drawing015 0,0 1 1 0
-insert drawing016 0,0 1 1 0
-insert drawing017 0,0 1 1 0
save it as insert-my-dwg.scr
and at the command line put SCRIPT
then the dialogbox will ask you to select a SCR file , chose it and that's all
Note the space after each statement it is equal a enter, and the minus sign before insert , it is to avoid open the insert dailog box
asos2000
3rd Jan 2010, 10:09 am
Read this
HERE (http://www.cadtutor.net/forum/showthread.php?t=43141&highlight=block)
Hasan
Powered by vBulletin™ Version 4.1.2 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.