- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
AutoCAD users of my company are creating multiple dwg files for specific part number. For a new integration it would be necessary to get this multiple drawings to one drawing.
For instance:
drawing E50001 has one model (The model has multiple layers and one of them is the frame)
drawing E500A1 has one model (")
drawing E500B1 has one model (")
These drawings are all together in one windows folder.
Now the question is the following.
Is it possible to read all files in a specific folder with lisp and do the following?
The main drawing is the one with "01" at the end.
Open the main drawing
copy everything except the frame to layout 1 and leave the frame on the model tab
open drawing 2 (A1) and copy everything without the frame to layout 2 of the main drawing
open drawing 3 (B1) and copy everything without the frame to layout 3 of the main drawing
and so on
save the main drawing and close everything
Is this possible to do with lisp?
I have lisp experience in another software, so that is not the problem. The problem is that I don't know
the AutoCAD commands.
Nobody in the company has lisp experience, so that's why I ask this here.
Help would be very much appreciated!
Thanks in advance
Ruben
Solved! Go to Solution.