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
-1
votes
1 answer

how to get URN of clicked object(mechanical equipment ) in forge?

I have created small web app which can able to render revit model using Forge Viewer, now i want to extend to next level. there is any way to fetch URN of each object on click event. here object refer to mechanical equipment.
-1
votes
1 answer

forge Viewer - How can you select dbId programmatically as it deselects the other selection automatically

In my viewer I want to be able to select multiple dbids and save to database, but with control-shift I am able to do selection, but later when retrieving I may be able to show using select([dbid array]), should work fine. But again If I want to…
-1
votes
1 answer

Forge Viewer - getWorldCoordinates is giving different values on different occasions

I created below function to get worldCoordinates back, but it gives different values on two occasions. While clicking a dbId, I get dbid cordinates and I pass it to below function which give me world coordinates, but you can see while I save that…
-1
votes
1 answer

Forge viewer - How to link restored markups with their label text written on it while camera change event

In my markup, I add a label on it using (x,y) co-ordinates using "markup.markups[0].getClientPosition". This works, but if I change camera mode or rotate it will lose it place, so am wondering how I can put it back to the new position as per the new…
-1
votes
2 answers

Forge Viewer - can we associate objects of model with markups which are drawn in viewer?

I have object tree view on left side of my viewer, now am looking to establish an association with the markups drawn on the viewer, for example if click on wall object, it should focus me that particular wall object along with the markups there and…
-1
votes
2 answers

Problems with loading extensions in otg

I am testing the otg format and the performance speed is great. However, I am facing some problems with my extensions. Is there any difference of how the .otg and .svf works with respect to dbIds, nodes or usage of the derivate api?
-1
votes
1 answer

How do I obtain the svn of the otg from bim360?

It seems that I am loading the urn for the .svf file from Bim360 instead of the otg. How do I get the urn of the otg file? The file have been converted using the https://otg-bim.herokuapp.com/ app. Is there a service similar to…
-1
votes
1 answer

how to get a successful response to a manifest request created from an Inventor Assembly file for a svf file

we don’t get a complete answer from the manifest, and because of this downloaded swf file it weighs only 2kb. This is my request code
-1
votes
1 answer

How can i download converted svf or other(ifc) file from autodesk-forge

We are converted rvt file to svf and opened it on autodesk forge viewer. And now we want to download this converted sfv file. How we can do this?? This is my code for converting enter image description here
-1
votes
1 answer

Different models after converting from *rvt to *ifc

After converting from Revit to IFC, model has different colors (or maybe textures), why is it so? Here is what i am talking about
-1
votes
1 answer

Some things are wrong with file obj when exporting (Forge API)

When I translate file RVT to Obj, which I import to software to view file Obj. I get a problem, Axis Z now becomes Axis Y or Axis Z now becomes Axis X and the opposite. I sometimes use file obj, so I don't know if it's correct, or if my app has a…
-1
votes
1 answer

Missing API's while creating autodesk forge application

I'm new to Autodesk Forge API. Planning to use it for converting Revit files. But when creating an app inside the Forge console, the system doesn't allow me to select relevant API's to "turn them on" for the app. http://prntscr.com/hgb9ib While…
-1
votes
1 answer

how to automaticlly create the 3D Models of Cellular-Sites according to the configurations

I have a project, use Forge platform and Google Maps API for javascript. the requirements is that: 1, Display all Cellular-Sites on the GIS map as markers. I can achieve this through Google Maps API for Javascript. 2, Display the 3D design model…
-2
votes
1 answer

How to hide reference models in forge

https://forge.autodesk.com/en/docs/model-derivative/v2/tutorials/translate-source-file-containing-xref/task3-translate-source-file/ With using this tutorial I have translated reference linked model. Now I want to hide reference models in forge…
-3
votes
1 answer

Forge Offline Latest Version *7 Js and Css file Where i need to found For Mobile devices Android,IOS

I am Looking for Javascript(Viewer3D.js) and style.css *version 7 file For Mobile devices please share the link or suggest any alternate solution to get those thinks Advance Thanks you
1 2 3
42
43