Tag multi sheets with offset

Hello,

I want to tag all families that are not yet tagged automaticly over multiple sheets
and I want to give them an offset x and y from family basepoint.

Does anybody have an idea how to get this done. I’m using Revit 2020 and have dynamo 2.0.4

Thanks in advance

Frederik

Use the search button in the forum and see what comes up. :slight_smile: :slight_smile:

Maybe this wil work, trying this in the morning.

Doesn’t seem to work.

Any other inputs are welcome.

Maybe you could try tagging items in views instead of sheets :slight_smile:

i meant views, sorry

Please send some screen shots of what you tried.
If there are errors , tell us what the error is (what is said in the yellow indicator above the node)
If you can’t post pictures yet, share them via dropbox or something alike.

image

first issue

Dynamo 0.6 corresponds to a time period when we were working with Revit 2014 (give or take a version).
Since then the method of placing tags in the API has changed.
I recommend looking into the GeniusLoci package, in particular the CreateIndependentTag node.


There is another node out there somewhere with control over leaders and elbows.

1 Like

after search and trial and error i’ve got this,
but am stuck with the tagging part. any idea’s.

For the elements part, you are feeding in a list of numbers, not actual elements.
Create a code block that says Revit.ElementSelectorById (Id , true)
Or this one from Archilab
image
If it doesn’t work check if your list of numbers are numbers not strings, use the Object.Type node for that