<?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: Suppression component in Sub-Assembly in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/supression-component-in-sub-assembly/m-p/5638228#M55922</link>
    <description>&lt;P&gt;i need forum support to identify where is the problem and what is solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 17 May 2015 11:42:36 GMT</pubDate>
    <dc:creator>jam_bhatti</dc:creator>
    <dc:date>2015-05-17T11:42:36Z</dc:date>
    <item>
      <title>Supression component in Sub-Assembly</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/supression-component-in-sub-assembly/m-p/5632635#M55842</link>
      <description>&lt;P&gt;I am&amp;nbsp;facing some error while suppressing componet in subassembly.&lt;/P&gt;&lt;P&gt;i have try to fix it by LOD but it still unresolved.&lt;/P&gt;&lt;P&gt;by right clicking in main assembly is able to suppress but by rule is not.&lt;/P&gt;&lt;P&gt;Note:edit within in main assembly showing suppress option is disable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SyntaxEditor Code Snippet&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;If&lt;/SPAN&gt; &lt;SPAN&gt;REPAD1&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;True&lt;/SPAN&gt; &lt;SPAN&gt;Then&lt;/SPAN&gt;
&lt;SPAN&gt;Component&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;IsActive&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;MakePath&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Nozzle-01:1&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;NozzleRepad-01:1&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;True&lt;/SPAN&gt;
&lt;SPAN&gt;Else&lt;/SPAN&gt; &lt;SPAN&gt;Component&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;IsActive&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;MakePath&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Nozzle-01:1&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;NozzleRepad-01:1&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;False&lt;/SPAN&gt;
&lt;SPAN&gt;End&lt;/SPAN&gt; &lt;SPAN&gt;If&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG border="0" alt="Suppress Repad.png" src="https://forums.autodesk.com/t5/image/serverpage/image-id/168187iEDB03193040E1955/image-size/original?v=mpbl-1&amp;amp;px=-1" title="Suppress Repad.png" /&gt;&lt;/P&gt;&lt;P&gt;See the end of this message for details on invoking&lt;BR /&gt;just-in-time (JIT) debugging instead of this dialog box.&lt;/P&gt;&lt;P&gt;************** Exception Text **************&lt;BR /&gt;System.NullReferenceException: Object reference not set to an instance of an object.&lt;BR /&gt;at iLogic.DelayedRuleRunner.RunRulesExecute()&lt;BR /&gt;at iLogic.DelayedRuleRunner.RunRules()&lt;BR /&gt;at iLogic.DelayedRuleRunner.ExitDelayedRuleRunningMode(Boolean doRunRules)&lt;BR /&gt;at Autodesk.iLogic.UiBuilder.UiLayoutControl.applyButton_Click(Object sender, EventArgs e)&lt;BR /&gt;at DevExpress.XtraEditors.BaseButton.OnMouseUp(MouseEventArgs e)&lt;BR /&gt;at System.Windows.Forms.Control.WmMouseUp(Message&amp;amp; m, MouseButtons button, Int32 clicks)&lt;BR /&gt;at System.Windows.Forms.Control.WndProc(Message&amp;amp; m)&lt;BR /&gt;at DevExpress.Utils.Controls.ControlBase.WndProc(Message&amp;amp; m)&lt;BR /&gt;at DevExpress.XtraEditors.BaseControl.WndProc(Message&amp;amp; msg)&lt;BR /&gt;at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2015 09:04:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/supression-component-in-sub-assembly/m-p/5632635#M55842</guid>
      <dc:creator>jam_bhatti</dc:creator>
      <dc:date>2015-05-13T09:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Suppression component in Sub-Assembly</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/supression-component-in-sub-assembly/m-p/5638228#M55922</link>
      <description>&lt;P&gt;i need forum support to identify where is the problem and what is solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 May 2015 11:42:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/supression-component-in-sub-assembly/m-p/5638228#M55922</guid>
      <dc:creator>jam_bhatti</dc:creator>
      <dc:date>2015-05-17T11:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Suppression component in Sub-Assembly</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/supression-component-in-sub-assembly/m-p/5638261#M55923</link>
      <description>&lt;P&gt;The Problem Solved with LOD snippet adding in sub-assembly too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 May 2015 13:13:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/supression-component-in-sub-assembly/m-p/5638261#M55923</guid>
      <dc:creator>jam_bhatti</dc:creator>
      <dc:date>2015-05-17T13:13:35Z</dc:date>
    </item>
  </channel>
</rss>

