0

I am making a configurator that uses various Add-in's in Inventor to perform tasks: Change parameters, Export IDW to PDF and I would need to Export from Inventor to SVF format (So as not to have to do it with Model Derivate)

I have seen the example of forge-configurator-inventor that contains the AppBunle "CreateSvfAutomation", but I don't really understand why it saves the file "bubble.json" instead of "result.svf". And what do we do with this "bubble.json" file and how can we indicate to our Web viewer the URL to show the SVF

Masoud Keshavarz
  • 2,166
  • 9
  • 36
  • 48

1 Answers1

0

It's a manifest describing the SVF structure. This article may help explain it in a simpler context.

Scott Anderson
  • 988
  • 3
  • 11
  • 25