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

Texture issue when uploading obj in zip?

A simple model in obj extension I have uploaded in zip on A360 and check on this link https://dm.autodesk.io/. Texture of that model seems good but at when I have uploaded heavy scene into it only color material are visible not texture. Why this…
0
votes
1 answer

Explode feature not working on few of formats in Autodesk forge?

i have uploaded one 3D model into different formats (obj, stl, dwg) in A360 after checking into viewable of "https://myhub.autodesk360.com and https://dm.autodesk.io" the explode feature not working. But in Dwg format explode feature working after…
0
votes
1 answer

Derivative Service 400 Bad Request

Sometimes when accessing the Forge Derivative Service API via GET…
sabrehagen
  • 1,517
  • 1
  • 13
  • 38
0
votes
0 answers

Extractign markups and comments from an A360 file

i suppose there most be a way to do this, but so far all the info i can find focus on viewing the model and accessing information that already is IN in the model/file. How do i access the info that users create inside the A360 platform, like…
RicardoZepeda
  • 95
  • 1
  • 1
  • 7
0
votes
1 answer

use autodesk forge api to get "mass properties" but got nothing

Using the autodesk forge api , first I got a access_token and create a bucketkey and then upload a stl file and then verify the job is complete and then got the guid. use the access_token, urn , guid I post a call : curl -X 'GET' -H 'Authorization:…
0
votes
1 answer

Autodesk Model derivative extracting external id (guid) from translated file

We are trying to create a system that can displays BIM Model using Model Derivative and Viewer API, and provide functionality to use updated BIM Model, while preserving the mapping between element (currently we are using dbId) with some…
0
votes
1 answer

how I can see view points in Autodeskforge

We have been working on the web based application using AudeskForge, where we are uploading the file (.rvt,.NWD) files but we can track the ViewPoint in it. On other hand we can see the ViewPoint when we open files in respective applications (Revit,…
0
votes
1 answer

Download Autodesk Forge viewables using C#

I'am trying to download the Forge viewables in a C# application, but I'm having trouble downloading the svf file. The following code returns "The requested resource does not exist." If I run the same urn in the node.js extractor example it works…
FrodeTo
  • 83
  • 1
  • 10
0
votes
2 answers

Authorization issues with autodesk forge when uploading files concurrently

I'm having trouble with the autodesk forge authorization. Occasionally I receive a 401 when calling oss/v2/buckets/{key}/objects/{object}. This only occurs infrequently, but worth mentioning is that one way I've been able to replicate this was when…
0
votes
1 answer

Autodesk TranslationWorker-InternalFailure

When attempting to translate this file using POST https://developer.api.autodesk.com/viewingservice/v1/register I receive the following error: { "guid" :…
sabrehagen
  • 1,517
  • 1
  • 13
  • 38
0
votes
1 answer

Autodesk ATF-1008 Error

I am getting an ATF-1008 error which has no explanation when translating files that previously worked fine. What does the ATF-1008 error mean? { "guid" :…
sabrehagen
  • 1,517
  • 1
  • 13
  • 38
0
votes
1 answer

Autodesk v1 setreference functionality in v2

The Autodesk v1 API is deprecated as of July 17 2017. The v2 API does not appear support setting references between part files as currently provided by the https://developer.api.autodesk.com/references/v1/setreference endpoint. How can one set…
sabrehagen
  • 1,517
  • 1
  • 13
  • 38
0
votes
1 answer

Autodesk Forge Model Derivative Service: Multiple Derivatives from one zip?

I'm finally trying to move my code from the /v1 API to the /v2 API. I'm trying to deal with the scenario of having multiple Revit models linked to each other, and you'd like to have a viewable for each one. For example, models A, B and C. For links:…
Matt
  • 1,043
  • 5
  • 8
0
votes
1 answer

Decals not displaying in Autodesk Viewer

When using the Autodesk Viewer, decals do not seem to display as expected. The image above has the decal displaying correctly (not rendered in Autodesk Viewer), and the image below has no decal (rendered in Autodesk viewer). Why is this so, and how…
sabrehagen
  • 1,517
  • 1
  • 13
  • 38
0
votes
1 answer

GetManifest() and GetThumbnail() fail on some Item Version of Forge Model Derivative API

I'm using Forge c# client library to read A360 hub/project/folders structure using a 3legged token (Model Derivative API). For every [Version] of a [Item] in [Data Service] of A360 i need to know: if a file has conversion errors; if it has a…