Here is a way I used to count blocks in acad LT
First you must create a template in a txt file.
You write the following:
BL:NAME C008000
BL:NUMBER N008000
After that you save the file and go to acad. In the command line you write attext, you choose a file format( cdf for example), you select the objects( you can select the whole drawing), choose the template file and the output file.
The result will look like this
'Termosta', 1
'Termosta', 2
'Termosta', 3
'Termosta', 4
'Termosta', 5
'Termosta', 6
You can add some attributes if you want too.
Hope this is helpfull.




Reply With Quote





Bookmarks