Questions tagged [autodesk-model-derivative]

The Model Derivative API enables users to represent and share their designs in different formats, as well as to extract valuable metadata. Offers translation of design into different formats (such as STL and OBJ), also prepares for web viewing, extract properties, geometry parts and thumbnails.

The Model Derivative API enables users to represent and share their designs in different formats, as well as to extract valuable metadata. (Its translation functionality was previously bundled as part of the “View and Data API”.)

The API offers the following features:

  • Quickly translate the design into different formats, such as STL and OBJ.
  • Translate designs into SVF format for extracting data and for rendering files in the Viewer.
  • Extract object heirarchy trees, properties, and geometries of selected parts of a design.
  • Create different-sized thumbnails from design files.

632 questions
1
vote
1 answer

How to get Model size or bounding box by using Model Derivative API?

I can use the Viewer API to get the bounding box size of a model: model.getBoundingBox() But how can I accomplish it by using the Model Derivative API, So I can get the size of model on server side instead of client side? Thank you!
Zheng Xing
  • 277
  • 2
  • 7
1
vote
1 answer

What are the parameters for translating a rvt to a ifc and a dwg file

I just used the model-derivative api to create the ifc and a dwg file. I got it working, but now I want to see what parameters I can set in the post job command. But the documentation on…
Sander Obdeijn
  • 459
  • 1
  • 5
  • 15
1
vote
1 answer

Only clicking twice in the 2d sheets view (leftpanel) for PDF files would show them in the Autodesk viewer

Following the discussion of this thread, I'm able to show the 2d sheets view (leftpanel) in the autodesk viewer for pdf files and other 2d files. But now the problem I have is clicking once on the links in the left panel won't render the view in…
1
vote
1 answer

3D drawing in lines, not displaying 3D in Viewer

I have a 3D DWG drawing of only points and lines. I uploaded and translated it, with output format: 'type':'svf', 'views':[ …
1
vote
1 answer

Autodesk Forge viewer renders only single page for PDF files

In our application we're using Autodesk Forge Viewer to render 3D and 2D design files. Files with other formats get rendered pretty well. But in case of the pdf files, only the first page gets rendered even if the file actually has multiple pages.…
1
vote
3 answers

Autodesk Forge Datamanagement API: No "extension.type" found in payload

I am trying to upload a file by using the "POST projects/:project_id/storage": "Creates a storage location in the OSS where data can be uploaded to." I retrieved the projectId and folderId where I want to create a storage location for the file…
1
vote
1 answer

Does autodesk forge support downloading as an ascii fbx

Does Autodesk Forge support downloading an fbx in ascii format? Is there a list somewhere of currently supported derivative formats?
user1116933
  • 469
  • 7
  • 14
1
vote
1 answer

Model derivative: translation stops at 50%, never fails, never completes

I have a following scenario, 2 revit files, ModelA.rvt and ModelB.rvt. They are cross-referenced together, zipped and uploaded twice under diferrent object key (ModelA.zip, ModelB.zip). ZIP files are identical, very small(4MB) and containing both…
1
vote
1 answer

Autodesk-model-derivative: Creating a bucket: The remote server returned an error: (400) Bad Request

I am trying to create a bucket as described in Create an App-Managed Bucket and Upload a File. When I use cURL in a command-box, it works good: curl -v "https://developer.api.autodesk.com/oss/v2/buckets" -X "POST" -H "Content-Type:…
1
vote
1 answer

Autodesk Forge Viewer storing files on local server?

Can anyone tell me if this is possible with Autodesk Forge Viewer and Model Derivative User has dwg and rvt files Those files are sent to the Autodesk buckets Those files are then sent jobs to convert them to formats that the autodesk forge viewer…
1
vote
1 answer

Models uploaded to an A360 Team project are they also uploaded to the Object Storage Service?

According to the Forge API reference you use the Model Derivative API to extract data from a model file. I use the post job endpoint (https://developer.api.autodesk.com/modelderivative/v2/designdata/job). My application has the Model Derivative API…
user6527767
1
vote
1 answer

Translate the Source File into SVF format - Translation Failure

I've been following the Autodesk Model Derive API tutorial on Extracting Data From a Source File and keep getting a Translation Failure when attempting to convert the uploaded source file to SVF. I have tried .step, .sldprt, .stl and .igs files…
0
votes
0 answers

Turn my 3 legged APS hubs viewer into a 2 legged one

I've created a viewer for my ACC that uses 3 legged authentication, but I want to convert it to 2 legged authentication. I tried the same steps that we use in the simple viewer, but I couldn't. Is there a sample of using x-user-id to access…
0
votes
0 answers

How to query file database respone of format NWC or IFC?

Hi team Autodesk Forge . I have a question, I need query to get data from navisworks with file respone.sdb from ASP, but problem is external_id saved in table _objects_id when I check is look can't understand. Can I know how to query it and what is…
0
votes
1 answer

Autodesk Forge Viewer : Translate Rvt, DWG File, Download It's SVF and Load SVF in the Viewer

We are trying to do the following : upload a .rvt, dwg file to oss start model translation of this rvt file What we want : Now once translation is finished Download svf and its reference file and save to s3 Load svf file into viewer with s3…