Author Information
Paul W. Walker has 5 Published Articles

United States of America,
na,
na,
na,
na



ZWCAD Hot Tip: The Many Ways to Count Blocks in Drawings

Posted On : Sep-29-2011 | seen (351) times | Article Word Count : 532 |

Many ways to count the number of blocks that existing in the drawings.
Sometimes we need to count the number of blocks that exist in our drawings. It turns out that there are several approaches to doing this in ZWCAD. Let me share them with you.

Approach 1: BCOUNT

Here is how to use the BCOUNT command to count all or just a selected group of blocks in drawings:
1. Enter the BCOUNT command.
2. Select the objects you want to count, and then press Enter.
3. Notice that the name of each block and the number of its occurrences appear on the command line. To see all of the details, press F2 to get to the Text window, a big version of the command prompt area. It looks something like this:

files.zwsoft.com/en/ZWCAD/Tips/BCOUNT_Count_Block_CAD.jpg

As a bonus, this method also reports the number of each kind of block in the selection set.

Approach 2: BLOCKSUM

The BLOCKSUM command does not count the total number of blocks; rather, it is used to count how many blocks are on a specific layer, and how many have the same name.

The BLOCKSUM command can be accessed from ZWCAD Express menu: Express - Tools - Number of Blocks.

files.zwsoft.com/en/ZWCAD/Tips/BlockSum_count_block_CAD.jpg

Follow these steps to use the BLOCKSUM command:
1. Enter the BLOCKSUM command, or select it from the Express menu.
2. Notice that it prompts you, 'Layer/selection Set/All'. There are two choices, Layer, or select a specific number of objects:
- Layer option counts the number of blocks on the same layer as the selected block.
- selection Set option counts the number of blocks that have the same name as the selected block.
3. When you input L to choose the layer option, it prompts you, 'Select an object on the layer or exit:'. Select a block, and then press Enter.

Notice that the command line it reports, '[Number of] blocks on layer [layer name]'.

Approach 3: Attribute Extraction

The BCOUNT and BLOCKSUM commands are specifically meant for counting blocks. There is also an indirect way to count them, through attribute extraction. The AttExt command extracts all kinds of data from blocks, such as attribute values and X,Y coordinates -- and it also extracts the number of blocks. The result is similar to that of BlockSum, in that it lists the names of blocks and the number of occurrences. See the figure below.

files.zwsoft.com/en/ZWCAD/Tips/Attribute_Extraction_count_block_CAD.jpg

Approach 4: QSELECT

ZWCAD's quick select feature is yet another indirect way to count blocks. Here is how to use the QSELECT command for this task:
1. Enter the QSELECT command.
2. In the dialog box that appears, set the following options:
Object type=Block Reference
Color=Bylayer (We assume that all of the block's colors are ByLayer.)
3. Press the OK button. Notice that all the selected blocks are highlighted. The command line prompts us that there are X item(s) selected, so we know how many blocks are in this drawing.

files.zwsoft.com/en/ZWCAD/Tips/Qselect_count_block_CAD.jpg

In addition to these ways of counting blocks in drawings, we could use LISP programs, but I think above four methods are enough for block counting. I'm glad to have shared them with you.

Article Source : http://www.articleseen.com/Article_ZWCAD Hot Tip: The Many Ways to Count Blocks in Drawings_87119.aspx

Author Resource :
Interior Designer

Keywords : Bcount, blocksum, attext, count, block, number, account, in, drawings, zwcad, zwsoft, cad, tips, tricks, tutorial,

Category : Computers : Software

Bookmark and Share Print this Article Send to Friend