Help with how to insert a folder full of drawings into a file in one instance, possible?

Help with how to insert a folder full of drawings into a file in one instance, possible?

Jonathan.Gray68UQW
Enthusiast Enthusiast
1,592 Views
5 Replies
Message 1 of 6

Help with how to insert a folder full of drawings into a file in one instance, possible?

Jonathan.Gray68UQW
Enthusiast
Enthusiast

Hello all,

I have a folder full of drawings (39 actually) that I would love to have a routine that would allow me to import all of the files into a blank drawing in a single command.   My vision would be I would issue the command and then multiple select all the .dwg files or just point to a single folder that held all 39 of the files then the command would pull all these drawings into my current drawing in one instance.  

 

These drawings are actually a tile set of contours that when placed together make a complete picture of an area. 

 

The drawings have been made so that if you insert each of them next to each other at a basepoint of 0,0 they perfectly align with each other. 

 

Does anybody know of a routine that can help me? 

0 Likes
Accepted solutions (1)
1,593 Views
5 Replies
Replies (5)
Message 2 of 6

ВeekeeCZ
Consultant
Consultant
Accepted solution

If you ask at autocad forum they will recommend you to use xrefs and then binding them.

0 Likes
Message 3 of 6

Jonathan.Gray68UQW
Enthusiast
Enthusiast

This was the perfect answer!  Thank you so much :). This will save me about an hour of work at least. 

0 Likes
Message 4 of 6

pendean
Community Legend
Community Legend
How would the LISP (or AutoCAD) know how to sort them (which comes first, second, third, last etc.), how to space them/place them, at what grid/coordinates for each and more exactly?

Provide details, very specific details, for help developing a routine.

TIA

0 Likes
Message 5 of 6

Jonathan.Gray68UQW
Enthusiast
Enthusiast

Hello there!  My friend above just gave me the perfect answer :). However, thank you for taking the time to look into this for me as that over the years you have actually answered a lot of questions for me 🙂 

 
0 Likes
Message 6 of 6

chaitanya.chikkala
Enthusiast
Enthusiast

Hi,

 

Attached LISP routine might also help you, incase you need in future. (Command -> INSERT_DWGS)

 

Thanks

0 Likes