Print Page | Close Window

Blocks Counting

Printed From: CAD Forum
Category: EN
Forum Name: AutoCAD
Forum Description: Discussion about AutoCAD and AutoCAD LT, viewers, DWG and DXF formats, Design Review, AutoCAD web, Drive, add-ons
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=9277
Printed Date: 10.Jul.2026 at 06:40


Topic: Blocks Counting
Posted By: asad2013
Subject: Blocks Counting
Date Posted: 10.Jun.2013 at 08:06
Is there any way to count the blocks in a faster way? I am an estimation engineer and normally i have building drawings with different blocks . is there any guide line available to calculate the number of a specific block available in the given drawing quickly?? 

-------------
Asad



Replies:
Posted By: Vladimir Michl
Date Posted: 10.Jun.2013 at 08:10
There are several ways to do this:
 
* the BCOUNT command
* select block, SELECTSIMILAR and the Properties window (Ctrl+1)
* dynamic table - DATAEXTRACTION
* the BLEGEND (picture legend) utility
* and probably also other ....
 


-------------
Vladimir Michl (moderator)
ARKANCE - https://arkance.world" rel="nofollow - https://arkance.world - Autodesk Platinum Partner


Posted By: asad2013
Date Posted: 10.Jun.2013 at 08:23
Thank you so much my dear.... for your reply...

-------------
Asad


Posted By: Kent Cooper
Date Posted: 17.Jun.2013 at 17:18
Also try QSELECT, in which you can specify a Block name to look for.  And an AutoLISP routine could easily be written that would do that, with the User supplying the Block name.  If they might sometimes be dynamic Blocks, it would need to be done differently than if not.



Print Page | Close Window