<?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: iLogic driven subassembly does not visually update in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-driven-subassembly-does-not-visually-update/m-p/9136685#M109214</link>
    <description>&lt;P&gt;Hi!&amp;nbsp; The behavior does not sound right. If possible, please share an example here. Forum experts can help take a look to understand the behavior better.&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 09 Nov 2019 00:39:09 GMT</pubDate>
    <dc:creator>johnsonshiue</dc:creator>
    <dc:date>2019-11-09T00:39:09Z</dc:date>
    <item>
      <title>iLogic driven subassembly does not visually update</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-driven-subassembly-does-not-visually-update/m-p/9135222#M109213</link>
      <description>&lt;P&gt;Hello all!&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my first post at these forums so please correct me if I do something wrong.&lt;/P&gt;&lt;P&gt;A little background before we start with the hard part. This is the first project in which I use iLogic, I did not follow a course for iLogic so far everything I learned by either doing or through reading this forum. was using Therefor the coding I used may be a little bit of a mess, but that will be the next step. Version used is Inventor Professional 2018. If anything is missing or if anyone wants to know more please do not hesitate to ask me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now for the hard part;&lt;/P&gt;&lt;P&gt;I have an iLogic driven assembly of a steel structure (not purely a machine, not purely a frame) with iLogic i control the size of the sub-assemblies in the main assembly and further more the parts within the sub-assemblies. This all from the main assembly. This all worked perfectly fine until for some undefined reason one of the sub-assemblies decided to no longer visually update in the main assembly, while (when opening the sub-assembly) it is changed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steps/solutions tested so far (without result);&lt;/P&gt;&lt;P&gt;- Checked the levels of detail in the sub-assemblies and main assembly (all set to Master now)&lt;/P&gt;&lt;P&gt;- Checked representations&amp;nbsp;in the sub-assemblies and main assembly (all set to Master now)&lt;/P&gt;&lt;P&gt;- Deleted the sub-assembly from the main assembly and inserted the same again&lt;/P&gt;&lt;P&gt;- Debugged the code by strategically placing message boxes around the code&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Moved code from the main assembly to a lower level sub-assembly&lt;/P&gt;&lt;P&gt;- Searched the forums&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The result however stayed the same. The sub-assembly has changed to the new set of parameters when opened from the browser of through the main assembly, but it is not visible in the main assembly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there anyone that has experienced this as well?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 11:17:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-driven-subassembly-does-not-visually-update/m-p/9135222#M109213</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-08T11:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic driven subassembly does not visually update</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-driven-subassembly-does-not-visually-update/m-p/9136685#M109214</link>
      <description>&lt;P&gt;Hi!&amp;nbsp; The behavior does not sound right. If possible, please share an example here. Forum experts can help take a look to understand the behavior better.&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Nov 2019 00:39:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-driven-subassembly-does-not-visually-update/m-p/9136685#M109214</guid>
      <dc:creator>johnsonshiue</dc:creator>
      <dc:date>2019-11-09T00:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic driven subassembly does not visually update</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-driven-subassembly-does-not-visually-update/m-p/9145660#M109215</link>
      <description>&lt;P&gt;I'm sorry for the slow response. Due to in NDA between my employer and the customer I can't share anything, as everything little detail is property of the customer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But i found out the issue, but no stable fix for it. I will try to explain it textual as best as possible. It turned out as a representation issue when I reconfigure the main assembly through an iLogic form.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are two representations defined; 1. Master (which is locked) and 2. Default (the one it should be). Somehow some (not all) subassemblies switch from default to master in this case. When I manually switch them to default everything is correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to always force the default representation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 07:11:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-driven-subassembly-does-not-visually-update/m-p/9145660#M109215</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-14T07:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic driven subassembly does not visually update</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-driven-subassembly-does-not-visually-update/m-p/9147747#M109216</link>
      <description>&lt;P&gt;Hi! You can either use iLogic rule to enforce that. Or, you change the File Open Options (Tools -&amp;gt; App Options -&amp;gt; File -&amp;gt; Open Options -&amp;gt; select the appropriate Design View Rep for each file type). This will help you place or open a part/assembly in the desirable Design View.&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 22:09:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-driven-subassembly-does-not-visually-update/m-p/9147747#M109216</guid>
      <dc:creator>johnsonshiue</dc:creator>
      <dc:date>2019-11-14T22:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic driven subassembly does not visually update</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-driven-subassembly-does-not-visually-update/m-p/9148343#M109217</link>
      <description>&lt;P&gt;Many thanks to you!&amp;nbsp;&lt;/P&gt;&lt;P&gt;We choose to force the right representation with an iLogic rule as we deemed it most stable for us.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2019 08:38:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-driven-subassembly-does-not-visually-update/m-p/9148343#M109217</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-15T08:38:57Z</dc:date>
    </item>
  </channel>
</rss>

