Batch Export VB Journal Questions
Batch Export VB Journal Questions
(OP)
I'm VB illiterate, and had a couple of quick feasibility questions.
I'm using the batch PDF script (cyclePartFiles_pdf.vb) from this thread: http://www.eng-tips.com/viewthread.cfm?qid=292978
I'm very impressed by what it does, and it would help us greatly if I could get it to work for how we detail things.
Is it possible to modify this to work with the master model method of detailing? When I have an assembled drawing file, it will stop scanning the directory for files when it gets to one.
Also is it possible to get this to export DXF either through 2d exchange or the autocad dxf in nx9+?
Thanks in advanced.





RE: Batch Export VB Journal Questions
www.nxjournaling.com
RE: Batch Export VB Journal Questions
Thanks very much for the help. I tried that out on a few designs and it worked perfectly in every case except when the part assembled in to the drawing was named similarly:
This would be the .prt assembled in to the .drw.prt.
Accompanied by this error:
RE: Batch Export VB Journal Questions
Now I just need to figure out how to make this work for DWG/DXF.
RE: Batch Export VB Journal Questions
Are there any existing journals like the all_parts_in_folder PDF one, but for DXF/DWG?
The closest thing I could find is this thread, but I couldn't get it to work.
http://www.eng-tips.com/viewthread.cfm?qid=393235
RE: Batch Export VB Journal Questions
Not that I know of.
www.nxjournaling.com
RE: Batch Export VB Journal Questions