sjohnson981 Posted June 10, 2010 Posted June 10, 2010 Is there any way that you can generate a report in AutoCAD saying how many of a certain block got inserted into a specific drawing? Quote
Glen Smith Posted June 10, 2010 Posted June 10, 2010 Depending on what exactly you are looking for there are several ways to get a report. BCOUNT will produce a list of all the blocks in a drawing and the quantity of each. You can then copy paste this from the command window into a table. Lee Mac has written a LISP routine that has enhanced the capabilities of the BCOUNT command. But since I see that you are using LT, that is not an option (LT does not support LISP). If all the blocks that you want counted have attributes, you can also do an export attributes (ATTOUT). This will send the attributes to a CSV text file that you can use with Excel to get your quantities and list of blocks. Good luck. Glen Quote
sjohnson981 Posted June 10, 2010 Author Posted June 10, 2010 I've tried typing in BCOUNT and ATTOUT in the command line and it says its unknown command Quote
Tommy78 Posted June 10, 2010 Posted June 10, 2010 Try DATAEXTRACTION You can generate a detailed excel report with this including attributes, properties, measurements, etc... Quote
Glen Smith Posted June 10, 2010 Posted June 10, 2010 Sorry about that, turns out, both bcount and attout are express tools commands. Express tools are another set of commands that are not supported by LT. Do you have another license available or are you limited to 2010 LT? Glen Quote
sjohnson981 Posted June 10, 2010 Author Posted June 10, 2010 I am limited to 2010 LT since work is too cheap to buy the full blown version since we got new computers. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.