I have a question about the dynamo overlay that gets placed on revit. There is this blue tint or color that gets placed when you run dynamo and I want to hide it or remove it.
Is there anyway to hide it or remove it from view in revit?
The only way I found to get rid of it was to close dynamo. I don’t want to keep closing it as I want to run the script again.
Side question:
Why is it when I run a script, the actions it took do not get saved. For example, I create a basic line creation in dynamo and run the script. For some reason when I run the script again the line does not save and gets overwritten by the new line. I tried closing the script and closing dynamo completely but when I run the script again it does the same thing.
My main question is why can’t I save the changes the script made without it overwriting? i.e. create a new lines and keep old lines
I am using Revit 2016 and Dynamo 1.3.2 if that helps. I can also add more pictures to explain what I am talking about.
You can also use this workaround to avoid the element binding :
Generate the elements, close the graph, group the newly created elements in Revit and rerun the graph.