I followed this blog post about Svf generation using Inventor, and I was able to achieve the functionality described in the example.
Speed up viewable generation when using Design Automation for Inventor
Since this workflow skips the use of the Model Derivative API, I am wondering if there is a way to access the thumbnail of my model through the resulting Svf files that come from the Inventor translator output.
I am assuming that it exists somewhere in the output files, but after some searching I haven’t found an obvious way to access it.
I have tried decompressing the gz files in the output directory, but I can not find the thumbnail data in the resulting json files.
I would say, there is no thumbnail you can access in SVF output. BUT you can ask Inventor to generate it for you. This is how we are doing it https://github.com/autodesk-platform-services/aps-configurator-inventor/blob/master/AppBundles/CreateThumbnailPlugin/CreateThumbnailAutomation.cs