Automatically fill parameters when the file is updated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have some Revit projects that are exports from Inventor. I also have a dynamo script that checks if certain shared parameters exist in the project, if they don't exist, it adds them, if they do exist it fills their values based on the type names of the family instances. All these models are grouped in a separate folder and are all linked within my main Revit project.
Right now I need to run this every time I updated the export from Inventor to make sure all the values are up to date. I'm looking for a way to do this automatically when the export is updated.
My first thought was somehow running the dynamo script automatically but I haven't found a way to do this. My second thought was somehow running a macro on a specific event but I wouldn't know what event could be used. Also, I'm not familiar with the Revit API so that would be a challenge.
Anyone has any idea's how to accomplish this?