I can create elements in dynamo for revit but the issue I am having is copying elements that are in a linked file, and copy them into my current file.
Such as, we have a architectural file linked into our structural one, and I want to simply copy and paste that floor into our model.
I can successfully Copy the floor, select it, all of that, I just can’t figure out a way to paste it in. Is there a node package that I am missing?
Then the only way I can think you could achieve that,is to store the Ids of the elements you are copying. Either export them to excel or write the ids to a project parameter and check against them before you copy.
I was looking through my Rhythm directory in Dynamo, and I couldn’t find that node “Document.CopyElementsFromLinkedDocument”. Any updates on if its still supported in the latest version of Rhythm?