With the help of this community and Youtube I created two graphs for adding shared parameters to one and more families. Than I created another graph for selecting familiy elements/types in a project which I want.
Now I am wondering if it is possible to expand those “adding parameters” graphs to project level.
Is there any chance to add shared parameters to my families that are already loaded into a project?
Thank you @Elie.Trad for the quick reply, but unfortunately I can not find the node “Parameter.AddShare
ParameterToFamily”.
Is it in the default library?
@bnn3001 It is an OOTB node last time I checked , maybe I am wrong, not in front of my computer at the moment, I will check it in a bit…meanwhile, type in search box the name as is and see if it pops up.
Hi @Elie.Trad ,
so today I tried it out and its not working as in your graph described.
All I get as an output is a empty list.
Furthermore it would be interesting for me if this node can also add a bunch of parameters from a excel list to the selected element
Is therfore the “List.Combine” node the right one?
@bnn3001 you need to feed the shared parameter node with the appropriate inputs, List.Combine node has nothing to do with Revit interaction, it is for data handling within Dynamo that you may or may not use its output with a Revit “related” node.
My plan is to approach my goal (adding a lot of parameters from a list to a family that is already placed in a project) in little steps:
Firstly I need to add one parameter created in a code block to one element.
Secoundly I want to add one parameter from Excel to one element.
Than I want to a more than one parameter from Excel to one element.
And than, if possible, I want to add more parameters to more than one element.
Sending the previous picture was a little dumb from me when my first step isnt really working.
Sorry for that.
But I really dont no how to keep going
Regards