<?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 ilogic to open BOM (Bill of Materials) in inventor ?? in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-to-open-bom-bill-of-materials-in-inventor/m-p/12493303#M162427</link>
    <description>&lt;P&gt;Good morning everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for some code to automatically open the BOM inside an Assembly ??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have an ilogic code that runs to calculate totals quantities based on materials / cut size / cut length.&amp;nbsp; After we run that code we open the BOM manually to review that the rule has done everything correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to automate the opening of the BOM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any assistance is appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Doug J&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jan 2024 14:20:28 GMT</pubDate>
    <dc:creator>doug.johnston</dc:creator>
    <dc:date>2024-01-12T14:20:28Z</dc:date>
    <item>
      <title>ilogic to open BOM (Bill of Materials) in inventor ??</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-to-open-bom-bill-of-materials-in-inventor/m-p/12493303#M162427</link>
      <description>&lt;P&gt;Good morning everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for some code to automatically open the BOM inside an Assembly ??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have an ilogic code that runs to calculate totals quantities based on materials / cut size / cut length.&amp;nbsp; After we run that code we open the BOM manually to review that the rule has done everything correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to automate the opening of the BOM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any assistance is appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Doug J&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 14:20:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-to-open-bom-bill-of-materials-in-inventor/m-p/12493303#M162427</guid>
      <dc:creator>doug.johnston</dc:creator>
      <dc:date>2024-01-12T14:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: ilogic to open BOM (Bill of Materials) in inventor ??</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-to-open-bom-bill-of-materials-in-inventor/m-p/12493328#M162428</link>
      <description>&lt;PRE&gt;&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;c&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;ControlDefinition&lt;/SPAN&gt; = &lt;SPAN&gt;ThisApplication&lt;/SPAN&gt;.&lt;SPAN&gt;CommandManager&lt;/SPAN&gt;.&lt;SPAN&gt;ControlDefinitions&lt;/SPAN&gt;.&lt;SPAN&gt;Item&lt;/SPAN&gt;(&lt;SPAN&gt;"AssemblyBillOfMaterialsCmd"&lt;/SPAN&gt;)
&lt;SPAN&gt;c&lt;/SPAN&gt;.&lt;SPAN&gt;Execute&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 12 Jan 2024 14:29:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-to-open-bom-bill-of-materials-in-inventor/m-p/12493328#M162428</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2024-01-12T14:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: ilogic to open BOM (Bill of Materials) in inventor ??</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-to-open-bom-bill-of-materials-in-inventor/m-p/12493377#M162430</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1758597"&gt;@doug.johnston&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See this past post on this topic that has some info about opening to a specific tab and editing the BOM, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-programming-ilogic/open-bom-on-the-right-tab/m-p/9317332#M105793" target="_blank"&gt;https://forums.autodesk.com/t5/inventor-programming-ilogic/open-bom-on-the-right-tab/m-p/9317332#M105793&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;BR /&gt;Best of luck to you in all of your Inventor pursuits,&lt;BR /&gt;Curtis&lt;BR /&gt;&lt;A href="http://inventortrenches.blogspot.com" target="_blank"&gt;http://inventortrenches.blogspot.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 14:49:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-to-open-bom-bill-of-materials-in-inventor/m-p/12493377#M162430</guid>
      <dc:creator>Curtis_Waguespack</dc:creator>
      <dc:date>2024-01-12T14:49:13Z</dc:date>
    </item>
  </channel>
</rss>

