<?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 DWG export &amp;quot;All sheets&amp;quot; option not activating in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/dwg-export-quot-all-sheets-quot-option-not-activating/m-p/12966246#M170866</link>
    <description>&lt;P&gt;I'm trying to export all sheets in an Inventor drawing file to replicate the "File-&amp;gt; Export-&amp;gt; Export to DWG" function, but the "All sheets" option is not activating when I run my code. I'm using this value map method to toggle the option:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;'Initialize the value map
oOptions = ThisApplication.TransientObjects.CreateNameValueMap
'Select the Acad version
oOptions.Value("DwgVersion") = 23
'Select all sheets in the document
oOptions.Value("All_Sheets") = 0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since the option was not being toggled, I looked up for a code that showed me all the names of the options available in the Autodesk Internal DWG translator so I could see the exact name of the option I want to work with. This is what I got:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[EXPORT SELECT OPTIONS]&lt;BR /&gt;AUTOCAD VERSION=AutoCAD 2000&lt;BR /&gt;CREATE AUTOCAD MECHANICAL=No&lt;BR /&gt;USE CUSTOMIZE=No&lt;BR /&gt;[EXPORT DESTINATION]&lt;BR /&gt;SPACE=Model&lt;BR /&gt;SCALING=Geometry&lt;BR /&gt;ALL SHEETS=Yes&lt;BR /&gt;SYMBOLS ARE BLOCKED=Yes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see, the option I'm looking for should read "ALL SHEETS", but even with that exact text, my rule won't toggle the option.&lt;/P&gt;&lt;P&gt;Any ideas of what I'm doing wrong?&lt;/P&gt;</description>
    <pubDate>Sun, 18 Aug 2024 23:30:51 GMT</pubDate>
    <dc:creator>dialunau</dc:creator>
    <dc:date>2024-08-18T23:30:51Z</dc:date>
    <item>
      <title>DWG export "All sheets" option not activating</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/dwg-export-quot-all-sheets-quot-option-not-activating/m-p/12966246#M170866</link>
      <description>&lt;P&gt;I'm trying to export all sheets in an Inventor drawing file to replicate the "File-&amp;gt; Export-&amp;gt; Export to DWG" function, but the "All sheets" option is not activating when I run my code. I'm using this value map method to toggle the option:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;'Initialize the value map
oOptions = ThisApplication.TransientObjects.CreateNameValueMap
'Select the Acad version
oOptions.Value("DwgVersion") = 23
'Select all sheets in the document
oOptions.Value("All_Sheets") = 0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since the option was not being toggled, I looked up for a code that showed me all the names of the options available in the Autodesk Internal DWG translator so I could see the exact name of the option I want to work with. This is what I got:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[EXPORT SELECT OPTIONS]&lt;BR /&gt;AUTOCAD VERSION=AutoCAD 2000&lt;BR /&gt;CREATE AUTOCAD MECHANICAL=No&lt;BR /&gt;USE CUSTOMIZE=No&lt;BR /&gt;[EXPORT DESTINATION]&lt;BR /&gt;SPACE=Model&lt;BR /&gt;SCALING=Geometry&lt;BR /&gt;ALL SHEETS=Yes&lt;BR /&gt;SYMBOLS ARE BLOCKED=Yes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see, the option I'm looking for should read "ALL SHEETS", but even with that exact text, my rule won't toggle the option.&lt;/P&gt;&lt;P&gt;Any ideas of what I'm doing wrong?&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2024 23:30:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/dwg-export-quot-all-sheets-quot-option-not-activating/m-p/12966246#M170866</guid>
      <dc:creator>dialunau</dc:creator>
      <dc:date>2024-08-18T23:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: DWG export "All sheets" option not activating</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/dwg-export-quot-all-sheets-quot-option-not-activating/m-p/12966319#M170868</link>
      <description>&lt;P&gt;Maybe use true and false values not yes and no!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 00:48:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/dwg-export-quot-all-sheets-quot-option-not-activating/m-p/12966319#M170868</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2024-08-19T00:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: DWG export "All sheets" option not activating</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/dwg-export-quot-all-sheets-quot-option-not-activating/m-p/12966869#M170872</link>
      <description>&lt;P&gt;In my opinion there is only one option you can set for DWG Translator. The option is&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="visual-basic"&gt;oOptions.Value("Export_Acad_IniFile") = pathToIniFile&lt;/LI-CODE&gt;&lt;P&gt;Everything else must be defined in this configuration file.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 08:29:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/dwg-export-quot-all-sheets-quot-option-not-activating/m-p/12966869#M170872</guid>
      <dc:creator>Michael.Navara</dc:creator>
      <dc:date>2024-08-19T08:29:10Z</dc:date>
    </item>
  </channel>
</rss>

