Navisworks 2021 SDK is posted

By Xiaodong Liang

As usual, SDK of Navisworks 2021 has been posted on ADNOpen:
https://www.autodesk.com/developer-network/platform-technologies/navisworks

This SDK still keeps the similar contents like previous releases: materials of NET API, NWCreate API and COM API. Each of these materials includes samples and API documents:

A few notes:

  • Navisworks 2021 is built against .NET Framework 4.7, which means the application with NET API supports .NET Framework 4.7 and above. The program will need to be compiled by Visual Studio 2019 and .NET Framework 4.7 and above.
  • The developer guide in NET API document has not been updated with the demo by latest Visual Studio and Framework, but the basic skeleton of plugin, net control and automation are not changed. The NET API samples can also be a reference on how the application is built.
  • The samples of NWCreate API configures to link the NWCreate lib with general name(say nwcreate.lib), but SDK names it with specific version number…

Read more