Hi,
I’m trying to create a “textbox” with information from dynamo that appears on revit after i run the code on dynamo.
For example, I calculate the reverberation time in dynamo and i would like it to appear on revit with a warning saying that it is “ko” or “ok”, but from what i have been searching i’m starting to doubt if it is possible or not.
Are you testing revit elements? If so, I’d create a parameter and write the reverberation value into that parameter. Then you have various possibilities to display if the value is ok, by either tagging or coloring the elements.
Hi Ewan!
It’s working perfectly, thank you so much.
But now I’m having a problem with the python script. I need to combine a string and my variable “Tempo de reverberação” in one single output before I show the msgbox.
Good to hear you are having some success.
You should try experimenting with adding more inputs.
msg={IN[0],IN[1]} or something similar, no PC available today to check the syntax exactly sorry.