<?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 Betreff: Inventor: Setting parameter tolerance with iLogic has wrong results in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-setting-parameter-tolerance-with-ilogic-has-wrong/m-p/8392601#M91343</link>
    <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4871747"&gt;@atomic.lex&lt;/a&gt;, this is fixed in Inventor 2019. For reference, this is internal defect INVGEN-4632.&lt;BR /&gt;Are you planning to upgrade to 2019? It's also possible that a fix will become available for 2018.&lt;/P&gt;</description>
    <pubDate>Fri, 09 Nov 2018 19:46:41 GMT</pubDate>
    <dc:creator>MjDeck</dc:creator>
    <dc:date>2018-11-09T19:46:41Z</dc:date>
    <item>
      <title>Inventor: Setting parameter tolerance with iLogic has wrong results</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-setting-parameter-tolerance-with-ilogic-has-wrong/m-p/8382399#M91337</link>
      <description>&lt;P&gt;I have a error by setting&amp;nbsp;parameter tolerance&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Set d3_Tol As String = "d13"
Parameter.Param("d3").Tolerance.SetToFits(31244,(""),(d3_Tol))&lt;/PRE&gt;
&lt;P&gt;The code should bring parameter &amp;nbsp;&lt;SPAN&gt;tolerance d13 (-0.065 / -0,395 ), but i get 10x values:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="d3_Error.jpg" style="width: 156px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/566064i6141A680CF5198EE/image-size/large?v=v2&amp;amp;px=999" role="button" title="d3_Error.jpg" alt="d3_Error.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Why is it so?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Many thanks for advice.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Good luck, Alex&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4871747"&gt;@atomic.lex&lt;/a&gt;,&lt;BR /&gt; &lt;BR /&gt;marius.gildehaus has edited your subject line for clarity&lt;BR /&gt;Original: Setting parameter tolerance error&lt;/P&gt;
&lt;HR /&gt;</description>
      <pubDate>Tue, 06 Nov 2018 09:31:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-setting-parameter-tolerance-with-ilogic-has-wrong/m-p/8382399#M91337</guid>
      <dc:creator>atomic.lex</dc:creator>
      <dc:date>2018-11-06T09:31:58Z</dc:date>
    </item>
    <item>
      <title>Betreff: Inventor: Setting parameter tolerance with iLogic has wrong results</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-setting-parameter-tolerance-with-ilogic-has-wrong/m-p/8382545#M91338</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4871747"&gt;@atomic.lex&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far as I know, in iLogic the values will be in cm so you need to divide them by 10 to get mm.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Nov 2018 09:33:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-setting-parameter-tolerance-with-ilogic-has-wrong/m-p/8382545#M91338</guid>
      <dc:creator>marius.gildehaus</dc:creator>
      <dc:date>2018-11-06T09:33:15Z</dc:date>
    </item>
    <item>
      <title>Betreff: Inventor: Setting parameter tolerance with iLogic has wrong results</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-setting-parameter-tolerance-with-ilogic-has-wrong/m-p/8382558#M91339</link>
      <description>&lt;P&gt;I don't give any values, i just call standard tolerance, which would be given from Inventor to parameter. I don't have any ability to divide it too. The error appears after update Inventor 2016 to Inventor 2018.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Nov 2018 09:39:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-setting-parameter-tolerance-with-ilogic-has-wrong/m-p/8382558#M91339</guid>
      <dc:creator>atomic.lex</dc:creator>
      <dc:date>2018-11-06T09:39:48Z</dc:date>
    </item>
    <item>
      <title>Betreff: Inventor: Setting parameter tolerance with iLogic has wrong results</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-setting-parameter-tolerance-with-ilogic-has-wrong/m-p/8384482#M91340</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4871747"&gt;@atomic.lex&lt;/a&gt;, can you post a part that shows the problem? If possible, please post the original Inventor 2016 version of the part.&lt;BR /&gt;Here's a version of your rule that is easier to read:&lt;/P&gt;
&lt;PRE&gt;Dim d3_Tol As String = "d13"
Parameter.Param("d3").Tolerance.SetToFits(ToleranceTypeEnum.kLimitsFitsShowTolerance, "", d3_Tol)&lt;/PRE&gt;</description>
      <pubDate>Tue, 06 Nov 2018 22:16:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-setting-parameter-tolerance-with-ilogic-has-wrong/m-p/8384482#M91340</guid>
      <dc:creator>MjDeck</dc:creator>
      <dc:date>2018-11-06T22:16:55Z</dc:date>
    </item>
    <item>
      <title>Betreff: Inventor: Setting parameter tolerance with iLogic has wrong results</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-setting-parameter-tolerance-with-ilogic-has-wrong/m-p/8385070#M91341</link>
      <description>&lt;P&gt;The error could be seen this a simle part&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Inventor_bag.jpg" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/566552i1E8BAA18820E36EB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Inventor_bag.jpg" alt="Inventor_bag.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Nov 2018 07:43:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-setting-parameter-tolerance-with-ilogic-has-wrong/m-p/8385070#M91341</guid>
      <dc:creator>atomic.lex</dc:creator>
      <dc:date>2018-11-07T07:43:07Z</dc:date>
    </item>
    <item>
      <title>Betreff: Inventor: Setting parameter tolerance with iLogic has wrong results</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-setting-parameter-tolerance-with-ilogic-has-wrong/m-p/8386869#M91342</link>
      <description>&lt;P&gt;I confirmed that there is a problem in Inventor 2018. It looks like it's fixed in 2019. I'll get more details.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Nov 2018 19:08:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-setting-parameter-tolerance-with-ilogic-has-wrong/m-p/8386869#M91342</guid>
      <dc:creator>MjDeck</dc:creator>
      <dc:date>2018-11-07T19:08:28Z</dc:date>
    </item>
    <item>
      <title>Betreff: Inventor: Setting parameter tolerance with iLogic has wrong results</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-setting-parameter-tolerance-with-ilogic-has-wrong/m-p/8392601#M91343</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4871747"&gt;@atomic.lex&lt;/a&gt;, this is fixed in Inventor 2019. For reference, this is internal defect INVGEN-4632.&lt;BR /&gt;Are you planning to upgrade to 2019? It's also possible that a fix will become available for 2018.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 19:46:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-setting-parameter-tolerance-with-ilogic-has-wrong/m-p/8392601#M91343</guid>
      <dc:creator>MjDeck</dc:creator>
      <dc:date>2018-11-09T19:46:41Z</dc:date>
    </item>
    <item>
      <title>Betreff: Inventor: Setting parameter tolerance with iLogic has wrong results</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-setting-parameter-tolerance-with-ilogic-has-wrong/m-p/8395330#M91344</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class="login-bold"&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/537534" target="_self"&gt;MjDeck&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&lt;SPAN&gt;Upgrade to 2019&amp;nbsp;is not in my plan. Could I patch it in 2018? How could I get this patch?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&lt;SPAN&gt;Alex&lt;/SPAN&gt;&lt;/SPAN&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>Mon, 12 Nov 2018 07:56:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-setting-parameter-tolerance-with-ilogic-has-wrong/m-p/8395330#M91344</guid>
      <dc:creator>atomic.lex</dc:creator>
      <dc:date>2018-11-12T07:56:48Z</dc:date>
    </item>
    <item>
      <title>Betreff: Inventor: Setting parameter tolerance with iLogic has wrong results</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-setting-parameter-tolerance-with-ilogic-has-wrong/m-p/8397223#M91345</link>
      <description>&lt;P&gt;We haven't put this fix in a patch for 2018 yet. We should be able to do that soon. I'll post more info here when it's available.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2018 21:43:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-setting-parameter-tolerance-with-ilogic-has-wrong/m-p/8397223#M91345</guid>
      <dc:creator>MjDeck</dc:creator>
      <dc:date>2018-11-12T21:43:32Z</dc:date>
    </item>
  </channel>
</rss>

