
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
My question concerns using the Revit API to open .rvt files from outside of Revit.
After reading through much of the documentation and examples, I see that I can do much of what I need, but only through ExternalCommand and ExternalApplication interfaces, both of which involve running Revit directly.
Is it possible to make a Windows Forms application to open a .rvt file, do some work, and exit, without creating external commands or ribbon buttons (a plug-in basically)? For example, I would like to open a .rvt file, retrieve all element names in some model, and write them to another file. I've managed to do this using the IExternalCommand Interface, but I don't want to have to open revit or create new ribbon buttons to do so. Is this possible? Or do all functionalities have to be within some type of Add-in?
Any information or advice is greatly appreciated. Thanks!
-- Joseph
Solved! Go to Solution.