Open intermediate file in Robot using API?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
Is it possible to open an intermediate file in Robot using the API?
This is what we do now (manually):
In Revit
- Analyze -> Robot Structural Analysis -> Robot Structural Analysis Link
- Send model
- Send to the intermediate file (.smxx)
- OK
Then in Robot
- Add-Ins -> Integration -> Autodesk Revit Structure
- Update model
- Update from the intermediate file (.smxx)
- OK
Is it possible to do this last step using the Robot API?
Or is there another way to programmatically import the model from Revit to Robot?
(I've managed to use the API to load and save .rtd-files but find no information on how to open/import intermediate files. Also looked for ways to programmatically invoke the import add-in inside Robot but came up short.)
We are using Revit and Robot 2018.
Thanks.