Kelly-cruise Posted April 29, 2012 Posted April 29, 2012 Hi What sort of program would I need to run to extract multiple blocks from one dwg to individual dwgs? I would appreciate any suggestions. Cheers Michael Quote
Dadgad Posted April 29, 2012 Posted April 29, 2012 Welcome to the forum. You don't need any additional software, just use the WBLOCK command. Quote
BlackBox Posted April 29, 2012 Posted April 29, 2012 Welcome to the forum.You don't need any additional software, just use the WBLOCK command. 1+ ... On both counts. Quote
pBe Posted April 29, 2012 Posted April 29, 2012 (edited) What they said Edited April 29, 2012 by pBe Quote
profcad Posted April 29, 2012 Posted April 29, 2012 You can also use AutoCAD Design Center to transfer blocks from one drawing to another. Type ADC to start design center. Quote
BlackBox Posted April 29, 2012 Posted April 29, 2012 You can also use AutoCAD Design Center to transfer blocks from one drawing to another. Type ADC to start design center. Design Center is good for transferring blocks to a single drawing (of course, you could always use Lee's 'Steal from Drawing' routine instead), but falls short of the stated request of placing each block in a separate drawing. :wink: To accomplish the stated task, it would be simple enough to iterate a valid selection set, and WBLOCK each entity individually. Quote
asos2000 Posted April 29, 2012 Posted April 29, 2012 Attached 2 lisp one to export all blocks and another one to import a group of dwgs InsertBlocks.zip Quote
dyelle29 Posted March 3, 2015 Posted March 3, 2015 Hi, I tried your lisp routine to export blocks, and it worked great. I'm curious though if there's a way to make it export as .dxf files. I need to create multiple .dxf files for a manufacturing template, and right now the only way is to save each file individually, or download a converter. Thanks! Quote
BIGAL Posted March 4, 2015 Posted March 4, 2015 Following from David (command "_.WBLOCK" fn "_Y" blk) just modify to DXFOUT with correct syntax Quote
jandejager Posted August 28, 2017 Posted August 28, 2017 Attached 2 lispone to export all blocks and another one to import a group of dwgs thanks. However, I get the response: "invalid file extension" how to solve? Quote
GCmini Posted January 5, 2020 Posted January 5, 2020 Seach google for AUTOWBLOCK ,,,, it does exactly what you want. I use it all the time. Quote
asos2000 Posted January 7, 2020 Posted January 7, 2020 BI to insert blocks WBA extract blocks wba.lsp BI.lsp Quote
TerryDotson Posted January 7, 2020 Posted January 7, 2020 (edited) On 1/4/2020 at 7:14 PM, GCmini said: Seach google for AUTOWBLOCK ,,,, it does exactly what you want. I use it all the time. Thanks for the mention GCmini, AutoWblock is available at no charge on the Autodesk App Store (for recent AutoCAD) or the DotSoft Freeware Page (for older AutoCAD, BricsCAD and IntelliCAD). Edited January 7, 2020 by TerryDotson Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.