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
0
votes
1 answer

Autodesk Forge getting Manifest and Metadata from converted DWG

My Goal is to have a DWG file converted to be usable in the Forge Viewer and have markup. In the process of getting all the right files for using offline viewer I am trying to get the manifest and metadata for the file. I want the metadata so that I…
0
votes
0 answers

Failed to load the sketch SVF file, [404]

When I try to load the SVF model, it gives me server error 404, failed to load the resource though the model is uploaded and translated, it is unable to find the SVF file of the sketch format. And it does work for other formats. Urn of the model:…
0
votes
3 answers

Autodesk Forge File Conversion how to download files in manifest?

Following the Model Derivative "Prepare a File for the Viewer" after I have successfully uploaded and converted file I call the manifest url how do I then download the converted files in the manifest. If I only know the refrence urn? (i.e.) How…
0
votes
2 answers

How to upload obj with mtl and textures to bucket?

As the title suggests, how do I upload the obj model's material file and textures, as they are hard coded in the obj file. Can I upload zipped dir structure or multiple files that are in correct relation (because of the hard coded nature of obj)?
macmilan
  • 75
  • 2
  • 9
0
votes
1 answer

Http Status 415 even when providing correct ContentType

I'm attempting to set up a quick POC of an Autodesk Viewing App but I'm running into issues with authentication. I've already checked the following questions for general help but they're either covering extremely specific issues like…
0
votes
1 answer

Failed to trigger translation for DWF files to STEP

I’m trying to translate my .DWF file to STEP using the Model Derivative API: { "input": { "urn":"<>" }, "output": { "destination": { "region": "us" }, "formats": [ { …
Augusto Goncalves
  • 8,493
  • 2
  • 17
  • 44
-1
votes
1 answer

Getting 404 error on loading 3D model of autodesk forge

I am working on the Autodesk forge 3D models (.rvt,.ifc,.pdf etc) .And when I select any model and it uses https://developer.api.autodesk.com/derivativeservice/v2/regions/eu/manifest/{urn} api to load the model after that If I open any model it…
-1
votes
1 answer

Is Gltf2 Animation supported in Forge Viewer?

I've got a Gltf2 model which contains an animation (I checked on sandbox.babylonjs.com and I see the animation, so the gltf is ok). Is it possible to view the animation on the Viewer? I translated to SVF2 and loaded the model, but there is nothing…
-1
votes
2 answers

An error appears in the translation function in the Model Derivative tutoria

I am doing Step-by-Step Tutorials of Model Derivative API from Auto Desk-forge. https://forge.autodesk.com/en/docs/model-derivative/v2/tutorials/translate-to-obj/task3-translate-source-file/ Successfully completed task 1 to task 4 However, it is…
-1
votes
1 answer

Convert SVG file to Autodesk Viewer svf format

We are looking at using the Forge Viewer for a project to display and markup plans, etc. (for now just 2D, 3D may be added in the future). For some of these items we will have DWG Files that we can convert using model derivative API so no problem…
sfaust
  • 2,089
  • 28
  • 54
-1
votes
1 answer

I would like to create a new forge app by code. Is there any api available?

It is the UI at https://forge.autodesk.com/myapps/->Create App I would like to bypass.
Andlab
  • 43
  • 7
-1
votes
1 answer

Revit decals on Forge Viewer

I've got a Revit model with decals applied on some surfaces. I uploaded the rvt model on Forge and translated using SVF2 format, but when I see the viewer no images are rendered on the decals, even if the objects are translated (I can see them on…
-1
votes
1 answer

BIM 360 Compare documents

is there any way to revive data about what has been changed between versions (remove and add and modify): via forge Model Derivative API, now I am able to get all the metadata of any Revit files but in total so I am not sure what elements added or…
-1
votes
1 answer

Autodesk Forge Viewer Loading time in android getting delay,Performance slow using Xamarin ,Forge Offline Viewer

When I am Moving or Zooming Out Model Getting to very Slow and Performance also slow, But BIM360 Mobile Autodesk Application Working Fine in android Mobile. So, What I am looking is while the model or object moving in mobile app disable the loading…
-1
votes
1 answer

Can't show translated .zip files on Autodesk Viewer after translating them with Forge APIs

I've tried following the tutorial on how to translate .zip files sending all the requests using Postman. Everything went smoothly with no errors and the responses where all as they were supposed to be. In the end I saved the response as a .stl file…