Tag for quantity of assemblies

Tag for quantity of assemblies

sagnewYUXLR
Collaborator Collaborator
554 Views
2 Replies
Message 1 of 3

Tag for quantity of assemblies

sagnewYUXLR
Collaborator
Collaborator

I have various spools (created using assemblies) on a sheet. 

 

under the spool ref i would like to tag the number of times that assembly exists. 

 

is there anyway to achieve this? i know i can get the qty from a schedule but i'd like to also put this under the spool itself without having to manually input this with the potential for human error. 

 

thanks 

0 Likes
Accepted solutions (1)
555 Views
2 Replies
Replies (2)
Message 2 of 3

L.Maas
Mentor
Mentor
Accepted solution

The issue is that tags read values from the object it is attached to. This means by default it will not see other objects (assemblies in your case).

 

Since Revit 2022(?) you have tags that can attach to multiple hosts and it can see the different assemblies. However you would need to point the tag to all the assemblies. You can then make use of "Multi Leader Tag Host Count"

LMaas_0-1665767798069.png

 

Other option would be to add a "quantity" project parameter to assemblies and fill that (manually) with the quantity of assemblies. You could write a Dynamo script that would count the asemblies and fill that parameter automatically. Then it is only a matter of not forgetting to run the script. 🙂

 

 

 

Louis

EESignature

Please mention Revit version, especially when uploading Revit files.

Message 3 of 3

sagnewYUXLR
Collaborator
Collaborator

Thanks Louis. 

 

It's a pity something like this couldn't be picked up with a tag instead of running dynamo scripts 🙂 

 

will need to find the best place to learn this 

0 Likes