Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Hi,

 

the issue is that your letters "CD" are only find once as they are only defined within the block-definition, it's not an attribute and so counted with the number of blocks inserted already.

The display with the result is irritating indeed as it shows "Modelspace"  as location, it should show "Block-Definition" as location.

 

If you want to count these types of blocks you can use

  • _QSELECT and search for that blockname
  • _DATAEXTRACTION to create a list selected by blockname
  • or you change the block so "CD" is not a text inside the block, but it's an attribute filled value, then find will show up all appearances if the inserted block with that attribute.

 

This is the list you get when you use attributes inside the block instead of a text:

 

20191119_191340_0001.png

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2025
------------------------------------------------------------------------------------

(not an Autodesk consultant)