Reputation: 13
I am trying to integrate the Autodesk Viewer into my website. I just want the users to see 2d or 3d view of files stored at my account of Autodesk. I went through the whole documentation but it's a bit hard for me to understand how is it working. There are 4 steps: 1) Authentication code 2) Model Derivative 3) Data Management 4) Viewer. I am confused that if I have to run these codes again and again or just once to get authorization code, create bucket, upload objects to bucket, convert to svf format and render on browser. I am not familiar about it, as I am working with a php based project. I went through both these links: https://aps.autodesk.com/developer/idea/viewer-app & https://aps.autodesk.com/en/docs/viewer/v7/developers_guide/overview/ . But I don't know where to start or how should I code or whatever. Please help me out with this
Help me out please...
Upvotes: 0
Views: 807
Reputation: 206
In below link, you can find more detailed step by step tutorial to buidl simple viewer application. https://tutorials.autodesk.io/
Basically step 1) to 3) is for to traslate source file, e.g. .dwg .rvt, ipt .etc, into vieweable file for Autodesk Viewer. So if you already have translated viewable file URN, you just simply view it with Autodesk Viewer.
Hope this will help to understand.
Regards, Takehiro
Upvotes: 0