I am trying to create a dynamo script that can transfer parameter values from a linked model to its corresponding part. I found this example from 2016 however I cannot find these two nodes from Bakery. (Transfer Values from an element in a link to a part - Revit - Dynamo)
Are there other nodes I could substitute in to do a similar function?
Bakery Nodes:
Get LinkElementIds from Parts
Get Link Instance and Element Ids from LinkElementId Object
looks like you’ll have to write your own script, but Bakery seems to be opensource which is a good sign. guess we just need to open the node and make a few tweaks, the changes could be pretty minor.
yeah guess write own is the way, the big issue with bakery is all the dependencies to other package ex clockwork and since bakery havent been updated the last 5-6 years it will break…but it works at that time…