BLOCKOUT

Wblock out all blocks in the drawing to a selected folder.

INTRODUCTION

Easily add blocks to your library with BLOCKOUT.

Command: BLOCKOUT

It will prompt you to select a desitination folder to export blocks:

If it is successful, it summarizes in the command line:

If a dwg file with ths same name as a block in the drawing exists in the folder, the block is not going to be written out. It will print out which blocks have not been exported in the command line:

LSP FUNCTION

You can also use a command line function in a script or a lisp file.

(BLOCKOUT [path])

Path is a directory to store blocks. For example, (BLOCKOUT "C:\\blocks\\") write out all blocks in current drawing into C:\blocks.

TIPS

There is another command BLOCKUPDATE in the same vlx file.

NOTES

  1. Xrefs will not be BLOCKOUTed

TRIAL VERSION LIMITS

Only 20 blocks can be written out in trial version.

Please email liugesen@126.com to get a free Registraion Code.

UPDATES

18 Dec 2015 Command line function added
13 Dec 2012 Trial version limits added
11 Feb 2012 Update