<?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: Suppress a part in an sub assembly through ilogic in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/suppress-a-part-in-an-sub-assembly-through-ilogic/m-p/9394715#M109772</link>
    <description>&lt;P&gt;Hi Simon,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not an iLogic expert but I think it should be doable. The Excel table (or a text file) contains static strings. Then the iLogic rule read it and assign it a text parameter, which can be the file name within the rule.&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Mar 2020 21:03:36 GMT</pubDate>
    <dc:creator>johnsonshiue</dc:creator>
    <dc:date>2020-03-23T21:03:36Z</dc:date>
    <item>
      <title>Suppress a part in an sub assembly through ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/suppress-a-part-in-an-sub-assembly-through-ilogic/m-p/9386237#M109767</link>
      <description>&lt;P&gt;Hi peeps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Trying to find a way to suppress a part/s within a sub assemblies via top level using ilogic&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is it possible please see the snip below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2020 02:52:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/suppress-a-part-in-an-sub-assembly-through-ilogic/m-p/9386237#M109767</guid>
      <dc:creator>Simon.robertsX5M9D</dc:creator>
      <dc:date>2020-03-19T02:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress a part in an sub assembly through ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/suppress-a-part-in-an-sub-assembly-through-ilogic/m-p/9388242#M109768</link>
      <description>&lt;P&gt;Hi Simon,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, this is doable. Here is what you need to do. Create a custom LOD and activate the LOD. Then in the iLogic dialog, right-click on the occurrence you like to suppress -&amp;gt; Capture Current State. It will be set to True by default. Simply set it to False. The occurrence will be suppressed.&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2020 19:55:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/suppress-a-part-in-an-sub-assembly-through-ilogic/m-p/9388242#M109768</guid>
      <dc:creator>johnsonshiue</dc:creator>
      <dc:date>2020-03-19T19:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress a part in an sub assembly through ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/suppress-a-part-in-an-sub-assembly-through-ilogic/m-p/9388658#M109769</link>
      <description>&lt;P&gt;Ok thanks very much&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;another question ...is it possible to delete all the parts under a folder please see the snip attached&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and how do you create a custom LOD please&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2020 01:16:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/suppress-a-part-in-an-sub-assembly-through-ilogic/m-p/9388658#M109769</guid>
      <dc:creator>Simon.robertsX5M9D</dc:creator>
      <dc:date>2020-03-20T01:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress a part in an sub assembly through ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/suppress-a-part-in-an-sub-assembly-through-ilogic/m-p/9390394#M109770</link>
      <description>&lt;P&gt;Hi Simon,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In an assembly, the browser folder is just a cosmetic organizer. It does not alter the structure. To delete the components, you do need to open the assembly file and delete (iLogic rule) them one by one.&lt;/P&gt;
&lt;P&gt;Creating custom LOD is pretty straightforward. You just need to right-click on LOD folder in the browser -&amp;gt; New.&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2020 20:15:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/suppress-a-part-in-an-sub-assembly-through-ilogic/m-p/9390394#M109770</guid>
      <dc:creator>johnsonshiue</dc:creator>
      <dc:date>2020-03-20T20:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress a part in an sub assembly through ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/suppress-a-part-in-an-sub-assembly-through-ilogic/m-p/9392539#M109771</link>
      <description>&lt;P&gt;Ok thanks that answers a few questions &lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@B4D44A73814D7FC0D950DEDFACB97081/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Right i have another question , this maybe a little confusing but i like to have a excel spreadsheet which has the list of items which i want to delete from the assembly and sub assemblies....that way i can simple update the list to delete the correct parts from the assembly and not fix it in the code...hopefully that makes sense?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and also is there a way to read in the assembly names as a string so it not fixed in the code too...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Mar 2020 20:36:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/suppress-a-part-in-an-sub-assembly-through-ilogic/m-p/9392539#M109771</guid>
      <dc:creator>Simon.robertsX5M9D</dc:creator>
      <dc:date>2020-03-22T20:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress a part in an sub assembly through ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/suppress-a-part-in-an-sub-assembly-through-ilogic/m-p/9394715#M109772</link>
      <description>&lt;P&gt;Hi Simon,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not an iLogic expert but I think it should be doable. The Excel table (or a text file) contains static strings. Then the iLogic rule read it and assign it a text parameter, which can be the file name within the rule.&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 21:03:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/suppress-a-part-in-an-sub-assembly-through-ilogic/m-p/9394715#M109772</guid>
      <dc:creator>johnsonshiue</dc:creator>
      <dc:date>2020-03-23T21:03:36Z</dc:date>
    </item>
  </channel>
</rss>

