Monday, February 10, 2025

Block count command

 What is the Block Count Command?

The Block Count command helps you automatically count the number of instances of each block used in a drawing. This is very useful for quantity take-offs, BOM (Bill of Materials), or verifying repeated components like symbols, furniture, or fixtures.



How to Use the Block Count Command in PTCAD

Step-by-Step Instructions:

1. Open your drawing in PTCAD where blocks are already inserted.

2. type the command directly.


You can type:

BCOUNT

and press Enter.

then create frame cover all block you want to count.

The command will process the entire model space (or selected area if prompted), and then display a list of blocks used.



A table or report will be generated, showing:

Block name  &  Count (Quantity)

in text format which user can copy to excel or notepad.




No comments:

Post a Comment

FREELISP : Find Intersection point then draw circle or other actions

              This is free LISP source code command to find intersection points from selected lines, polylines. Then draw circle at that poi...