Using the Inventor Design Automation API I would like to change several parameters in my model and display these changes in the Forge Viewer (web).
What would be the best solution to achieve this? I was think of saving the to changed model as a new file, upload this file and use the Model Derivative API to generate a SVF. Then somehow get the new URN back to the client and load it in the viewer.
But I feel like there must be a simpler way, plus I'm not too sure about the performance of this solution.
Any suggestions?