Export multiple sheet dwg with xref into individual dwg files with bound xref ?

Export multiple sheet dwg with xref into individual dwg files with bound xref ?

mao.qc
Explorer Explorer
4,031 Views
7 Replies
Message 1 of 8

Export multiple sheet dwg with xref into individual dwg files with bound xref ?

mao.qc
Explorer
Explorer

I'm trying to put together a folder of drawings all coming from a multiple layout file with xref.

So far I have managed to export them one by one to the model space with the xref "bound" (EXPORTLAYOUT), and the same thing with all sheets at once (LXA.LSP). Also, I have tryed to separate each layout into individual files keeping them in the paper space (Layoutstodwg.lsp), but the xref remains attached.

What I actualy need is a method to separate all the sheets at once into individual files (prefering them to stay in paper space) and binding the xref in the process.


Is there an alternative option for all these procedures? So I could implement it with my team in the future.

0 Likes
Accepted solutions (1)
4,032 Views
7 Replies
Replies (7)
Message 2 of 8

nikm42Q9N
Advocate
Advocate

Im not sure what your asking. So you have a file that has multiple xrefs attached to it and you want to separate them all into paper space?

0 Likes
Message 3 of 8

mao.qc
Explorer
Explorer

@nikm42Q9Nwrote:

Im not sure what your asking. So you have a file that has multiple xrefs attached to it and you want to separate them all into paper space?


I have a file with 17 layout tabs. And I need to separate them into 17 individual files, and I also need the xref of these files to be bound (bind). Wondering if is posible to do this in a few movements.

0 Likes
Message 4 of 8

john.vellek
Alumni
Alumni

Hi @mao.qc,

 

Does something like this routine from JTB World work for you? I found it on the Autodesk App Store.

 

 

Please select the Accept as Solution button if my post solves your issue or answers your question.


John Vellek


Join the Autodesk Customer Council - Interact with developers, provide feedback on current and future software releases, and beta test the latest software!

Autodesk Knowledge Network | Autodesk Account | Product Feedback
0 Likes
Message 5 of 8

mao.qc
Explorer
Explorer

Does something like this routine from JTB World work for you? I found it on the Autodesk App Store.

 


Actually I already used that routine. It works but just partially of what I want.
I wonder if there is a managing tool that allows me to separate a specific number of sheets and bind the reference in the process.

0 Likes
Message 6 of 8

JTBWorld
Advisor
Advisor
Accepted solution
I created the app layoutstodwgs and could customize it to your specific needs.

Jimmy Bergmark
JTB World - Software development and consulting for CAD and license usage reports
https://jtbworld.com

0 Likes
Message 7 of 8

JTBWorld
Advisor
Advisor

Can you clarify what you mean with "to separate a specific number of sheets"? If interested to have me customize this, feel free to contact me.


Jimmy Bergmark
JTB World - Software development and consulting for CAD and license usage reports
https://jtbworld.com

0 Likes
Message 8 of 8

mao.qc
Explorer
Explorer

@JTBWorldwrote:

Can you clarify what you mean with "to separate a specific number of sheets"? If interested to have me customize this, feel free to contact me.


I mean: If I have 17 layouts but I just want to extract 7 of them (let's say, the updated ones), binding and placing them in a specific folder.

0 Likes