Where is Navisworks 2015 SDK ?

By Xiaodong Liang

The same to last year, the SDK was not packaged with product . It is an independent installer which is now available at ADN Open . You can also download it directly from the link below:

Navisworks 2015 SDK

In default, if you have installed Navisworks 2015, the installer will be deployed <Navisworks Installation Path>\api\, same as previous. If you have not installed Navisworks 2015, it will be deployed to <My Documents>\Autodesk\Navisworks 2015\api. You can also put  the SDK to any folder you like.

There is not much new with the SDK. But for API, the biggest change is the legacy Presenter rendering engine is removed from Navisworks 2015. This results in the loss of some API capability for automating materials assignments and materials definition. The removal of Presenter will also result in the loss of the ‘Rich Photorealistic Content’ capability and Presenter rules for automating the assignment of object materials.

In addition, both X86 and X64 installers and merge modules for ActiveX Redistributable control of 2015 are provided at \api\COM\bin.


Comments

3 responses to “Where is Navisworks 2015 SDK ?”

  1. yugang509@163.com Avatar
    yugang509@163.com

    i have create a project by vs2012. import the four dll
    Autodesk.Navisworks.Api
    Autodesk.Navisworks.Controls
    Autodesk.Navisworks.Interop.Timeliner
    Autodesk.Navisworks.Timeliner
    when i write
    using Autodesk.Navisworks.Api.Controls;
    using Autodesk.Navisworks.Api.Timeliner;
    if i run the program, system prompts some errors
    错误 7 命名空间“Autodesk.Navisworks.Api”中不存在类型或命名空间名称“Controls”(是否缺少程序集引用?) D:\STEC\协同平台\TimerLinerTest\TimerLinerTest\TimerLinerTest\Program.cs 7 31 TimerLinerTest
    错误 8 命名空间“Autodesk.Navisworks”中不存在类型或命名空间名称“Internal”(是否缺少程序集引用?) D:\STEC\协同平台\TimerLinerTest\TimerLinerTest\TimerLinerTest\Form1.cs 11 27 TimerLinerTest
    the naviswork has been installed in the default path,my system is 64 win8
    i hope to use timeliner api to get information from model

  2. yugang509@163.com Avatar
    yugang509@163.com

    i also use the navsiwork2014 in 64 win8 system,
    import the four dll
    Autodesk.Navisworks.Api
    Autodesk.Navisworks.Controls
    Autodesk.Navisworks.Interop.Timeliner
    Autodesk.Navisworks.Timeliner
    when run the program, prompt
    使用timeliner的api出现未能加载文件或程序集“Autodesk.Navisworks.Timeliner.dll”或它的某一个依赖项。找不到指定的模块
    the naviswork2014 is not install the default path

  3. yugang509@163.com Avatar
    yugang509@163.com

    the problem aboveed i have fixed
    ,
    but the same error as using naviswork2014 to control timeliner
    未能加载文件或程序集“Autodesk.Navisworks.Timeliner.dll”或它的某一个依赖项。找不到指定的模块

Leave a Reply to yugang509@163.comCancel reply

Discover more from Autodesk Developer Blog

Subscribe now to keep reading and get access to the full archive.

Continue reading