Hi.
I have many model-in-place elements in my project and would like to add a shared parameter (in this case a structural material) to them. I can do this “manually” by adding a new shared parameter while editing the object. But I would like to automate the process.
I find the node Parameter.SharedParameterFile in Dynamo which I would like to combine with Parameter.Group, Parameter.Name, Value of the parameter (since the shared parameter I am after is “Structural Material” we can use Concrete as an example) and Select Model Elements. See figure below where I try to illustrate the input values I want for the final node.
To specify: I don’t want this to affect all elements of the category.
Does anyone have a good solution to my problem?