Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Block counter table with visibility states

7 REPLIES 7
Reply
Message 1 of 8
liis_l
1034 Views, 7 Replies

Block counter table with visibility states

Hello!

I started trying out Lee Mac's Block Counter - that actually is awesome but I'm having problems with having different visibility states of blocks.  I realized it's not separating visibilities and counts it as one main block only.

My count table is supposed to show specific text on traffic sign - but the traffic sign number must remain.

Basic COUNT has quite good way to attributes info but unfortunately it shows also nested blocks - so it's not the best option for us.

 

I also tried out Dynamic Block Counter By Lee but it's not what I need due to only exporting tables not making table inside Autocad as Block Counter.

 

 

Are there any other alternatives for that? Or does someone have better idea to make it work as expected? 🙂

 

 

There's screenshot to understand better what I mean:

 

liislensment_1-1647959040142.png

 

 

Tags (2)
7 REPLIES 7
Message 2 of 8
ВeekeeCZ
in reply to: liis_l

How about basic Data Extraction?

Message 3 of 8
AVCPlugins
in reply to: liis_l

Alternatively, you can try using the DataTable plugin. But it is well adapted to work with dynamic blocks and nested blocks. And you can save tables in Excel.


Plugins for AutoCAD
A>V>C>
AppStore | Facebook | Twitter | YouTube | Blog
Message 4 of 8
Sea-Haven
in reply to: liis_l

If you pull the info out of your blocks and put it into a list then you can do stuff like count blocks and other info like dynamic block property or attributes.

 

I have a block count that works up to 5 attributes deep, used to make tables etc of quantity.

 

So taking say your sign and it has different sizes but is still a "stop" sign. Searching dwg.

(("stop" 600)("stop" 600)("stop" 750)("stop" 600)("stop" 900)("stop" 600))

Stop 600 4

stop 750 1

stop 900 1

 

Is that what your after ?

 

For maybe something simple like your signs Gile has a nice count routine for this task. Yes could also make a table with block images. 

 

 

 

 

Message 5 of 8
liis_l
in reply to: ВeekeeCZ

Does basic data extraction have opportunity to operate quickly? I mean if I make many different drawings a day that need tables with different blocks in drawing, is it possible to save 'filters'  to always use same ones quickly? 

Message 6 of 8
liis_l
in reply to: Sea-Haven

What do you mean by 'pull out the info'?

 

The scale of sign is not the problem. Problem is when I have visibility states with different texts that needs to be showed in table also. 

Message 7 of 8
ВeekeeCZ
in reply to: liis_l


@liis_l wrote:

Does basic data extraction have opportunity to operate quickly? I mean if I make many different drawings a day that need tables with different blocks in drawing, is it possible to save 'filters'  to always use same ones quickly? 


 

That was just a tip from me just because I know it has this functionality. That's all. Find yourself 20 mins, read HELP, see youtube, explore the command in detail and find whether you'll be able to make the command useful to yourself.

Message 8 of 8
Sea-Haven
in reply to: liis_l

You would just select all your blocks and a table would be made that is what I am saying, need a sample dwg to play with, block name does not matter. Would look at "*Uxx" blocks and get effective name, if dynamic block need to know property name to get that value.

 

An example of quantity of lines by length just bulk selected.

SeaHaven_0-1648083810347.png

 

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

AutoCAD Inside the Factory


Autodesk Design & Make Report