Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Combining Multiple DWG Files into One

Anonymous

Combining Multiple DWG Files into One

Anonymous
Not applicable

Hi,

 

I was wondering if anyone knows a way to combine multiple DWG files into a single file. The reason I ask, is because where I work, we get quarterly data deliveries that map our Town in 70 different files. To be more efficient, I was wondering if there was a quicker way than copying the contents of file "A" and then "pasting to original coordinates" to file "B" 70 different times. If anyone has found a way to copy all DWG and Paste to original coordinates in one shot, it would be greatly appreciated.

 

Thanks,

Dan

 

 

Reply
Accepted solutions (1)
48,608 Views
8 Replies
Replies (8)

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

3 options:

  • command ADEDRAWINGS to connect these mass of dwg-files to your current drawing
  • command ADEQUERY to query data from the external files to your current one ... with possible filtering like some layers, blocks, ...
  • you might also use XRef technology.

 

Take care to read in the help what exactly happens with that workflow, because you might kill/modify all the external drawings as there exists a write-back functionality for the queried data.

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2025
------------------------------------------------------------------------------------

(not an Autodesk consultant)

Anonymous
Not applicable
Accepted solution

Hi,

 

Thanks so much the XREF worked, however is there a way to paste without making each file its own block?

 

Dan

0 Likes

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

>> is there a way to paste without making each file its own block

Have you tried the other options ...?

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2025
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes

Anonymous
Not applicable

hi, 

there is no command like below 

  • command ADEDRAWINGS to connect these mass of dwg-files to your current drawing
  • command ADEQUERY to query data from the external files to your current one ... with possible filtering like some layers     i Autocad  2016

 

 

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

>> there is no command like below 

Then you are not using AutoCAD Map 3D

This here is the Map 3D forum, that's why this suggestion worked well for others.

 

When you start command _ABOUT, can you show us a screenshot of that dialog?

Also let us know if you are on subscription and so might have access to the toolsets.

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2025
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes

Anonymous
Not applicable
  1. Thank you Mr. Alfred for reply I didn't see 3DMap forum classification because I search for my point on Google then I see the question and answers ......  I not professional autocad user so sorry for confusion 

ktsaleej
Enthusiast
Enthusiast

My blog shown below link will help you for Insert multiple drawing files ( .dwg or .dxf ) to an AutoCAD sheet

 

https://ktsaleej.blogspot.com/2017/09/insert-multiple-drawing-files-dwg-or.html 

 

In this link you can generate AutoLISP(.lsp) program to insert multiple drawing files ( .dwg or .dxf ) to an AutoCAD sheet.

Just fill a form and generate your AutoLISP(.lsp) program and run it in your AutoCAD to insert multiple drawing files.

 

Insert multiple drawing files ( .dwg or .dxf ) to an AutoCAD sheet.png

maratovich
Advisor
Advisor

This may be useful - Click

---------------------------------------------------------------------
Software development
Automatic creation layouts and viewport. Batch printing drawings from model.
www.kdmsoft.net
0 Likes