-1

We are converted rvt file to svf and opened it on autodesk forge viewer. And now we want to download this converted sfv file. How we can do this??

This is my code for converting

enter image description here

Hovo216
  • 39
  • 9

1 Answers1

2

Here's a few samples to get you started:

Basically you will need to parse the [manifest](GET :urn/manifest/:derivativeUrn) and follow the paths to download the resources via [GET :urn/manifest/:derivativeUrn](GET :urn/manifest/:derivativeUrn)

Bryan Huang
  • 5,247
  • 2
  • 15
  • 20