Using eTransmit API in Forge
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We are currently developing an application with the Forge Platform.
The input file should be a Revit file and the output should be the result, as if a project was converted with the Revit addin eTransmit.
The classes eTransmit, TransmissionOptions and TransmissionGraph are used.
Unfortunately the function of the eTransmit class "TransmitFiles" always returns the value "False". The output file remains unchanged.
To get the app running, the eTransmitForRevitDB.dll also had to be uploaded to Forge with the compiled addin dlls.
Because eTransmit does not run on an open Revit project, I used the example of "learn.forge.designautomation" to implement the Revit file input/output.
I searched in the forum and found nothing.
Is it possible to use the eTransmit dll in Forge?
What could be the problem?
Here below is the code.
Thanks a lot!