Message 1 of 3
Enable Console Logging in Navisworks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everybody,
I started playing work Navisworks API and find out something really useful so let's share.
This is how you can enable Console in you Navisworks to know what is happening when you plugin does not load of something else.
To enable you need to open the Navisworks OptionsEditor in advanced mode. You can find the file inside you Navisworks folder and need to add the command line '-a'. (Probably a means advanced.)
"C:\Program Files\Autodesk\Navisworks Manage 2025\OptionsEditor.exe" -a
You can find more info in the article to enable Log File:
Inside General - Logging enable the 'Enable Console'.
With that enable the next time you open your Navisworks a console shows with all logs related to the section.
By the way if your plugin run `Console.WriteLine` that message gonna show in this Console.
Enjoy!