DATA EXTRACTION - count amount of blocks - in Autocad

DATA EXTRACTION - count amount of blocks - in Autocad

Anonymous
Not applicable
2,610 Views
8 Replies
Message 1 of 9

DATA EXTRACTION - count amount of blocks - in Autocad

Anonymous
Not applicable

Hi!

I am trying to find out how I can make a table of excel sheet with the amount of blocks that I have used in a drawing.

All the solutions I can find on the internet do not work on my AutoCAD2018 version.. (Like DATAEXTRACTION is no function in this version)

 

Until now I always clicked on a block > select similar - and then I saw how many of the same blocks where used in the drawing.. But this take up a lot of time and I want to make a excel sheet of this.

 

Can you help me out?

0 Likes
2,611 Views
8 Replies
Replies (8)
Message 2 of 9

cadffm
Consultant
Consultant

>Like DATAEXTRACTION is no function in this version

 

Then you have NOT AutoCAD2018

Command: ABOUT will show you the productname and the productversion in detail

Sebastian

0 Likes
Message 3 of 9

vinodkl
Mentor
Mentor

Here is one of the lisp by Lee mac which I use to count the block. You could output the count as table, CSV file or text file. 

 

--------------------------------------------------------------------------------------------------------------------------
ವಿನೋದ್ ಕೆ ಎಲ್( System Design Engineer)
Likes is much appreciated if the information I have shared is helpful to you and/or others.

Please mark "Accept as Solution" if my reply resolves the issue or answers your question, to help others in the community.
--------------------------------------------------------------------------------------------------------------------------
0 Likes
Message 4 of 9

Anonymous
Not applicable

Yes Indeed I mean that DATA EXTRACTION is no function. Or it is impossible to find..

 

I have Autocad 2018 for MAC, maybe that is the problem?

0 Likes
Message 5 of 9

Anonymous
Not applicable

Thanks, but I can't open this file

0 Likes
Message 6 of 9

vinodkl
Mentor
Mentor

Hi,

You are not supposed to open the file. In the AutoCAD type in the command APPLOAD and browse the .lsp file which you downloaded and then click on load. You will be able to see a message in the dialog box saying the lisp has been loaded successfully.

Now type in the command "COUNT" and select the blocks to count.

For setting a different output type in the command "COUNTSETTINGS" and select the preferred output.

 

BTW are you using AutoCAD or AutoCAD LT?

If its LT, then you can load the lisp.

--------------------------------------------------------------------------------------------------------------------------
ವಿನೋದ್ ಕೆ ಎಲ್( System Design Engineer)
Likes is much appreciated if the information I have shared is helpful to you and/or others.

Please mark "Accept as Solution" if my reply resolves the issue or answers your question, to help others in the community.
--------------------------------------------------------------------------------------------------------------------------
0 Likes
Message 7 of 9

cadffm
Consultant
Consultant

FOR MAC is another Version as Autocad (for windows)

 

And we have a special board FOR MAC versions here.

 

It's important because there are not all commands and programming features available.

 

Sorry, i am out

 

EDIT:

https://forums.autodesk.com/

--> https://forums.autodesk.com/t5/autocad-for-mac/ct-p/4051

----> https://forums.autodesk.com/t5/autocad-for-mac-forum/bd-p/520

 

Take a look to this search-result:

https://forums.autodesk.com/t5/forums/searchpage/tab/message?advanced=false&allow_punctuation=false&...

 

 

 

Sebastian

0 Likes
Message 8 of 9

nikm42Q9N
Advocate
Advocate

Data Extraction is in MAC its just not a wizard style. You need to make a temple in notepad and then use the command "-attext" basically the old school way of data extraction.

0 Likes
Message 9 of 9

cadffm
Consultant
Consultant

@Anonymous 

If Attext works (similar to acads window version

 

For non dynamic, but attributet blocks, start -ATTEXT

in this dwg and with this sample template for attext.

 

Sample, click me

Sebastian

0 Likes