We are developing an application on Forge-Design Automation for Revit. In this, we are executing Revit file(.Rvt) on a forge using Design automation API which consumes $6/hr. forge cloud credit as it treats my Revit file as a complex job(600 MB size file). After execution on DA ,i am using Model derivative API to translate the model to show in a web based forge viewer.
The model derivative consumes $1.5/complex jobs.
If I execute a job for 4 times, it consumes forge cloud credit as follows: Design Automation takes 15mins to process each job = 15 mins x 4 = 60 mins =1hr. Cloud credit is $6/hr Model derivative will take $1.5 x 4 = $6/hr. Total credit consumed is $6 +$6 = $12
Here, the Forge cloud credit consumes for viewer(Translation) is consuming more than Design automation cloud credit.
We storing the file on Forge bucket itself so that we can share the translated file link to end user. Here it consumes more cloud credit for viewer as I have stated above. If I store the file on BIM360(I hope we no need to translate on forge), I need to get the user login for 3-legged authentication to push the file from forge(after DA execution) to BIM360.
Could you please suggest the better way to store and share the online web viewer to end user ?.
Regards, Durai