Jump to content

How can i import dwt file many time in same dwg file


Recommended Posts

Posted

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.

Posted

Why does it need to be "imported" many times?

doesn't the settings work when you open the .dwt?

Posted

May i need make purge and i will lost unused layer

Posted

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.

Posted

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)
 )
)

Posted

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.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...