Create Annotation Tag issues

I know others have discussed the Create Annotation Tag node in other posts, but I didn’t find exactly what I was looking for. By all accounts I may be headed down the wrong path here with what I’m trying to accomplish, but until I get it to work properly I can’t rule it out. The problem is when I run the graph I either get nothing or I get a couple of tags on one wall instead of tagging each wall at the point you see in the image. I have had success with a different node in floor plan views, however that node will not tag in an area plan view. For that reason alone I switched to the Create.Annotation.Tag node. Maybe someone could tell me what I’m doing wrong.

The Area Plan is your problem. Area Plans are currently unsupported in Dynamo. You’ll have to use a different view type.

Thanks @Nick_Boyts,

I can get it to tag in the area plan, I just can’t get it to tag all the points like it should.

Interesting. Can you show the preview for your Elements and TagLocations inputs? It might just be a lacing/list structure issue.

1 Like

Try changing the lacing on the Create Annotation Tag

1 Like

I played around with the lacing, but that didn’t help.

This is with lacing set to shortest. This setting actually gets me a couple tags.

This is with lacing set to longest.

And this one is set to cross product.

Can you confirm that your list structure matches for Elements and TagLocations and that you don’t have any nulls?

The structure does not match. I’m selecting two walls, but points are only being added to one of the walls. I am not getting any nulls, but I’m also not getting tags on all of the points either. I should be getting points on all selected wall elements in the view and all the points should be getting a tag.

Try using list @Levels or duplicating your walls so that each point has a corresponding wall.

Hi,

I am having problem with “Create Annotation Tag” node.
What I am trying to do is two scripts - one will put wall tags on a wall with specific parameter value. For example, for walls that have parameter (in script parameter name is “pozarna odpornost”) value 30, script will add wall tag “wall tag type 30”, for wall that have value 60, script will add wall tag “wall tag type 60” and etc. My second script is the same but for category “Doors”.

When I run both scripts and running is completed, there is no tags on doors/walls.

Any idea? Help :slight_smile:
Pozarstvo4-zid.dyn (14.1 KB)
Pozarstvo5-vrata.dyn (11.7 KB)

Please start a new topic.