- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
I've been doing a lot of Inventor customization, but not yet any ACAD, now someone has asked me if it possible to merge ACAD drawings.
I have a bunch of drawings all with one exported drawing from inventor. These drawings contain a sheet in model space. I would like to write some program (don't know if it should be LISP, .NET, VBA, but prefer .NET or VBA since I know this from inventor) that loops through a folder and merge's all drawings with a matching drawing number.
The actions that the program should take:
- Open x drawings with the same drawing nr
- Create a new drawing and paste the contents of the opened drawings in the empty one, with a known distance between each sheet
- Or add the the sheets to the first sheet drawing and rename
The thing that I really dont know if it's possible is the copying and pasting of a drawing. I do know the location of the objects since its an inventor export it will always be within the same sheet borders. I've searched a bit but I can't really find what I am looking for. Does anyone know if this is at all possible?
Thanks in advance
Solved! Go to Solution.