Jump to content

Recommended Posts

Posted

I currently have loads of DXFs files of a map that I have to merge into one file. 

 

What I am doing right now is opening every single file, and then copy from one file to another using the PASTEORIG command. 

 

Is there a faster way/would it be possible to create a lisp of doing that as I want to retain the coordinates from the original files? 

Posted

Why not run dxfin repeatedly ? You can script  dxfin to bring in multiple. 

Posted
On 1/25/2020 at 12:52 AM, BIGAL said:

Why not run dxfin repeatedly ? You can script  dxfin to bring in multiple. 

 

Could you explain how you mean? :D 

Posted

Here is a script, note the use of -insert, you may want to explode once the new block you can then purge out the original dxf block else it will live in the dwg and can bloat the dwg.

 

-insert c:\path\blockname1 0,0 1 1 0

-insert c:\path\blockname2 0,0 1 1 0

-insert c:\path\blockname3 0,0 1 1 0

  • 3 weeks later...
Posted
On 1/26/2020 at 11:30 PM, BIGAL said:

Here is a script, note the use of -insert, you may want to explode once the new block you can then purge out the original dxf block else it will live in the dwg and can bloat the dwg.

 

-insert c:\path\blockname1 0,0 1 1 0

-insert c:\path\blockname2 0,0 1 1 0

-insert c:\path\blockname3 0,0 1 1 0

 

Could you break it down and explain what "blockname1 0,0 1 1 0" means? :D 

  • 2 weeks later...
Posted
On 2/14/2020 at 4:12 PM, maratovich said:

Maybe this will help you:

 

coll.png

What is this? :D 

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