Community
Navisworks API
Welcome to Autodesk’s Navisworks API Forums. Share your knowledge, ask questions, and explore popular Navisworks API topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Plugin does not appear on the UI

3 REPLIES 3
SOLVED
Reply
Message 1 of 4
Anonymous
2736 Views, 3 Replies

Plugin does not appear on the UI

There is a very weird thing going on. I have a developed plugin that runs and compiles perfectly, but when I click the "Start" button and Navisworks opens, the plugin is not in the Navisworks UI.

 

The output path is already set to the C:\Program Files\Autodesk\Navisworks Manage 2018\Plugins\name\

The name matches the Folder Name where the project is saved and the external program has the correct path.

 

The weird thing is that I have another plugin and I do exactly the same I do with this one, and one of them shows and the other one does not.

 

Any ideas?

Tags (4)
3 REPLIES 3
Message 2 of 4
Anonymous
in reply to: Anonymous

@xiaodong_liang any ideas?

Message 3 of 4
Anonymous
in reply to: Anonymous

Found the answer!

 

Just in case this is going to help someone in the future.

 

The solution was to modify the "Post-build event command line:" to this:

 

set path=path of your xaml file 

set addinPath=path of the output path
set addinPath1=path of the instructions of the language in the output path

mkdir "%addinPath1%"

copy /Y "%path%" "%addinPath%"

copy /Y "%path%" "%addinPath1%"

 

Hoe this helps

Message 4 of 4
huue_27
in reply to: Anonymous

hi you can change you first param like this.

huue_27_0-1669343176659.png

when different Plugin has the same value for first param your plugin will not appear on you ui

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Rail Community


 

Autodesk Design & Make Report