flyingturtle13 / Navis-Clash_Data_Exporter

Exports Navisworks Clash Detective data to be consumed by Power BI Clash Metrics Reports
24 stars 10 forks source link

Can not get to show in Navisworks #1

Open RHealyium opened 3 years ago

RHealyium commented 3 years ago

I have successfully built the clashdata.dll , resource, and en-US folders. The images folders does not appear. When I place them in the Naciswoks plugins folder nothing is showing in Navisworks. Have you had any trouble with this? I have tried everything I know and can't get it to function. When I set to windows application in visual studio i can debug.

flyingturtle13 commented 2 years ago

@RHealyium I'm no longer actively working on this project so any updates will lag if I get to it. However, I addressed your issues in recent commit as I was able to recreate the issue.

1) Images folder w/ default images now active in repo (forgot to initially pull to repo). Replace as needed and redefine in Master.cs line 30 2) Ribbon layout is defined by "AddinRibbon.xaml" (Master.cs line 28) and known solution is to include in Autodesk language version (e.g. en-US). TMI: Originally, build was automatically doing this but looks like no longer working. You can either create language folder specific to your version in the project if other than "en-US" or create a Post-Build event to copy/move xaml to a language folder.

Hopefully, this resolves your issue.