Reputation: 31
In our web application, we want to view AutoCAD files using Autodesk viewer API. As per our requirement we want to select the file and need to open directly in auto-desk viewer site, where all default options like 2D, 3D views are available. Is it possible to view those files, directly in Autodesk viewer, instead of creating our own viewer?
Upvotes: 3
Views: 6499
Reputation: 5342
We do have a minified online viewer that takes a svf - pls make sure all svf assets are available at the same location and open to public access with CORs allowed: https://autodeskviewer.com/viewers/latest/viewer3d.html?svf=url/to/your/svf (make sure to put in the url to your svf)
But this is NOT an official setup of any sort and is subject to change w/o notice. You are very much encouraged to develop your own, just a few lines of code would do this trick if you already have your models extracted.
Here's a few good places to start:
Tools:
Upvotes: 3