TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: One Shot on August 16, 2006, 09:46:08 AM

Title: Block Capture
Post by: One Shot on August 16, 2006, 09:46:08 AM
Hello everyone! How is everyone doing? I don't know if this should be in the Lisp or VBA thread. I have drawing file that has dozens of blocks in it. I am trying to find a lisp that would allow you to select one block or several blocks and put them seperately into a folder and and gives the name of the block aas its dwg file name.

Example:

I activate the command;
Dialog box appears and I browse to the location of the folder;
I select a block or blocks;
the blocks to goes that folder;
uses the name for each block for a file;
maintains the insertion point;
maintains the layers, colors and linetype;
explodes the block - resaon for exploding thew block is that the block for reference it self;
end function

I hope that the example helps. if you have any questions please ask.

Thank you,

Brad
Title: Re: Block Capture
Post by: Taylz on August 16, 2006, 10:00:46 AM
Here's what you want by Kerry Brown

http://www.theswamp.org/index.php?topic=9229.0


cheers