I have to match the names of the parameters of the families of windows and doors of quite a few files. I wanted to know, if there is any way to do it massively with RIR?
9pb, Perhaps in Revit Families. The Revit API doesn’t provide everything that’s available in the Revit UI, such as renaming project parameters, but there is a method for renaming a Parameter in a Revit Family.
I say perhaps because it would depend on the parameter, are these shared or something that is being used in a formula?
Thank you very much, Japhy. But, I don’t know how to program. I have to start learning. I have found in the forum a component in Python that I believe does it, although it gave me a fatal error and Revit closed.
And yes, I just don’t have shared parameters. Family parameters only
The one from April? are you in the family document when running it? I’ll open it up test it again.
yes[quote=“Japhy, post:5, topic:143011, full:true, username:Japhy”]
The one from April? are you in the family document when running it? I’ll open it up test it again.
[/quote]
yes
Yes!
The error has occurred as follows: I have changed the name of two parameters within the family. It was a test and I have put the original names back. Doing this Revit has closed
can you provide your system info (revit version, rhino version, rhino.inside.revit version)
I’m not getting any errors
hmmm, not seeing anything there. Can you post a family file that is crashing on you? Thanks.
Hi Japhy. I have been trying other family files and they have not given me an error again. The error file was a test family that I hadn’t saved, so I can’t send it to you. In any case, thank you very much.
This algorithm “Re_changeFamilyParameterName.gh” works for what I want to do