bobbykimchi Posted January 24, 2020 Posted January 24, 2020 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? Quote
BIGAL Posted January 24, 2020 Posted January 24, 2020 Why not run dxfin repeatedly ? You can script dxfin to bring in multiple. Quote
bobbykimchi Posted January 26, 2020 Author Posted January 26, 2020 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? Quote
BIGAL Posted January 26, 2020 Posted January 26, 2020 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 Quote
bobbykimchi Posted February 14, 2020 Author Posted February 14, 2020 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? Quote
bobbykimchi Posted February 26, 2020 Author Posted February 26, 2020 On 2/14/2020 at 4:12 PM, maratovich said: Maybe this will help you: What is this? :D Quote
maratovich Posted February 26, 2020 Posted February 26, 2020 7 minutes ago, bobbykimchi said: What is this? :D Here's a link : Revers 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.