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

Revit parameters are getting renamed when a Revit file is being imported into Forge autodesk-model-derivative

Please find attached the issue that we are seeing in Forge. The parameters are getting renamed when a Revit file is being imported into forge. When we click on the properties of the element after uploading the file on forge, we find that some…
0
votes
4 answers

Use 'forceget' error when calling GET :urn/​metadata/​:guid/​properties

I am trying to retrieve the properties using this method: GET :urn/​metadata/​:guid/​properties This is something that we have running and works daily in our workflows, but I think this is an especailly large model. For this particular model we are…
Neil_M
  • 462
  • 5
  • 17
0
votes
1 answer

Forge - Revit-UnsupportedFileType

I’m trying to integrate Forge viewer with my sample application and facing some issues. Below are the steps I tried to achieve my goal. Registered an app by creating a new account and generated “client ID” and “secret key” (success). Generate…
Prasanna J
  • 195
  • 1
  • 3
  • 7
0
votes
1 answer

Can model derivative get all the information from BIM?

I'm very new to forge and revit. I've been trying to see if I can get all the information from Revit / BIM file programmatically. I know I might be able to get it with DB link or excel, but export to excel seems an extract steps. Then I found out…
Audrey
  • 1,728
  • 2
  • 11
  • 10
0
votes
0 answers

Derivatives API/Viewer fails with some models

We are transforming all of our models using the derivatives API - and after downloading all assets for offline use (we must support offline users), two things happens: The viewer crashes (the model disappears) when rotation/zooming the model Some…
0
votes
1 answer

Delete source file after translation

is it possible to delete the source file from Autodesk Forge once the translation is complete and still be able to view the translated file in the viewer? If so which endpoints from the APIs should be used to achieve this?
0
votes
0 answers

Extracting Revit files (Autodesk Forge Example):

I have completed the Autodesk Forge extracting Revit file example (https://github.com/Autodesk-Forge/model.derivative-csharp-context.menu) but still have an issue. To get the program to extract the file I have to run > click extract > stop >…
0
votes
1 answer

Translate Request not replacing old translation

I am trying to replace an old translation of an object with a new translation after replacing the object in my bucket. I've confirmed the object was replaced by downloading it back. However, when I make a translate request against the object with…
BHosta
  • 25
  • 4
0
votes
2 answers

How can a webhook change to status inactive?

I created a webhook I let ran on my forge application. Webhook is "system": "derivative", on "event": "extraction.finished". After a few weeks, hook was not triggered anymore. When I query it to check what was going: webhook is still present But, I…
0
votes
1 answer

Missing elements in autodesk forge

I'm playing around with coordinates in autodesk forge and by some chance i noticed that some of the element(door in my case) doesn't have an fragment id. I've tried to use selection and fittoview to try and display which is the problematic element…
0
votes
1 answer

How to convert model to GLTF (.glb) format using AutoDesk Forge

I want to use Forge to convert 3d model file format as mentioned on: https://developer.autodesk.com/en/docs/model-derivative/v2/overview/basics/ How can I export to GLTF (.glb) format using AutoDesk Forge API? There is a sample…
David Douglas
  • 10,377
  • 2
  • 55
  • 53
0
votes
2 answers

Forge model derivative job failed. What now?

I ran a model derivative job and the status came back: failed. After drilling through the return values, it said that two of the linked dwg files were missing. I added the dwg files, re-zipped and re-uploaded the zip. When I try to run the job, it…
TrentVB
  • 430
  • 4
  • 16
0
votes
1 answer

How to get a derivative file that contains spaces?

The API documentation on obtaining specific derivative file does not explain how to obtain derivative files with spaces. I have tried replacing the spaces in my urn with with %20, _, + and - but none of them works.
Kanosaki
  • 92
  • 2
  • 8
0
votes
1 answer

Autodesk - Get manifest info with Javascript

Is there an easy accessible function to get manifest data in javascript to check if the model is done translating? something like viewerApp.getManifest().progress. Where viewerApp is a ViewingApplication. Is there something like this, or should I…
0
votes
0 answers

Some properties are missed in Get Properties endpoint

Dears, Please let me know, why are some properties missed in response of (GET :urn/metadata/:guid/properties) endpoint. For example, I have Windows family in my Revit file that have Constraints and Phasing categories in its property's list but after…