<?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 &amp;amp; Parameters in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-amp-parameters/m-p/6576082#M307614</link>
    <description>&lt;P&gt;Thanks - this works however it creates one more question - is there a way to get this information into a form so I do not have to run the rule every time I want to change the size?&amp;nbsp; Ideally the form would contain basic information such as size, color, glazing and jamb size so the options could all be entered in one location.&lt;/P&gt;</description>
    <pubDate>Wed, 21 Sep 2016 16:22:43 GMT</pubDate>
    <dc:creator>JoelMckone</dc:creator>
    <dc:date>2016-09-21T16:22:43Z</dc:date>
    <item>
      <title>iLogic &amp; Parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-amp-parameters/m-p/6573969#M307610</link>
      <description>&lt;P&gt;I have created some parts and added parameters and iLogic so I can change the color and size of the parts.&amp;nbsp; If I go into the assembly I have to click on the parts to change the parameters.&amp;nbsp; I assume there is a way I can do this directly in the assembly but have not been able to find anything on the internet nor in one of courses I took on how to do this.&amp;nbsp; Can it be done and if so how?&amp;nbsp; (or can someone direct me to a tutorial on how this works?)&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 19:01:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-amp-parameters/m-p/6573969#M307610</guid>
      <dc:creator>JoelMckone</dc:creator>
      <dc:date>2016-09-20T19:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic &amp; Parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-amp-parameters/m-p/6573976#M307611</link>
      <description>&lt;P&gt;Hi JoelMckone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Typically you would just call your parameters from a rule in the&amp;nbsp;assembly with a line such as this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN style="color: rgb(128, 0, 128); font-weight: bold;"&gt;Parameter&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-weight: bold;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;Part1:1&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;Length&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-weight: bold;"&gt;)&lt;/SPAN&gt; &lt;SPAN style="color: rgb(0, 0, 0); font-weight: bold;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: rgb(0, 0, 0); font-weight: bold;"&gt;1.2&lt;/SPAN&gt;
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or this if the part is in a sub assembly:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN style="color: rgb(128, 0, 128); font-weight: bold;"&gt;Parameter&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-weight: bold;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: rgb(128, 0, 128); font-weight: bold;"&gt;MakePath&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-weight: bold;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;SubAssem1:1&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;Part1:1&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-weight: bold;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;Length&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-weight: bold;"&gt;)&lt;/SPAN&gt; &lt;SPAN style="color: rgb(0, 0, 0); font-weight: bold;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: rgb(0, 0, 0); font-weight: bold;"&gt;1.2&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;BR /&gt;Best of luck to you in all of your Inventor pursuits,&lt;BR /&gt;Curtis&lt;BR /&gt;&lt;A href="http://inventortrenches.blogspot.com" target="_blank"&gt;http://inventortrenches.blogspot.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 19:15:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-amp-parameters/m-p/6573976#M307611</guid>
      <dc:creator>Curtis_W</dc:creator>
      <dc:date>2016-09-20T19:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic &amp; Parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-amp-parameters/m-p/6575596#M307612</link>
      <description>&lt;P&gt;A few more details...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I have done is create a model of a octagon window that includes glazing stops and glass.&amp;nbsp; With most windows there would be a height and width however an octagon can be created from a single dimension.&amp;nbsp; To do this I created a user parameter named OsmW (outside measurement width) that is used to create all parts and is associated with the frame sill.&amp;nbsp; For example the frame parts are OsmW/2.414, the glazing stop is OsmW/2.414 - 1.562.&amp;nbsp; The frame consists of 2 different parts - Frame and Frame sill (sill requires additional processing).&amp;nbsp;&amp;nbsp; From the sample code provided I cannot determine how the syntax has to be so I can change the dimension in the assembly rather that having to select the sill.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have not had a change yet to experiment with the color options being selectable from the assembly.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 13:38:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-amp-parameters/m-p/6575596#M307612</guid>
      <dc:creator>JoelMckone</dc:creator>
      <dc:date>2016-09-21T13:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic &amp; Parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-amp-parameters/m-p/6575834#M307613</link>
      <description>&lt;P&gt;Hi JoelMckone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could create a rule and use an input box to set the parameter value of the part. Here's a quick example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;oLength = Parameter("Test_Part:1", "Length")/2.54 'converts from internal cms to inches

oLength = InputBox("Enter New Length", "iLogic", oLength)

Parameter("Test_Part:1", "Length") = oLength

InventorVb.DocumentUpdate()&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I hope this helps.&lt;BR /&gt;Best of luck to you in all of your Inventor pursuits,&lt;BR /&gt;Curtis&lt;BR /&gt;&lt;A href="http://inventortrenches.blogspot.com" target="_blank"&gt;http://inventortrenches.blogspot.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 15:02:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-amp-parameters/m-p/6575834#M307613</guid>
      <dc:creator>Curtis_W</dc:creator>
      <dc:date>2016-09-21T15:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic &amp; Parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-amp-parameters/m-p/6576082#M307614</link>
      <description>&lt;P&gt;Thanks - this works however it creates one more question - is there a way to get this information into a form so I do not have to run the rule every time I want to change the size?&amp;nbsp; Ideally the form would contain basic information such as size, color, glazing and jamb size so the options could all be entered in one location.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 16:22:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-amp-parameters/m-p/6576082#M307614</guid>
      <dc:creator>JoelMckone</dc:creator>
      <dc:date>2016-09-21T16:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic &amp; Parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-amp-parameters/m-p/6576173#M307615</link>
      <description>&lt;P&gt;Hi JoelMckone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Typically we would create a user parameter in the assembly (ex: Length_IAM) , and then include that parameter in the form. Then have a rule in the assembly&amp;nbsp;that triggers on the change of Length_IAM and pushes its value to the Length parameter in all of the parts to be adjusted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the &lt;STRIKE&gt;Form&lt;/STRIKE&gt; Rule resides in the assembly you could use something this, and Length_IAM would update automatically:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Length_IAM = Length_IAM

Parameter("Test_Part1:1", "Length") = Length_IAM
Parameter("Test_Part2:1", "Length") = Length_IAM
Parameter("Test_Part3:1", "Length") = Length_IAM

InventorVb.DocumentUpdate()&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it is a &lt;STRIKE&gt;Global form&lt;/STRIKE&gt; External rule I &lt;STRONG&gt;think&lt;/STRONG&gt; it would be like this, and you'd need an Apply button to run the rule.&lt;/P&gt;
&lt;P&gt;(I might be forgetting something, here, working form memory,&amp;nbsp;I didn't verify this)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Parameter("Length_IAM") = Parameter("Length_IAM")

Parameter("Test_Part1:1", "Length") = Parameter("Length_IAM")
Parameter("Test_Part2:1, "Length") = Parameter("Length_IAM")
Parameter("Test_Part3:1", "Length") = Parameter("Length_IAM")

InventorVb.DocumentUpdate()&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;BR /&gt;Best of luck to you in all of your Inventor pursuits,&lt;BR /&gt;Curtis&lt;BR /&gt;&lt;A href="http://inventortrenches.blogspot.com" target="_blank"&gt;http://inventortrenches.blogspot.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 17:03:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-amp-parameters/m-p/6576173#M307615</guid>
      <dc:creator>Curtis_W</dc:creator>
      <dc:date>2016-09-21T17:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic &amp; Parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-amp-parameters/m-p/6576181#M307616</link>
      <description>Once again thanks - I will give this a try as soon as I can find a bit of time to experiment.</description>
      <pubDate>Wed, 21 Sep 2016 16:59:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-amp-parameters/m-p/6576181#M307616</guid>
      <dc:creator>JoelMckone</dc:creator>
      <dc:date>2016-09-21T16:59:21Z</dc:date>
    </item>
  </channel>
</rss>

