autodesk-forgeautodesk-viewerautodesk-model-derivative

show linked files in autodesk forge viewer


i am trying to make auto-desk forge viewer. using this link Forge & ASP.NET: from zero to hero in 30 minutes

and it works fine with single revit file.

now i want to view revit document that has linked document and i found this post How to Set References with Revit Files for View and Data API

but i think it is an old version of api. so i don't know how to apply these steps in the viewer code. any help


Solution

  • A zipped file which contains the host RVT file and corresponding linked files can help you achieve this goal. After uploading this ZIP file to your developer account-managed OSS Bucket using Data Management API, you have to make sure that ‘compressedUrn: true’ and ‘rootFilename: {your host RVT filename with the sub filename .rvt}’ your input field of the job configuration body while submitting your translation job. Please refer here for the details: https://developer.autodesk.com/en/docs/model-derivative/v2/reference/http/job-POST/