<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Detecting -NoGui option in a plugin in Navisworks API Forum</title>
    <link>https://forums.autodesk.com/t5/navisworks-api-forum/detecting-nogui-option-in-a-plugin/m-p/13820668#M8261</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6001790"&gt;@alexisDVJML&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;No, or at least not yet.&lt;BR /&gt;But yes the overall idea is to be able to automate some repetitive an/or long to run tasks of our plugin.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The Automation API should do exactly what you want. Basically, you create an executable application, start Navisworks with no GUI from it, and&lt;A href="https://forums.autodesk.com/t5/navisworks-api-forum/navisworks-manage-automation-api-executeaddin-plugin/td-p/11722044" target="_blank" rel="noopener"&gt; run your plugin&lt;/A&gt; from there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Sep 2025 13:29:01 GMT</pubDate>
    <dc:creator>jabowabo</dc:creator>
    <dc:date>2025-09-22T13:29:01Z</dc:date>
    <item>
      <title>Detecting -NoGui option in a plugin</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/detecting-nogui-option-in-a-plugin/m-p/13808183#M8255</link>
      <description>&lt;P&gt;I'm starting to think of a version of our plugin that could be automated and run some of its features without any UI.&lt;BR /&gt;&lt;BR /&gt;I know Navisworks can be launched without UI using the&amp;nbsp;-NoGui option.&lt;BR /&gt;&lt;BR /&gt;Before I start tracking under debugger what happen in such situation, does anyone have some clues/guidelines?&lt;BR /&gt;&lt;BR /&gt;For now I subscribe to&amp;nbsp;Application.GuiCreated and started wrtiing mycode based on Application.Gui != null but:&lt;BR /&gt;- this even comes very late&lt;BR /&gt;- not even sure if I will receive such event for a&amp;nbsp;CommandHandlerPlugin when Navisworks run with -NoGui option&lt;BR /&gt;- not sure which document events will still happen&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for any clues&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 15:24:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/detecting-nogui-option-in-a-plugin/m-p/13808183#M8255</guid>
      <dc:creator>alexisDVJML</dc:creator>
      <dc:date>2025-09-12T15:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Detecting -NoGui option in a plugin</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/detecting-nogui-option-in-a-plugin/m-p/13820610#M8259</link>
      <description>&lt;P&gt;Are you using the &lt;A href="https://apidocs.co/apps/navisworks/2017/T_Autodesk_Navisworks_Api_Automation_NavisworksApplication.htm" target="_blank" rel="noopener"&gt;Automation API&lt;/A&gt;? You can use it to run other plugins without the GUI and pass arguments as needed.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 12:45:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/detecting-nogui-option-in-a-plugin/m-p/13820610#M8259</guid>
      <dc:creator>jabowabo</dc:creator>
      <dc:date>2025-09-22T12:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Detecting -NoGui option in a plugin</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/detecting-nogui-option-in-a-plugin/m-p/13820639#M8260</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;No, or at least not yet.&lt;BR /&gt;But yes the overall idea is to be able to automate some repetitive an/or long to run tasks of our plugin.&lt;BR /&gt;&lt;BR /&gt;For now I'm at stage 1: trying to understand what can be done in the plugin to have it run "in batch mode".&lt;BR /&gt;I will probably have to run it under debugger, launching Navisworks with the&amp;nbsp;&lt;SPAN&gt;-NoGui option.&lt;BR /&gt;But I wished I could got some feedback here instead of having to rediscover all details, limitations and tricks &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 13:02:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/detecting-nogui-option-in-a-plugin/m-p/13820639#M8260</guid>
      <dc:creator>alexisDVJML</dc:creator>
      <dc:date>2025-09-22T13:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Detecting -NoGui option in a plugin</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/detecting-nogui-option-in-a-plugin/m-p/13820668#M8261</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6001790"&gt;@alexisDVJML&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;No, or at least not yet.&lt;BR /&gt;But yes the overall idea is to be able to automate some repetitive an/or long to run tasks of our plugin.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The Automation API should do exactly what you want. Basically, you create an executable application, start Navisworks with no GUI from it, and&lt;A href="https://forums.autodesk.com/t5/navisworks-api-forum/navisworks-manage-automation-api-executeaddin-plugin/td-p/11722044" target="_blank" rel="noopener"&gt; run your plugin&lt;/A&gt; from there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 13:29:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/detecting-nogui-option-in-a-plugin/m-p/13820668#M8261</guid>
      <dc:creator>jabowabo</dc:creator>
      <dc:date>2025-09-22T13:29:01Z</dc:date>
    </item>
  </channel>
</rss>

