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

How to extract SVF related files to load that model into Autodesk Forge Viewer

How can I obtain the essential SVF files and their associated components required for loading into the Autodesk Forge Viewer from a custom server or Amazon S3? My objective is to access a model within the Forge Viewer using a custom server. I'm in…
0
votes
2 answers

Get project information for all Revit models in my ACC account for 2020, 2021, 2022 and 2023

ACC has a lot of models, so I need to extract all Project Information Parameters for each model using the Autodesk Platform services, but all the tutorials I found focused on the parameters for the model elements. It would be helpful if there is a…
0
votes
1 answer

How can I retrieve a model from AutoDesk CLOUD and display it in AutoDesk Viewer3D, I already have the modelGuid and projectGuid

My path until now: Got my projects (Revit projects); Folder Content; Project Files, which already has the versions with projectGuid and modelGuid. How do I retrieve the model and display it in the AutoDek Viewer? I know how to do it locally with…
0
votes
0 answers

Autodesk Viewer stopped working - returns 401 on /modeldata/manifest/

We've been working on an application for a couple of years now, featuring the Forge (Autodesk) Viewer. Our approach is similar to the one described in https://tutorials.autodesk.io/, except we use three-legged authentication. We store the access…
0
votes
1 answer

When Autodesk Forge Model deleted from transient bucket after 24 hours, still can view this model from Forge Viewer

I uploaded and translated many files to transient bucket from Autodesk Forge API and after 24 hours, uploaded models deleted but still can view these models with model's urn from Forge Viewer.Esspecialy when i use to…
0
votes
2 answers

Find urn of svf file to retrieve metadata

I want to retrieve metadata/properties from a DWG stored in BIM360. Assuming this endpoint can be used. How can I get the urn of the DWG for this API call? https://developer.api.autodesk.com/modelderivative/v2/designdata/{urn}/metadata Does the DM…
0
votes
1 answer

Getting Revit Element Id from the Model Derivative API

We are creating a table of all objects in a given view using the model derivative API (https://aps.autodesk.com/en/docs/model-derivative/v2/reference/http/metadata/urn-metadata-guid-GET/), then getting the 'externalId' for each object. For 99% of…
0
votes
1 answer

How to distinguish elements of file central and file linked on Forge Viewer

I uploaded linked files to bim360 and use Forge to view the central file. I want to distinguish elements of file central and file linked, any way to do it?
0
votes
0 answers

Issue with Forge Viewer Element Properties

We're encountering an issue in our application that involves the implementation of the Forge Viewer. In our app, we use the Forge Viewer to highlight elements using dbIds. The process starts with the Revit element Id in the backend. We retrieve the…
0
votes
0 answers

How to link IFC to Revit on Design Automation?

I am trying to link an ifc into an empty Revit file using design automation. I want to be able to check the parameters of the elements of the ifc model. I managed to do it locally, I am taking the ifcname.ifc.RVT generated whit this two lines of…
0
votes
1 answer

Export RVT to DWG missing Active Settings

**Hi, i have a issue, i have some dwg export settings on my RVT file but submit job: https://aps.autodesk.com/en/docs/model-derivative/v2/reference/http/jobs/job-POST/ don’t see these and export to dwg with default settings. I use python for my web…
0
votes
1 answer

APS Webhhok API : Webhook Trigger on acc index status "Finished"

We are creating a APS webhook api that triggers on event "dm.version.added"( When a new version of an item (file) is added to a folder in ACC ) Once we receive webhook event and file urn, we are creating an index of file to get model properties data…
0
votes
0 answers

Autodesk forge get all objects with specific property from model derivative api

Is there a way to fetch all the objects having a specific property using {urn}/metadata/{modelGuid}/properties:query but without any query condition . and is there a way to use the $contains condition and to include a string with space into the…
Jhon
  • 3
  • 1
0
votes
1 answer

Does forge api abe to extract the same amount of properties as the revit api?

I would like to know if this forge api can extract the same amount of properties in a revit file as the revit api does? What I noticed when using forge api (DerivativesApi.cs) is that some properties were not present compared to the result of revit…
0
votes
1 answer

How to manage externalIdentifier from different source files?

I export COBie data from Revit using Interoperability Tools. The 'ExternalIdentifier' for each component has a format like this: "e17b1880-bb96-49aa-86d4-ab22f9922151-000d92f1" While for the facility: 'ExternalFacilityIdentifier', it is like…