<?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: Suppressing sub-assembly components at the TLA using iLogic in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/suppressing-sub-assembly-components-at-the-tla-using-ilogic/m-p/9588270#M112265</link>
    <description>&lt;P&gt;Alright, my stupidity. The occurence of the sub assembly in my TLA was not set to the correct LOD and for this reason was not updating. don't make the same mistake I did.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jun 2020 19:47:19 GMT</pubDate>
    <dc:creator>trevorauman</dc:creator>
    <dc:date>2020-06-18T19:47:19Z</dc:date>
    <item>
      <title>Suppressing sub-assembly components at the TLA using iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/suppressing-sub-assembly-components-at-the-tla-using-ilogic/m-p/8331301#M90062</link>
      <description>&lt;P&gt;Is there a way, using iLogic, that I can suppress parts in a subassembly at the top level assembly?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, I have a TLA called "PB". It already as a LoD named "iLogic".&lt;/P&gt;&lt;P&gt;Within the TLA there is a subassembly called "Wheel". What I want to do is suppress an&amp;nbsp;ipt&amp;nbsp;called "gusset" in the "Wheel" sub-assembly but from the TLA "PB".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2018 18:46:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/suppressing-sub-assembly-components-at-the-tla-using-ilogic/m-p/8331301#M90062</guid>
      <dc:creator>chayman</dc:creator>
      <dc:date>2018-10-12T18:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing sub-assembly components at the TLA using iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/suppressing-sub-assembly-components-at-the-tla-using-ilogic/m-p/8331670#M90063</link>
      <description>&lt;P&gt;Hi! I believe it can be done in iLogic. You can set any component IsActive() at any level within TLA to false. Please note that in order to do that, you will need to create a non-Master LOD at each level, including the top level. You can create "iLogic" LOD for example. Then you need to activate this iLogic LOD. After that, you will be able to set IsActive() to false.&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2018 22:25:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/suppressing-sub-assembly-components-at-the-tla-using-ilogic/m-p/8331670#M90063</guid>
      <dc:creator>johnsonshiue</dc:creator>
      <dc:date>2018-10-12T22:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing sub-assembly components at the TLA using iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/suppressing-sub-assembly-components-at-the-tla-using-ilogic/m-p/8335358#M90112</link>
      <description>&lt;P&gt;Awesome, that's what did it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Mon, 15 Oct 2018 16:57:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/suppressing-sub-assembly-components-at-the-tla-using-ilogic/m-p/8335358#M90112</guid>
      <dc:creator>chayman</dc:creator>
      <dc:date>2018-10-15T16:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing sub-assembly components at the TLA using iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/suppressing-sub-assembly-components-at-the-tla-using-ilogic/m-p/9588043#M112258</link>
      <description>&lt;P&gt;I missed something here, can you give me a sample of the code used to reach down into the sub, it is not working for me. I have a LOD called 'iLogic' at each level. I captured the state and it says True, changed this to False and it still won't change.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 17:50:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/suppressing-sub-assembly-components-at-the-tla-using-ilogic/m-p/9588043#M112258</guid>
      <dc:creator>trevorauman</dc:creator>
      <dc:date>2020-06-18T17:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing sub-assembly components at the TLA using iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/suppressing-sub-assembly-components-at-the-tla-using-ilogic/m-p/9588139#M112262</link>
      <description>&lt;P&gt;So this worked, for some reason, must be that i am using derived parts to create my sub-assembly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;Feature&lt;/SPAN&gt;.&lt;SPAN&gt;IsActive&lt;/SPAN&gt;(&lt;SPAN&gt;"SubAssembly:1"&lt;/SPAN&gt;, &lt;SPAN&gt;"SubAssembly-01::SubAssemblyRef.ipt"&lt;/SPAN&gt;) = &lt;SPAN&gt;True&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Where the SubAssemblyRef is the .ipt driving the upper assembly. I still think this is not an elegant solution as the part still shows in a BOM. Love some help if you can share your code so I can see where I am going wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I manually suppress the part it works nicely, so if I can do it with iLogic it would be perfect.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 18:30:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/suppressing-sub-assembly-components-at-the-tla-using-ilogic/m-p/9588139#M112262</guid>
      <dc:creator>trevorauman</dc:creator>
      <dc:date>2020-06-18T18:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing sub-assembly components at the TLA using iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/suppressing-sub-assembly-components-at-the-tla-using-ilogic/m-p/9588270#M112265</link>
      <description>&lt;P&gt;Alright, my stupidity. The occurence of the sub assembly in my TLA was not set to the correct LOD and for this reason was not updating. don't make the same mistake I did.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 19:47:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/suppressing-sub-assembly-components-at-the-tla-using-ilogic/m-p/9588270#M112265</guid>
      <dc:creator>trevorauman</dc:creator>
      <dc:date>2020-06-18T19:47:19Z</dc:date>
    </item>
  </channel>
</rss>

