APS – Get leaf dbid without using viewer
Does anyone know the most efficient way to to retrieve all leaf dbid without using the viewer ?
Fetching Properties for *.iam,*ipt using Model Derivative
I want to fetch the properties of inventor files (.iam,*.ipt) by using Model Derivative APIs.
I have stored in *.ipt files on Fusion 360 hub. To fetch properties I have first translated file to svf and then tried fetching the properties but in the response I can only see
“properties”: {
“Name”: “Solid1”,
“Appearance”: “229, 31, 31”
}
No material or mass information is available.
Can anyone help me with this?I need mass and material properties for all parts, assemblies and bodies.
AEC Data Model – Phase Information for Elements
I am using the AEC Data Model Explorer and I am able to retrieve Elements by a Category (Rooms) and return most of the parameter results, but I am unable to get the Phase even when not determining any specific properties.
How to add a file, which is a derivative and result of a translation job, directly to a (BIM360/ACC) project’s folder
My goal is to convert files(for instance a rvt file) residing in ACC/BIM 360 (to f.i. .ifc),
and save the results in the same folder as the source files.
Is Autodesk.forge C# Nuget deprecated
We have been using the Autodesk.forge C# Nuget for a backend app accessing APS services (Model Derivative) for a few months now.
I just figured that the Autodesk.forge package is now archived, and a new set of C# Nugets have been released on https://www.nuget.org/profiles/AutodeskPlatformServices.SDK.
My question is how pressing is it for us to switch from former Autodesk.forge to new AutodeskPlatformServices.SDK? Should we expect discontinued services or regression if we keep using Autodesk.forge?