<?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: How to access NavisworksExportOptions in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10356573#M25716</link>
    <description>&lt;P&gt;If you are reading that file make sure the path is found relative from:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Autodesk.Revit.ApplicationServices.Application.AllUsersAddinsLocation&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and not hardcoded.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Jun 2021 21:09:21 GMT</pubDate>
    <dc:creator>RPTHOMAS108</dc:creator>
    <dc:date>2021-06-01T21:09:21Z</dc:date>
    <item>
      <title>How to access NavisworksExportOptions</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10352238#M25707</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm writing a Revit plugin to export NWC files. Before exporting I need to access&amp;nbsp;NavisworksExportOptions to get the current option in Revit. How can I do that ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Cuong&lt;/P&gt;</description>
      <pubDate>Mon, 31 May 2021 03:48:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10352238#M25707</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-31T03:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NavisworksExportOptions</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10353832#M25708</link>
      <description>&lt;P&gt;Create a new instance using the constructor:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.revitapidocs.com/2021.1/49a74067-e7da-903b-83ea-fe51274cbd32.htm" target="_blank"&gt;https://www.revitapidocs.com/2021.1/49a74067-e7da-903b-83ea-fe51274cbd32.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 May 2021 20:13:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10353832#M25708</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2021-05-31T20:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NavisworksExportOptions</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10354374#M25709</link>
      <description>&lt;P&gt;Hi Jeremy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I mean I'm developing a custom Navisworks Settings screen, basically it's the same with the Navisworks Options Editor when user want to export NWC file. I want to take the current Navisworks Options set by user and this options will be populated in my custom setting screen&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="revit_settings.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/925251iC129F1D12D1BAF48/image-size/medium?v=v2&amp;amp;px=400" role="button" title="revit_settings.png" alt="revit_settings.png" /&gt;&lt;/span&gt;&amp;nbsp; &amp;nbsp;This is Navisworks Options Editor&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="custom_settings.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/925252iD2D92647F3D9B997/image-size/medium?v=v2&amp;amp;px=400" role="button" title="custom_settings.png" alt="custom_settings.png" /&gt;&lt;/span&gt;&amp;nbsp; This is my custom settings, I want to take the settings from above screen and show in my screen when I run my own Revit plugin.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea is appreciated&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 04:12:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10354374#M25709</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-01T04:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NavisworksExportOptions</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10354916#M25710</link>
      <description>&lt;P&gt;I am not aware of whether these settings are stored anywhere. What does the Export button do?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 09:19:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10354916#M25710</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2021-06-01T09:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NavisworksExportOptions</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10354945#M25711</link>
      <description>&lt;P&gt;Hi Jeremy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below the function Export NWC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cuong_zyca_0-1622539893851.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/925353i575E7F2CFAD08985/image-size/medium?v=v2&amp;amp;px=400" role="button" title="cuong_zyca_0-1622539893851.png" alt="cuong_zyca_0-1622539893851.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-06-01_16-26-04.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/925351iC176C99A6E586EE9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2021-06-01_16-26-04.png" alt="2021-06-01_16-26-04.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="revit_settings.png" style="width: 297px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/925352iF204793B85BDEDA5/image-dimensions/297x242?v=v2" width="297" height="242" role="button" title="revit_settings.png" alt="revit_settings.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know where these values are stored so I'm unable to retrieve them.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 09:34:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10354945#M25711</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-01T09:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NavisworksExportOptions</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10354958#M25712</link>
      <description>&lt;P&gt;I &lt;A href="https://autodesk.slack.com/archives/C0SR6NAP8/p1622540465032900" target="_blank" rel="noopener"&gt;asked&lt;/A&gt; the development team for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 09:42:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10354958#M25712</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2021-06-01T09:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NavisworksExportOptions</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10354962#M25713</link>
      <description>&lt;P&gt;Thanks Jeremy&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 09:43:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10354962#M25713</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-01T09:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NavisworksExportOptions</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10355039#M25714</link>
      <description>&lt;P&gt;That interface is not inherent to Revit, comes with Navisworks install or exporter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the 2021 version there is a settings text file named:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:\ProgramData\Autodesk\Revit\Addins\2021\revit_exporter2021.Addin.bundle\nwexportrevit2021\nwcreate_data18\nwexportrevit.cfg.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there is no better way you'd have to see if you are able to decode the content of this so you can parse it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I spent a lot of time replicating UI settings for Navis and other forms of export. I would rather have just said 'use this named configuration'. For IFC you can do this since it has named configurations i.e. leave the settings UI to what people are familiar with and just pick the saved configuration in your interface.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 10:38:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10355039#M25714</guid>
      <dc:creator>RPTHOMAS108</dc:creator>
      <dc:date>2021-06-01T10:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NavisworksExportOptions</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10355060#M25715</link>
      <description>Thank you for the clarification</description>
      <pubDate>Tue, 01 Jun 2021 10:41:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10355060#M25715</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-01T10:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NavisworksExportOptions</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10356573#M25716</link>
      <description>&lt;P&gt;If you are reading that file make sure the path is found relative from:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Autodesk.Revit.ApplicationServices.Application.AllUsersAddinsLocation&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and not hardcoded.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 21:09:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10356573#M25716</guid>
      <dc:creator>RPTHOMAS108</dc:creator>
      <dc:date>2021-06-01T21:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NavisworksExportOptions</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10356809#M25717</link>
      <description>&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 23:30:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10356809#M25717</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-01T23:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NavisworksExportOptions</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10496807#M25718</link>
      <description>&lt;P&gt;Hello&amp;nbsp;@Anonymous&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1035859"&gt;@RPTHOMAS108&lt;/a&gt;&amp;nbsp;, are you able to get the current settings of the users from the cfg file (&lt;SPAN&gt;C:\ProgramData\Autodesk\Revit\Addins\2021\revit_exporter2021.Addin.bundle\nwexportrevit2021\nwcreate_data18\nwexportrevit.cfg) When I try to update the Navisworks settings in Revit, the config file is not being updated. Are there other config files where Revit is looking or do I need to do/configure something else. I am also building a tool which aims to export to NWC and get the current user settings first before exporting. Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 15:03:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10496807#M25718</guid>
      <dc:creator>jaymee.manglicmot</dc:creator>
      <dc:date>2021-07-26T15:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NavisworksExportOptions</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10497528#M25719</link>
      <description>&lt;P&gt;No actually more likely to be in registry settings such as:&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Computer\HKEY_CURRENT_USER\SOFTWARE\Autodesk\Navisworks Exporters x64\18.0\GlobalOptions\file_readers\nwexportrevit&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps noted file is for initial values etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 20:13:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10497528#M25719</guid>
      <dc:creator>RPTHOMAS108</dc:creator>
      <dc:date>2021-07-26T20:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NavisworksExportOptions</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10498049#M25720</link>
      <description>&lt;P&gt;This cfg file is only for the initial values. I create a xml file to store the current setting.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 01:35:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10498049#M25720</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-27T01:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NavisworksExportOptions</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10498086#M25721</link>
      <description>Thanks for the quick response. Is there an API to do the export of settings from the Navisworks Options Editor in Revit?</description>
      <pubDate>Tue, 27 Jul 2021 01:58:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10498086#M25721</guid>
      <dc:creator>jaymee.manglicmot</dc:creator>
      <dc:date>2021-07-27T01:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NavisworksExportOptions</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10498110#M25722</link>
      <description>&lt;P&gt;&lt;A href="https://www.revitapidocs.com/2019/1b9538a9-a76b-0a40-2aed-e02f6974a43a.htm" target="_blank"&gt;https://www.revitapidocs.com/2019/1b9538a9-a76b-0a40-2aed-e02f6974a43a.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 02:15:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10498110#M25722</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-27T02:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NavisworksExportOptions</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10498120#M25723</link>
      <description>&lt;P&gt;I mean this one, wanted to also export the settings into xml first and then get the current user settings before exporting to nwc.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jaymeemanglicmot_0-1627352358115.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/945394i3AF75AE68FB1321D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jaymeemanglicmot_0-1627352358115.png" alt="jaymeemanglicmot_0-1627352358115.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 02:19:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10498120#M25723</guid>
      <dc:creator>jaymee.manglicmot</dc:creator>
      <dc:date>2021-07-27T02:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NavisworksExportOptions</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10498165#M25724</link>
      <description>&lt;P&gt;I use XmlDocument for parsing / writing setting.xml file (the file I use to store the current optiopns)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 02:47:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10498165#M25724</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-27T02:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NavisworksExportOptions</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10498476#M25725</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;@Anonymous&amp;nbsp;, I mean how do you get the current options/settings? How do you generate the "setting.xml" file? I can't seem to find a way via the API to get what the user has checked or not checked in the Navisworks Options Editor.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 06:12:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-access-navisworksexportoptions/m-p/10498476#M25725</guid>
      <dc:creator>jaymee.manglicmot</dc:creator>
      <dc:date>2021-07-27T06:12:37Z</dc:date>
    </item>
  </channel>
</rss>

