
Zvládne tedy ve od základních 2D výkres a po. Jak ji název napovídá, jedná se o online prohlíecí nástroj, který umí naíst více ne 50 rzných CAD souborových formát. (But I wouldn't be at all surprised if an A360 file access API became available in the near future :-).įinally, unless you want to interact with the displayed file via the viewer's JavaScript API, you may prefer just to upload your files to A360, share the translated model, and then iframe embed them in your webpage. Prohlíe A360 je tou nejzákladnjí funkcí tém vech cloudových aplikací Autodesk. If you use a non-permanent bucket, then your original (untranslated file) becomes unavailable when the bucket expires, or you can explicitly delete the untranslated file (using the delete API).įiles translated via the View & Data API are not accessible via A360. There is a 'list' API available, but this is white-listed (available on request), so getting your accesstoken and urn for one file doesn't automatically give access to your other files - unless someone can guess the other filenames (or iterate to find them). But if you're serving up the model on a public page, then you presumably don't care about that. This does mean that someone could separately access your translated file by grabbing the accesstoken and URN from your webpage. However, for the viewer on your client-page to access the file, you need to provide it with your accesstoken.
#AUTODESK VIEWER VS A360 CODE#
You might consider downloading it to be advantageous because then you don't need to implement the OAuth code on your server.īuckets on the Autodesk server can only be accessed using the accesstoken created from your API keys, so it is secure in that only someone with your accesstoken and who knows the URN can access your translated file.
#AUTODESK VIEWER VS A360 DOWNLOAD#
You need to upload the DWG to the Autodesk server, translate it, and either then download the translation to store on your local server (as demonstrated on ) or keep it on the Autodesk server. The Autodesk View & Data API ( ) allows you to display a DWG on your website using a zero-client (WebGL) viewer.
