Hi everyone,
I have a lot of Revit models (.rvt) in which I need to populate an instance parameter with a given value. This operation has to be done without manually opening each Revit model, so I’ve set Dynamo to open them in the background. To set the parameter value of a background opened model, I’m using the “SetParameterByName in Document” node from Genius Loci. I don’t have any warnings during execution; however, the parameter value is not changing. I can’t understand what may be wrong. Now, I’m performing this operation on a single file; in the future, I will implement this for each file in a file list.
Can anyone help me?
ps and maybe you need convert revit application document to autodest.db.document, rhythm have great nodes for that…if that the case, i can tell if you show what application open node give …