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
2 answers

Aligning Multiple Revit Files in Autodesk 3D Viewer

I am currently working with several Revit files in an Autodesk Construction Cloud (ACC) project. One of these files includes the site and landscaping details, while another incorporates the foundation of the building. When working within Revit,…
0
votes
1 answer

Retrieve thumbnail from SVF output using Inventor translator addin

I followed this blog post about Svf generation using Inventor, and I was able to achieve the functionality described in the example. Speed up viewable generation when using Design Automation for Inventor Since this workflow skips the use of the…
0
votes
1 answer

Displaying model annotation is APS Viewer

I have uploaded a ".dwfx" file of a model into APS storage and translated it to the ".svf" format. The uploaded file has Model Based Annotations and I would like to display them in the APS Viewer. How do I do that? Is there a parameter to set while…
0
votes
2 answers

Translated file orientations in autodesk-model-derivative

We use a custom ipt template for Autodesk Inventor that has the default orientation as 'Z up'. When we translate files that were created with this template using the autodesk-model-derivative services or even if using the translation tools in the…
AMF
  • 1
0
votes
1 answer

Model Derivatives API: translate to svf2 error 406 "SVF2 is not supported for this design."

We are uploading files to BIM 360 and trying to utilize the SVF2 format but it appears our derivatives are only generating SVF formats. We tried manually starting a translation job using this…
skinman55
  • 37
  • 5
0
votes
1 answer

Data types in attributes table in SQLite database from Model Derivative

Is there any documentation what the values in column data_type of _objects_attr table from the SQLite model properties database returned by the Model Derivative's {urn}/manifest endpoint mean? As you see below the values in the data_type column are…
0
votes
2 answers

Count only nodes of the parts of an Inventor files in Autodesk Forge (API)

I have uploded an inventor file using autodesk forge (API) which have a structure of assembly, subassembly and parts. I want to count total number of part in the assembly without counting assembly and subassembly. I am using follwing method to…
0
votes
1 answer

I don't get the GUID property in my model when I make the derivative

I want to obtain the GUID property of my model when I make a derivative, my question is if I have to make a modification to the model before making the derivative? Or is there a function that generates this property? this is the property that can be…
0
votes
1 answer

How to translate zip file to svf format more than 1 times

currently I'm working on forge IDA, workflow of our code is sending xml file as input through web page(web page just has upload button). and taking ipt files & drawing sheet from BIM360,after performing workitem, storing the output.zip file in…
0
votes
0 answers

Cannot Display Sprites in Autodesk Data Visualization Extension Demo

I replicated the APS DataViz Extensions Demo and I have used my own Model URN. For the Model GUID, I left it an empty string. All other extensions (Sensor List, Sensor Detail, and Sensor Heatmap) works. I have adjusted my iot.mocked.js code to suits…
0
votes
1 answer

Uploading translated SVF file to OSS Bucket in Autodesk Forge API

I'm working with the Autodesk Forge API and have successfully translated a file using the derivativesApi.TranslateAsync method. Now, I would like to upload the translated SVF file to an OSS (Object Storage Service) Bucket. I've tried using the…
0
votes
1 answer

Links in Revit models not showing in Model Derivative API (Viewer)

I'm using a combination of the Postman tutorials available on Autodesk Platform services. I'm using data management to access the signed s3 download url of a revit model in BIM360 through the versions endpoint, then using this to upload a file to a…
0
votes
1 answer

Why model getBulkProperties method is not working for some properties?

I have used this method to get properties - getBulkProperties(dbIds, options, onSuccessCallback, onErrorCallback) (refer this…
0
votes
1 answer

How to get object ID of specific file stored at currentDirectory on AutodeskForge

currently I'm working on forge IDA, workflow of our code is sending xml file as input through web page(web page just has upload button) and taking ipt files & drawing sheet from BIM360,after performing workitem, storing the output assembly file in…
0
votes
1 answer

How to interact with spaces in Forge same as with elements?

I want to focus on a space like focus on an element given an id or GUID. I want some geometrical representation of the space such in Revit either in 3D or 2D. Some geometrical element that represents the space or room. To select, focus, hide, get…