wrha Posted December 20, 2010 Posted December 20, 2010 I hav dwt for standard layer and standard dimension and line type i hope i can find way to import it many time in same dwg file . Thanks. Quote
troggarf Posted December 20, 2010 Posted December 20, 2010 Why does it need to be "imported" many times? doesn't the settings work when you open the .dwt? Quote
wrha Posted December 20, 2010 Author Posted December 20, 2010 May i need make purge and i will lost unused layer Quote
eldon Posted December 20, 2010 Posted December 20, 2010 Did you make your own template? If you did, you will have prepared a drawing that you saved as a template. If you also save that drawing with a name, then you can insert this drawing as a block, as many times as you want, and it will bring back any purged layers. Quote
alanjt Posted December 20, 2010 Posted December 20, 2010 Just do as eldon said. Hell, you can use this and it will bring in the layers and cancel the insertion. (defun foo (file) (if (setq file (findfile file)) (command "_.-insert" file nil) ) ) Quote
alanjt Posted December 20, 2010 Posted December 20, 2010 how can i use that lisp (foo <FileName>) Quote
asos2000 Posted December 21, 2010 Posted December 21, 2010 Salamo Alekom Hi Wael You can By inserting the file then explode then insert again you can find in the ec-menu>ec-symboles>ec-standard ^C^C-insert;[filepath];0,0,0;1;1;0;explode;last;-PURGE;blocks;[filename];n; Or its better to but your standards file in this path C:\EC-Menu\Blocks and rename the file to EC-standards.dwg DO NOT forget to delete the old file first Then use the menu normaly. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.