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

is there an easy way to convert 3d Model .DWG to .gltf or STL format with color?

trying to convert DWG to gltf or glb , couldnt find a way directly ! ,I tried to export the model to STL directly but model always came in Gray color ! I tried to look for forge tools using VScode and I couldnt understand how do the conversion I was…
Aboude
  • 149
  • 2
  • 12
0
votes
1 answer

SVF2 format retrieves missing or incorrect data from Model Derivative on IFC and RVT

This question is connected another issue which I've posted before here: Inconsistent data. When models are uploaded with SVF2 format, Model Derivative brings wrong data like (IfcGUID on externalId field or names on externalId field instead of real…
0
votes
1 answer

BIM 360 - Is it possible to find the project id (and additional info) that a resource belongs to if all you have is the urn

We have the urn of a file that we would like to find the id of the project that it belongs to in a clients account as well as the version id. We could always do a recursive search across all of the hubs until we find it, but that would take a long…
0
votes
1 answer

Forge Viewer (SVF2) Not Receiving All Data

I have a web application that uses the Forge Viewer with multiple SVF2 models. In the application, I need both the object tree and geometry in order to do some further processing of the models once they are loaded. A customer is frequently running…
0
votes
1 answer

Translated Navisworks file - CAD elements are displaced

Good Day, we experience a strange issue with a file from a customer, where some CAD elements are in a wrong place in the translated SVF2. Here is a screenshot of the original Navisworks file: Here is a screenshot of a translated file in the Forge…
0
votes
0 answers

Java heap memory issue while calling the API

I am calling an Autodesk API GET {urn}/metadata/{guid}/properties this API returns {"result":"success"} as JSON String for the first time. If I call the same API repeatedly using a while loop it returns the properties of a flat list of objects…
0
votes
1 answer

Model Derivative API's - Istance Properties

I'm using Model Derivative API's to upload Inventor's IAM on a bucket (in a zip mode). I'm using Inventor 2022 and Instance Properties. Is it possible to publish SVF/SVF2 file to have instance properties values on a Forge Viewer? I just tried, but I…
0
votes
2 answers

IFC conversionMethods "modern" and "v3" don't seem to be working

Good Day, I'm trying to convert an IFC file using the "Revit engine". I've tried conversionMethods "modern" and "v3". https://forge.autodesk.com/en/docs/model-derivative/v2/reference/http/job-POST/ SVF2 Output > Formats > advanced But the…
0
votes
1 answer

Build Plugin to extract CAD metadata using forge api

Is it possible to have that plugin like a downloadable extension in fusion and on click of the extension button, it sends the file metadata through the API to my server.
0
votes
2 answers

SQLite property DB and GET {urn}/metadata/{guid}/properties seem to return some mismatching dbIds (objectIDs)

I try to get the dbIds of Navisworks items which have a specific property. The NWDs get translated to SVF2, using the default settings. When I query the property DB, I get different dbIds than the dbIds that are returned from the…
WoWeh
  • 58
  • 5
0
votes
0 answers

Navisworks Source File Name (LcOaPartitionSourceFilename) property is neither in the properties DB nor in the properties json

I'm looking for the "Item > Source File Name" (LcOaPartitionSourceFilename) property of translated Navisworks NWD files. The NWDs get translated to SVF2, using the default settings. But I can't find that property back, neither in the SQLite…
WoWeh
  • 58
  • 5
0
votes
0 answers

Viewing DWFX in Forge - Properties

I have tried couple of methods loading a DWF model in Forge viewer (v7): using Autodesk.DWF translating using Derivative APIs With both methods, the whole properties are combined together into one single Tab, although the initial model has…
Afshin
  • 1,222
  • 11
  • 29
0
votes
0 answers

How to convert Redline from Navisworks XML to Forge

We are trying to create an addon for Google Sheets that will load Forge Viewer for NWD viewing. We’d like to load all information on viewpoints created on the original file, such as cut planes, hidden objects and Annotations. We found how to get the…
0
votes
1 answer

How to get Large Model Property using GetModelviewProperties API in C#

I'm trying to get large model property using 'GetModelviewProperties' API in C#. (the model is translated svf2 format) I faced the problem and got an error. Error Message is Autodesk.Forge.Client.ApiException: 'Error calling GetModelviewProperties:…
0
votes
0 answers

Watermark in Autodesk translated file

I have a platform where I am showing a 3D models mapped with 2D models. I want to know if there is any way to add watermark on 3D/2D model while loading in javascript viewer. Your help would be appreciated with sample logic.