Tag offset takes two runs to correctly offset and will not work in player

I built this graph to tag columns in a specific view that have a specific base level. When I run it, it tags great, but the first run, my tags do not offset according to the vector I have set. When I run it a second time, they offset correctly. When running out of the dynamo player i am only able to get the first, incorect result no matter what I do. Am I offsetting incorrectly?

Thank you in advance




Tag_Columns_By_Base_Level.dyn (21.3 KB)

Hi @jsanford

To be honest, I have no idea why is not working, for me you’re doing everything right. But maybe, just maybe, it has something to do with the project’s units. Try to set the coordinates according to the project’s units. Like this:

millimeters: x = -1000; y = 750;
centimeters: x = -100; y = 75;
meters: x = -1; y = 0.75;
1 Like

I ended up doing a workaround, this is working well now and plays out of player. I built a UI for it to get a better tag dropdown too. thanks for all the help!

Well done! :slight_smile:

1 Like