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

Obtaining Global Positioning System related data in Model Derivative translated model

While using the Forge Viewer to visualize BIM models, we were able to confirm that original models placed at GPS coordinate location are properly translated with Model Derivative, making BIM be placed at geo coordinates(or at least, model's global…
0
votes
2 answers

Slow SVF Conversion

We are utilizing Forge API for converting DWG to SVF for manipulation on mobile AutoDesk viewer. Our success in conversation sits at about 80% of the files converting correctly and relatively quickly. We often get either a failed conversation or…
0
votes
1 answer

DerivativesApi.GetModelviewProperties Doesn't Return Properties

I have noticed this when testing in both Postman and VS. After upload of a job is successful it seems like I have to wait a minute or so until this endpoint returns any information. Initially it returns {"result":"success"}, then when called again…
Theodore
  • 3
  • 2
0
votes
1 answer

Object's properties info

There is an API to get object's properties for model. GET :urn/metadata/:guid/properties But it returns only names of the properties. How can I get type (integer, string, ...) of property and some additional info (precision for numeric, etc)?
0
votes
1 answer

Get dbIds from 3D object tree using Model Derivative API

Is there an example of reading the object tree and associated dbIds (typically found in the Autodesk viewer) from the Model Derivative API?
JGeerWM
  • 810
  • 10
  • 16
0
votes
0 answers

Autodesk Forge; How to map OBJ to the meta / properties?

I have downladed an OBJ file along with meta information and properties, based on an IFC that was uploaded to Autodesk Forge. Question is; How do I map objects in the OBJ to the correct entries in the 'meta' and 'properties'?
H Sande
  • 1
  • 2
0
votes
1 answer

Not able to download OBJ file using GetDerivativeManifest

I am trying to download an OBJ file generated from SVF file, using the Autodesk.Forge .NET API method GetDerivativeManifest (C#). The OBJ file has been created successfully. However, the method does not provide a Stream that I can use to retrieve…
H Sande
  • 1
  • 2
0
votes
1 answer

Forge ModelDerivativeAPI: can't convert to obj format

I'm trying to convert .nwc file uploaded on my A360 account with ModelDerivativeAPI with this method. While converting to svf and some other formats works for me perfectly I have troubles with converting to obj format. I keep getting the following…
Voice
  • 1,547
  • 16
  • 31
0
votes
1 answer

model view Object to Geometry mapping

We have followed the step-by-step tutorials for the model-derivative apis. I can use the /manifest endpoint to get the object tree. I can also create tasks to get a .obj file with geometries of some objects. There is no way to know which geometry…
hk1ll3r
  • 811
  • 1
  • 6
  • 14
0
votes
1 answer

How to extract geometric positions from 2d .dwg using Forge AutoDesk APIs?

Using Model derivative API I am able to get geometric properties of 3d dwg file but for 2d dwg I am facing the issue(Unrecoverable exit code from extractor: -1073741831) on extracting geometric properties. I also understand that model derivative…
0
votes
0 answers

Revit file not supported (while working in A360 viewer) but IFC is working

For a proof of concept I'm playing around in Postman with the Autodesk Forge API's and I'm doign the following. authenticate create & get bucket upload model (in IFC and Revit) in bucket translate it extract meta-data. With IFC files everything…
Bart
  • 11
  • 2
0
votes
2 answers

Download of SVF derivatives through forge-apis not authorized

Following a recent post which has been addressed using the extract.autodesk.io module (SVF model derivative downloaded as an (almost) empty ZIP file (Autodesk Forge)), I still have difficulties in downloading the SVF model derivative using simply…
user8246956
0
votes
1 answer

Autodesk Viewer Shows Black Model

When using the Autodesk Viewer in different browsers, sometimes models do not display with textures and instead show black. This has been encountered in Chrome on Ubuntu 16.04, as well as Safari on iOS 10.3.3. What causes this? If this isn't known,…
sabrehagen
  • 1,517
  • 1
  • 13
  • 38
0
votes
1 answer

Upload rvt then try to get model data

https://gist.github.com/kenken64/b40ef906076018dc11aef1929b7e04a5 I am getting the following error after submit a job while checking status 200 application/json;…
0
votes
1 answer

Texture of 3D model in FBX extension in Autodesk forge not visible

I have uploaded a model with texture in a folder on A360 in FBX extension. At the time of checking view of model in this link "https://dm.autodesk.io" the texture of model not showing only default materials color are available there. Please suggest…