Author Topic: Merging all drawing files from a folder into a single drawing file  (Read 2043 times)

0 Members and 1 Guest are viewing this topic.

suresh991

  • Guest
Actually my requirement is to merge the drawing files from folder into a single drawing file and the scale of the data should not change and the each drawing file data should be arrange in an order in the new drawing file

Thank you and Warm Regards
Suresh

kdub_nz

  • Mesozoic keyThumper
  • SuperMod
  • Water Moccasin
  • Posts: 2139
  • class keyThumper<T>:ILazy<T>
Re: Merging all drawing files from a folder into a single drawing file
« Reply #1 on: November 12, 2018, 12:25:46 AM »
Welcome to theSwamp.

Areyou able to program in C# or VB ?
What have yo tried so far ?
Called Kerry in my other life
Retired; but they dragged me back in !

I live at UTC + 13.00

---
some people complain about loading the dishwasher.
Sometimes the question is more important than the answer.

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8702
  • AKA Daniel
Re: Merging all drawing files from a folder into a single drawing file
« Reply #2 on: November 12, 2018, 03:20:33 AM »
.NETs version of AcDbDatabase::insert (AcGeMatrix3d&, AcDbDatabase*, bool) ?

BIGAL

  • Swamp Rat
  • Posts: 1411
  • 40 + years of using Autocad
Re: Merging all drawing files from a folder into a single drawing file
« Reply #3 on: November 12, 2018, 08:37:29 PM »
Using old fashioned script would do what you want very simply using a  -insert command 

Code: [Select]
-insert dwg1 0,0 1 1  0
-insert dwg2 100,100 1 1 0

There are lots of ways of making the script if its something you do all the time then a lisp etc could be used to make the list of drawing names and write script file.
A man who never made a mistake never made anything