<?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: Minimum Thickness script in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/minimum-thickness-script/m-p/11221130#M139060</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7812054"&gt;@WCrihfield&lt;/a&gt;&amp;nbsp; and thanks for your answer!&lt;BR /&gt;The equation i am using now is&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A = T * 0.2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A is actually the value that has to be &amp;gt; 0.3&lt;/P&gt;&lt;P&gt;I couldnt use expressions in formula , nor even the &amp;gt; symbol. So i discovered iLogic. But it's a little complicated to understand ! What should i do?&lt;BR /&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jun 2022 07:13:53 GMT</pubDate>
    <dc:creator>tommasobriguglio</dc:creator>
    <dc:date>2022-06-08T07:13:53Z</dc:date>
    <item>
      <title>Minimum Thickness script</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/minimum-thickness-script/m-p/11218963#M139013</link>
      <description>&lt;P&gt;Hi everyone, I am new to this but...&lt;/P&gt;&lt;P&gt;I am trying to create a script that control the thickness of a part, and if is less than 3mm, so it will change it to 3mm.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It should be something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If thickness &amp;lt; 3mm&lt;/P&gt;&lt;P&gt;Thickness=3mm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your time&lt;/P&gt;&lt;P&gt;Thomas&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 10:10:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/minimum-thickness-script/m-p/11218963#M139013</guid>
      <dc:creator>tommasobriguglio</dc:creator>
      <dc:date>2022-06-07T10:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum Thickness script</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/minimum-thickness-script/m-p/11219190#M139016</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12346505"&gt;@tommasobriguglio&lt;/a&gt;.&amp;nbsp; I am not sure we have enough details to be able to create a custom working solution for you.&lt;/P&gt;
&lt;P&gt;If your part document contains a parameter named "Thickness", and that parameter is controlling the thickness of your part, does it contain an equation, or is it just a simple numerical expression?&amp;nbsp; If it currently contains an equation, then setting its value to a simple numerical value within the iLogic rule may break its functionality.&amp;nbsp; If it contains an equation, you may have to either modify its equation, or modify another parameter's value that is being used as part of the equation.&lt;/P&gt;
&lt;P&gt;However, if that parameter exists, and is in control of the part's thickness, and just contains a simple numerical value, then something simple very similar to what you posted above should work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;If Thickness &amp;lt; 3mm Then
	Thickness = 3mm
End If&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this does not work, then could you maybe post the part document here, so that we could get a better understanding of the situation.&amp;nbsp; If you do post a part, make sure you remove any personal or proprietary information from it first.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 12:01:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/minimum-thickness-script/m-p/11219190#M139016</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2022-06-07T12:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum Thickness script</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/minimum-thickness-script/m-p/11221130#M139060</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7812054"&gt;@WCrihfield&lt;/a&gt;&amp;nbsp; and thanks for your answer!&lt;BR /&gt;The equation i am using now is&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A = T * 0.2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A is actually the value that has to be &amp;gt; 0.3&lt;/P&gt;&lt;P&gt;I couldnt use expressions in formula , nor even the &amp;gt; symbol. So i discovered iLogic. But it's a little complicated to understand ! What should i do?&lt;BR /&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 07:13:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/minimum-thickness-script/m-p/11221130#M139060</guid>
      <dc:creator>tommasobriguglio</dc:creator>
      <dc:date>2022-06-08T07:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum Thickness script</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/minimum-thickness-script/m-p/11221680#M139070</link>
      <description>&lt;P&gt;OK.&amp;nbsp; So if you are using that equation within an iLogic rule, I assume then that both 'A' and 'T' represent parameters within the document.&amp;nbsp; If that is not the case, then let me know what 'A' represents.&amp;nbsp; And I assume that when you look at the equation area of the parameter named 'A' within the Parameters dialog box, it does not currently contain any equation, just a simple numerical value.&amp;nbsp; If so, then something like this should work within that iLogic rule:&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;A = T * 2
If A &amp;gt; 0.3 mm Then
	A = 0.3 mm
End If&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 08 Jun 2022 12:05:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/minimum-thickness-script/m-p/11221680#M139070</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2022-06-08T12:05:54Z</dc:date>
    </item>
  </channel>
</rss>

