<?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: Automatic component assembly when updating dimensions in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/automatic-component-assembly-when-updating-dimensions/m-p/10055598#M53757</link>
    <description>&lt;P&gt;I use 2021 and I need a starting point that at the moment I don't have because of my little experience with this programming language, once I have that base I can use it and develop the details later.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add a model that I am using for a test, where the concept is the same, four corner pieces control the width and length of the model and I need to adapt walls automatically when the model grows or decreases in size.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you have the opportunity you can review the model, the goal is to make the red walls fit into the space between the yellow corners.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate your attention and help.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Feb 2021 23:33:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-02-03T23:33:34Z</dc:date>
    <item>
      <title>Automatic component assembly when updating dimensions</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/automatic-component-assembly-when-updating-dimensions/m-p/10033090#M53751</link>
      <description>&lt;P&gt;It is possible that inventor automatically assembles components when updating a dimension, as an example I have this assembly where the base must govern the number of panels that compose it, currently the length is 200 mm and it is composed of 2 panels of 100 mm for each of its longer sides, it is possible to program in some way that by increasing the value from 200 mm to 300 mm inventor automatically assembles a third panel of 100 mm to complete the assembly, the final objective is to move the value and inventor decreases or increases the number of panels automatically.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 19:54:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/automatic-component-assembly-when-updating-dimensions/m-p/10033090#M53751</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-26T19:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic component assembly when updating dimensions</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/automatic-component-assembly-when-updating-dimensions/m-p/10033993#M53752</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you may able to achieve this with the begin manage function (From Snippets) in iLogic. Here below the link to learn it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/inventor/learn-explore/caas/CloudHelp/cloudhelp/2019/ENU/Inventor-WhatsNew/files/GUID-80AD0392-0B8C-4A27-A9B3-7466D53999BF-htm.html" target="_blank"&gt;https://knowledge.autodesk.com/support/inventor/learn-explore/caas/CloudHelp/cloudhelp/2019/ENU/Inventor-WhatsNew/files/GUID-80AD0392-0B8C-4A27-A9B3-7466D53999BF-htm.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 03:35:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/automatic-component-assembly-when-updating-dimensions/m-p/10033993#M53752</guid>
      <dc:creator>bhavik4244</dc:creator>
      <dc:date>2021-01-27T03:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic component assembly when updating dimensions</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/automatic-component-assembly-when-updating-dimensions/m-p/10035351#M53753</link>
      <description>&lt;P&gt;You could have a rule that:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;checks the overall length needed, and knows the length of the panel being used to fill that length.&lt;/LI&gt;&lt;LI&gt;does some math to figure how many panels it will take to fill that length&lt;/LI&gt;&lt;LI&gt;If more than one is needed, it creates a 'RectangularOccurrencePattern' (if it doesn't already exist), with that panel as its source, to fill the needed overall length.&lt;/LI&gt;&lt;LI&gt;If the (named) pattern already exists, and you reduce the overall length, the rule will run again and does the math, and either adjusts the quantity of the pattern, or deletes the pattern if only one panel is needed.&lt;/LI&gt;&lt;LI&gt;The quantity of the pattern will be a either a ModelParameter or a UserParameter, however you want to set it up.&lt;/LI&gt;&lt;LI&gt;You can use the iLogic Event Triggers to trigger the rule to run.&amp;nbsp;&amp;nbsp; Or if it is a local rule, you can simply include the name of a local parameter in the rule, that you want it to monitor, then when that local parameter changes, it will trigger the rule to run.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this solved your problem, or answered your question, please click &lt;SPAN style="background-color: green; color: white;"&gt;&lt;STRONG&gt;ACCEPT SOLUTION&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;BR /&gt;Or, if this helped you, please click (LIKE or KUDOS) &lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;If you have time, please... Vote For &lt;A href="https://forums.autodesk.com/t5/forums/recentpostspage/post-type/message/interaction-style/idea/user-id/7812054/" target="_blank"&gt;My IDEAS &lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt;&lt;/SPAN&gt;&lt;/A&gt;or you can Explore &lt;A href="https://knowledge.autodesk.com/profile/LTSUSR7HXMSAE/articles" target="_blank"&gt;My CONTRIBUTIONS &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2021/ENU/" target="_blank"&gt;Inventor 2021 Help &lt;/A&gt;| &lt;A href="https://forums.autodesk.com/t5/inventor-forum/bd-p/78/" target="_blank"&gt;Inventor Forum &lt;/A&gt;| &lt;A href="https://forums.autodesk.com/t5/inventor-customization/bd-p/120/" target="_blank"&gt;Inventor Customization Forum &lt;/A&gt;| &lt;A href="https://forums.autodesk.com/t5/inventor-ideas/idb-p/v1232/" target="_blank"&gt;Inventor Ideas Forum &lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 14:12:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/automatic-component-assembly-when-updating-dimensions/m-p/10035351#M53753</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2021-01-27T14:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic component assembly when updating dimensions</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/automatic-component-assembly-when-updating-dimensions/m-p/10054957#M53754</link>
      <description>&lt;P&gt;Is it possible that you can show me an example of how the code or configuration would be in ilogic?&lt;BR /&gt;I have practically no experience in development or code generation and I do not understand the environment well, if possible give me an example of what this would be like that you tell me I can use it to base myself and develop it completely, I thank you very much for your contribution&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 18:57:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/automatic-component-assembly-when-updating-dimensions/m-p/10054957#M53754</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-03T18:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic component assembly when updating dimensions</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/automatic-component-assembly-when-updating-dimensions/m-p/10054960#M53755</link>
      <description>Is it possible that you can show me an example of how the code or configuration would be in ilogic?&lt;BR /&gt;I have practically no experience in development or code generation and I do not understand the environment well, if possible give me an example of what this would be like that you tell me I can use it to base myself and develop it completely, I thank you very much for your contribution&lt;BR /&gt;&lt;BR /&gt;regards</description>
      <pubDate>Wed, 03 Feb 2021 18:58:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/automatic-component-assembly-when-updating-dimensions/m-p/10054960#M53755</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-03T18:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic component assembly when updating dimensions</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/automatic-component-assembly-when-updating-dimensions/m-p/10055063#M53756</link>
      <description>&lt;P&gt;Maybe...depending on scope, complexity, and available free time.&amp;nbsp; What version and year of Inventor are you using?&amp;nbsp; I'm using Inventor Professional 2021.1, so I can open most, but can't save as previous versions.&amp;nbsp; Could you supply the model files?&amp;nbsp; If you do supply model files, make sure they don't contain any personal, private, or proprietary information.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 19:37:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/automatic-component-assembly-when-updating-dimensions/m-p/10055063#M53756</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2021-02-03T19:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic component assembly when updating dimensions</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/automatic-component-assembly-when-updating-dimensions/m-p/10055598#M53757</link>
      <description>&lt;P&gt;I use 2021 and I need a starting point that at the moment I don't have because of my little experience with this programming language, once I have that base I can use it and develop the details later.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add a model that I am using for a test, where the concept is the same, four corner pieces control the width and length of the model and I need to adapt walls automatically when the model grows or decreases in size.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you have the opportunity you can review the model, the goal is to make the red walls fit into the space between the yellow corners.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate your attention and help.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 23:33:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/automatic-component-assembly-when-updating-dimensions/m-p/10055598#M53757</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-03T23:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic component assembly when updating dimensions</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/automatic-component-assembly-when-updating-dimensions/m-p/10067538#M53758</link>
      <description>&lt;P&gt;I have attached the updated files. I only made any changes in the main assembly file. I simply created a rectangular pattern of each of the two wall parts, created new user parameters to use as the quantity parameters for those two new patterns, and created a simple local iLogic rule to update the quantity when the length or width changes. Right now it only works when the new length or width values are a multiple of the wall part's width, but more work can be done to make it smarter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 20:03:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/automatic-component-assembly-when-updating-dimensions/m-p/10067538#M53758</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2021-02-08T20:03:14Z</dc:date>
    </item>
  </channel>
</rss>

