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

Autodesk.PropertiesManager Extension - load properties of a single element or an array of ids

I am trying to create a powerBi visual. Let's say everything is working correctly. But the problem I have is at the moment of activating the Autodesk.PropertiesManager extension. Let's say I do it in the following way. …
0
votes
1 answer

APS Model Derivative API credit usage

I am creating a viewer application, where in the models (all .stp files generated from Inventor assembly files) to be viewed will be periodically updated. The updated models will be uploaded to the APS bucket via an automated program with the same…
0
votes
1 answer

I want to build Forge Hubs Browser of 2-legged OAuth with BIM 360 Docs

I've been working on my test project to create node.js 2-legged OAuth Forge Hubs Browser with BIM 360 Docs. I first developed the 3-legged OAuth app along with the tutorial document published by…
0
votes
0 answers

Query standard Revit Category with "Fetch Specific Properties" endpoint in Autodesk Forge API

I wrote an endpoint in my API that queries specific parameters in the client's model using the endpoint described here In general it works great - my problem lies with how the parameters need to be queried: the basic ones can be queried directly,…
0
votes
1 answer

How can we list Inventor Parameters in Forge Viewer under Model Properties?

i uploaded a inventor model to OSS bucket , translated and viewed it to find the parameters missing. Should we follow the default translation process fo any additional tweaks?
0
votes
1 answer

Autodesk Forge load multiple URNs translated from the multiple users

I have Viewer created by using my access token but I want to load the models (urns) translated come from the other users. Is it possible ? Thank in advance
0
votes
1 answer

How to select multiple objects in Autodesk viewer using iPad using my finger instead of PC?

If it were a PC, I could press Ctrl to enter multiple selection mode, but on an iPad, there is no Ctrl, so I don't know how to enter multiple selection mode. It may not be possible. ------------------- 3/29 Added ------------------ I am wondering…
0
votes
0 answers

Callback URL of autodesk firgew is not working for virtual server

I am very new (you can call me a noob) to web apps or web development. I tried using one of the source codes available at Forge Platform. It is working fine with localhost:3000. Then I decided to host it on our company's local server for everyone.…
0
votes
1 answer

Autodesk Platform Services Viewer limits

I'm developing a web application similar to this https://inventor-config-demo.autodesk.io/. If I deploy this application in a server, how many users can access the website, configure and view the model simultaneously. Can someone help me by sharing…
0
votes
0 answers

Texts and borders getting enlarged in the paper space?

How can I prevent lines and text in the paper space of Layout from getting enlarged? Interestingly, this doesn't happen in the Model. Do I need a translate parameter with Model Derivative, or is it a Viewer configuration? Layout (incorrect…
tomillo
  • 43
  • 6
0
votes
1 answer

How to load two viewers on a single page while using API as streamingV2

We have changed the Viewer option from {env: 'AutodeskProduction', API: 'derivativeV2' } to {env: 'AutodeskProduction2', API: 'streamingV2' } to load dbIds which will match with model derivative API ObjectId. It was working fine with the previous…
0
votes
1 answer

Autodesk Viewer Integration

I am trying to integrate the Autodesk Viewer into my website. I just want the users to see 2d or 3d view of files stored at my account of Autodesk. I went through the whole documentation but it's a bit hard for me to understand how is it working.…
0
votes
1 answer

How to view local .svf file in Forge Viewer?

I have downloaded the content of .svf file using https://github.com/petrbroz/forge-convert-utils to my local machine. then I am trying to load the .svf file to forge viewer in this way. const MODEL_URL =…
Randi
  • 639
  • 2
  • 6
  • 23
0
votes
1 answer

Retrieve object metadata from Autodesk forge IFC 3d model

I am working on platform that links the data between our local databases and the 3d model ( using Autodesk forge bim360 to viewer the models and retrieves the metadata of each obj in the 3d model), all good if the model is .rvt. But, when it comes…
0
votes
0 answers

Autodesk Platform Service (Forge) - webhook not trigger when post model derivative job using axios

I want to get notification when a model translate job finishes using webhook api. It works well when I post a translate job using Postman. But if I post a translate job using axios(with nodejs). I can't receive message when the translation is…
TomTomTom
  • 28
  • 6