use viewer API in a completely private network

123 views Asked by At

I want to use viewer API in a completely private network, do you have any problems in this case?

Requests throw when using loadModel

1

There are 1 answers

1
cyrille On BEST ANSWER

Well it depends what you mean by 'complete private network'

  • if you want to use the viewer by storing the translation results (svf bubbles) on you network, and serving bubbles' files from one of your server, then it is ok (we call this offline viewing) - then you also need to copy the viewer javascript files on your server to do that. We got an example to do this at: https://extract.autodesk.io/ and source code at: https://github.com/cyrillef/extract.autodesk.io
  • if you want to do something different from what I wrote above, you would need to contact us @ [email protected] and explain in more details what you want to do