Hi everybody
I’m trying to develop scripts that work with revit files in background. I’m using rhythm nodes (Application.OpeNDocument) to open revit files in background by filepaths. I aim to access to the data of models (and I can do it actually) and change it, but when I create a “for loop” in a python script inside dynamo to start the transaction, or I use a node that change parameters values, I obtain this error with unsuccesful result:
Anybody knows if it is impossible to change data outside Revit model? Or there is another way to bypass the obstacle?
Thanks