Creation of automatic links on Navisworks

Hello,

I’m trying to code a plugin for creating hyperlinks on every object in Navisworks automatically.

Can I load this API in Dynamo and how? I tries this but it doesn’t seem to work :

import clr
clr.AddReference(‘ProtoGeometry’)
from Autodesk.DesignScript.Geometry import *

import sys
sys.path.append(r"C:\Programmes\Autodesk\Navisworks Manage 2018")
clr.AddReference(‘Autodesk.Navisworks.Api’)
from Autodesk.Navisworks.Api import *
clr.AddReference(‘Autodesk.Navisworks.Automation’)
from Autodesk.Navisworks.Api.Automation import *
clr.AddReference(‘Autodesk.Navisworks.Controls’)
from Autodesk.Navisworks.Api.Controls import *

Do I have to use visual Studio (I’m not very confortable with the language…)?

I download the package Dynaworks, but if I’m not mistaken, it doesn’t allow to create hyperlinks.

Thank you for your help,

Mélanie

Hi melanie
Do you get any solution for this issue and the NW api in Dynamo is working good or with some problem, I also try to use NW api in dynamo do something, but I still do not get it~:grinning: