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

Download all the derivatives for the purpose of the using Forge Viewer offline/C#

refering to this post ,I know there is a way to download the tranlated files with node.js" How do I download SVG/SVF for offline viewing with Autodesk Model Forge APIs",and using the Model Derivative api "GET :urn/manifest/:derivativeurn", I can…
0
votes
2 answers

Is it possible to use/convert a 3-legged token on Autodesk Forge Object Storage Service (OSS)?

I know Autodesk Forge "Object Storage Service" (OSS) requires a 2-legged security token... I already use a 3-legged token to access Forge "Project Service" and "Data Service" APIs: is it possible to convert or request a 2-legged token from a…
0
votes
0 answers

Revit Assembly Sheets No Longer Translated

I just noticed a change in behavior with the Autodesk Forge Model Derivative API. Previously, when translating a Revit model file which contained an Assembly and the Assembly had a Sheet, the Sheet came through the translation and was available to…
0
votes
1 answer

Forge file conversion for Viewer -- translation stuck at x%

Using a Revit 2016 model with three 3D views flagged for conversion using the "Collaboration" ribbon add-in, the conversion process reports "inprogress" and halts at x% (54% in this specific case). It has been over 24 hours and the progress hasn't…
storm
  • 1
0
votes
1 answer

model.derivative-csharp-context.menu error

Working on https://github.com/shubhamgadekar5/model.derivative-csharp-context.menu 1. First opened "TranslatorServer.csproj"and changed the APP ID and SECRET got from Forge Developer Portal. visual studio downloaded packages but got the error as "…
0
votes
1 answer

Get output of InventorServer Engine as stp file or should I use ModelDerivative API?

Referring to the attached image taken from today's webinar: (could someone with at least 10 reputation post this image: https://i.stack.imgur.com/6dzgp.png) Once, for example, changed parameters, could my appPackage (i.e. changeParamsPlugin) do…
0
votes
0 answers

Conversion to SVF fails with TranslationWorker-InternalFailure

I'm following the tutorial "Extract Data from a Source File." I'm able to upload a file as described, but when I try to convert the file to SVF it fails with "TranslationWorker-InternalFailure." I get the same error with both a 3ds file created with…
jhaiduce
  • 408
  • 4
  • 13
0
votes
1 answer

Should the structure of a derived obj file coinside with the naming of the original step file?

When using the Model Derivative API I successfully generate an obj representation from a step file. But within that process are some quirks that I do not fully understand: The Post job has a output.advanced.exportFileStructure property which can be…
0
votes
2 answers

Autodesk setreference for child assemblies not working

I am having trouble referencing child assemblies that are required for a parent assembly translation. First I POST to https://developer.api.autodesk.com/references/v1/setreference with the following body { master:…
sabrehagen
  • 1,517
  • 1
  • 13
  • 38
0
votes
1 answer

Autodesk Forge register job conflict

When POSTing to https://developer.api.autodesk.com/viewingservice/v1/register I sometiems receive the following error: { Diagnostic: The request is rejected as it conflicts with a previous request that is in-progress., registerKeys: {}, …
sabrehagen
  • 1,517
  • 1
  • 13
  • 38
0
votes
1 answer

How can I get thumbnail images from private data?

I want use private data, like as viwer-offline examle(https://github.com/Autodesk-Forge/forge-boilers.nodejs/tree/master/1%20-%20viewer-offline). How can I get thumbnail images from private data?
0
votes
2 answers

Uploading a file from Autodesk A360 to bucket in NodeJS

I am using the Forge data management API to access my A360 files and aim to translate them into the SVF format so that I can view them in my viewer. So far I have been able to reach the desired item using the ForgeDataManagement.ItemsApi, but I…
0
votes
1 answer

Forge viewer,not responding from server

Since 2016.12.7 afternoon the forge servers are not responding to my API calls related to forge viewer,It only responding to the authentication API.I tried to load viewer with error handling functions it returns a error "onDocumentLoadFailure() -…
0
votes
1 answer

Is it possible to translate (Revit) models from non-Autodesk cloud storage services using Forge Model Derivative API?

I just tried some of the Forge boilerplates on Github. Some examples asked me to login to BIM 360 to fetch some model data. I was wondering if it would be possible to load the (Revit) models from Dropbox, Google Drive or OneDrive, or even upload…
Thoran
  • 8,884
  • 7
  • 41
  • 50
0
votes
1 answer

Access denied error while accessing View and data api in offline mode using UIExt in desktop application

I have implemeted the autodesk view and data api in UI Extension which will make application work both in web and desktop. It works fine in web, but in desktop "Access denied" error occurs in viewer3D.min.js file. Is there any way to overcome this…