- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am trying to run a dynamo script that attaches attributes to .rvt models. Right now the way we do is open each .rvt file individually and run the dynamo script using dynamo player.
We are looking to automate this. End goal is from a .Net application I should be able to initiate a accoreconsole or somekind of process that will do the following:
1. Open revit files
2. Run the dynamo script on revit model (the dynamo script is to attach attributes to the revit file)
3. Save the revit file.
Simply put, the idea is to batch process a bunch of .rvt files by running a user input dynamo script on each of them without opening Revit application.
I know with C3D you have BatchSaveUtility (BSU) as a standalone tool. I am triggering it from accoreconsole.exe with a script file and that works for C3D models. What would be the equivalent of it for Revit?
If this is not possible to do via a standalone existing Autodesk tool, I am all for using APIs to achieve the same. Please point me in the direction for which Autodesk API can help with this.
Solved! Go to Solution.