Changing multiple drawings at the same time

Changing multiple drawings at the same time

Anonymous
Not applicable
2,854 Views
5 Replies
Message 1 of 6

Changing multiple drawings at the same time

Anonymous
Not applicable

Hi,

 

I would like to know if it is possible to modify multiple similar drawings after modifying just one of them. What I mean for example is: let's say I have a 10 storey building that I have to draw radiators (rectangles) for and distribution pipes (lines). At one point one of the radiators needs to be re-positioned and it's distribution pipes(lines) redrawn, deleting therefor the old and copying the new. This happens in all of each 10 story dwgs the same way. So I  have to modify this in each of the 10 dwgs separately, at the same coordinates (since I have the UCS in the same axis of the building), using same commands, copy, delete, trim etc. (the 10 dwgs are not exactly the same in every zone of the building, so I can't use dxf).

 

I would like to know it there is a program, for recording the commands used by me in autocad when I do the modifications for the first drawing (copy,delete, trim etc), then create a script or something similar and then just execute it for the other 10 drawings since the coordinates are the same, commands are the same and so on.

 

Thanks!

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

pendean
Community Legend
Community Legend
Accepted solution
Message 3 of 6

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

>> So I  have to modify this in each of the 10 dwgs separately,

>> at the same coordinates

I would think about XRef-technology, because then you would only have to update one drawing containing just pipes, and every dwg-file that has this one drawing referenced would be updated automatically.

 

- alfred -

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

(not an Autodesk consultant)
0 Likes
Message 4 of 6

Ed__Jobe
Mentor
Mentor

A third suggestion is to use the clipboard.

Copy with basepoint Ctrl+Shft+C copybase

Paste to original coordinates _pasteorig

Ed


Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
How to post your code.

EESignature

0 Likes
Message 5 of 6

RobDraw
Mentor
Mentor

Use a program designed for building systems like AutoCAD MEP or Revit.


Rob

Drafting is a breeze and Revit doesn't always work the way you think it should.
0 Likes
Message 6 of 6

Anonymous
Not applicable

Yes, this is exactly what I was looking for. This command is just genius :). Thanks!

0 Likes