Relative Content

Tag Archive for autodesk-forgeautodesk-model-derivative

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.

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?