Navisworks 2024 SDK is posted

By Naveen Kumar

Navisworks 2024 SDK has been posted on ADNOpen: 

https://www.autodesk.com/developer-network/platform-technologies/navisworks

Navisworks 2024 is built against .NET Framework 4.8, which means the application with NET API supports .NET Framework 4.8 and above. The program will need to be compiled by Visual Studio 2022 and .NET Framework 4.8 and above.

In Navisworks 2024 API, We have found an issue of .NET control application.

Issue Description: Autodesk.Navisworks.Api.Controls.ApplicationControl.Initialize() will throw an exception: “External Component has thrown an exception”.

GIF

Solution: This issue is scheduled to be fixed in future update.

For now, the workaround is to add the installation directory of Navisworks to the path before calling Autodesk.Navisworks.Api.Controls.ApplicationControl.Initialize(); 

(i.e) Environment.SetEnvironmentVariable(“PATH”,Environment.GetEnvironmentVariable(“PATH”)+ “;”+nwInstallDir); 

where nwInstallDir has a value corresponding to…

Read more