<?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: Math Error popping up in Conditional Feature Suppression - Inventor 2024.3.5 in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/math-error-popping-up-in-conditional-feature-suppression/m-p/13831864#M401355</link>
    <description>&lt;P&gt;Here is the ipt.&amp;nbsp; I should also note that I'm using 2024.3.5&lt;/P&gt;</description>
    <pubDate>Tue, 30 Sep 2025 20:58:08 GMT</pubDate>
    <dc:creator>andrewiv</dc:creator>
    <dc:date>2025-09-30T20:58:08Z</dc:date>
    <item>
      <title>Math Error popping up in Conditional Feature Suppression - Inventor 2024.3.5</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/math-error-popping-up-in-conditional-feature-suppression/m-p/13829783#M401245</link>
      <description>&lt;P&gt;I will preface this with: I am running Inventor 2024, Build: 343, Release 2024.3.5&amp;nbsp; This issue is not due to the model, the error can be replicated by making any feature and giving it these parameters and conditional feature suppression. I do not want to upload this file, it has external references and is very complex.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am running into an error with formulas in the conditional feature suppression system.&amp;nbsp; Here are the general parameters.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nathan_wostrel_0-1759150033063.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1574685i49363E7910DA6B3D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nathan_wostrel_0-1759150033063.png" alt="nathan_wostrel_0-1759150033063.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This error shows up in several instances, but I will just go over one of them. For this feature, I need the suppression to occur if SheaveInnerDiam &amp;lt;= HubDiam + HubReinThickness * 2.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nathan_wostrel_1-1759150646135.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1574687iD156193EFDB0AC60/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nathan_wostrel_1-1759150646135.png" alt="nathan_wostrel_1-1759150646135.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;As you can see above,&lt;/P&gt;
&lt;P&gt;SheaveInnerDiam = 1.336 in&lt;/P&gt;
&lt;P&gt;HubDiam = 2.5 in&lt;/P&gt;
&lt;P&gt;HubReinThickness = -.582 in&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If we do the math,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-.582 * 2 = -1.164&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2.5 - 1.164 = 1.336&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Therefore, the formula is equal to SheaveInnerDiam and the feature should suppress. However, it does not. I can only attribute this to an internal rounding error since everything is stored internally in Inventor in metric units. This formula works if the requirement is &amp;gt;=.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;I also tried "round(( HubDiam + HubReinThickness * 2 ul ) * 1000 ul / 1 in) * 0.001 in" and this works on features that need &amp;gt;= but not &amp;lt;=. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am very confused by this error and would love some help.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6164039"&gt;@nathan_wostrel&lt;/a&gt;&amp;nbsp;Your post title was modified to add the product name and version and to increase findability - CGBenner&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2025 15:28:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/math-error-popping-up-in-conditional-feature-suppression/m-p/13829783#M401245</guid>
      <dc:creator>nathan_wostrel</dc:creator>
      <dc:date>2025-09-29T15:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Math Error popping up in Conditional Feature Suppression - Inventor 2024.3.5</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/math-error-popping-up-in-conditional-feature-suppression/m-p/13830287#M401275</link>
      <description>&lt;P&gt;Hi Nathan,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The behavior does not sound right to me. Either a parameter is also driven by another expression in the Parameters dialog. Or there is an iLogic rule overriding the behavior. Please share the ipt file here or send it to me directly at &lt;A href="mailto:johnson.shiue@autodesk.com" target="_blank" rel="noopener"&gt;johnson.shiue@autodesk.com&lt;/A&gt;. I would like to understand it better.&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 19:46:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/math-error-popping-up-in-conditional-feature-suppression/m-p/13830287#M401275</guid>
      <dc:creator>johnsonshiue</dc:creator>
      <dc:date>2025-09-30T19:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Math Error popping up in Conditional Feature Suppression - Inventor 2024.3.5</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/math-error-popping-up-in-conditional-feature-suppression/m-p/13831102#M401312</link>
      <description>&lt;P&gt;I made a model with nothing but the example error. I knew this was able to be done as I had tried this already. It is not i-Logic or other driven dimensions, as there are none here. It is completely independent of the fact the original file has external references. There is a problem with how Inventor resolves numbers, at least in 2024.3.5.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Update: Found one of the computers in the office has 2024.3 and the behavior exists there as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Nathan Wostrel&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 12:44:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/math-error-popping-up-in-conditional-feature-suppression/m-p/13831102#M401312</guid>
      <dc:creator>nathan_wostrel</dc:creator>
      <dc:date>2025-09-30T12:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Math Error popping up in Conditional Feature Suppression - Inventor 2024.3.5</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/math-error-popping-up-in-conditional-feature-suppression/m-p/13831221#M401317</link>
      <description>&lt;P&gt;I can confirm that I also see this issue.&amp;nbsp; It only seems to happen when using an unit other than cm.&amp;nbsp; Here is a very simple example where the properties of Extrusion 2 are set to suppress if Test1 is less than or equal to Test2.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrewiv_0-1759239337848.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1574968i18F7303F349EAE76/image-size/medium?v=v2&amp;amp;px=400" role="button" title="andrewiv_0-1759239337848.png" alt="andrewiv_0-1759239337848.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If I use cm in my parameters the feature is suppressed.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrewiv_1-1759239403765.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1574969i2BD0A0C5A0DC6F8A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="andrewiv_1-1759239403765.png" alt="andrewiv_1-1759239403765.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But if I use inches then the feature is not suppressed even though the values are the same.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrewiv_2-1759239466465.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1574970i8D30DC9371F61A57/image-size/medium?v=v2&amp;amp;px=400" role="button" title="andrewiv_2-1759239466465.png" alt="andrewiv_2-1759239466465.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It has something to do with the units conversion and if there is a formula in the parameter because if I just type in the same value then it works.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrewiv_3-1759239531796.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1574971i0B2B8FD667B1E1C7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="andrewiv_3-1759239531796.png" alt="andrewiv_3-1759239531796.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 13:39:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/math-error-popping-up-in-conditional-feature-suppression/m-p/13831221#M401317</guid>
      <dc:creator>andrewiv</dc:creator>
      <dc:date>2025-09-30T13:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Math Error popping up in Conditional Feature Suppression - Inventor 2024.3.5</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/math-error-popping-up-in-conditional-feature-suppression/m-p/13831833#M401351</link>
      <description>&lt;P&gt;Hi Andrew,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you share the ipt file with me? I cannot seem to reproduce it on our internal build. It is possible I did not follow the steps correctly. I would like to double-check and see if it has been fixed internally.&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 20:35:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/math-error-popping-up-in-conditional-feature-suppression/m-p/13831833#M401351</guid>
      <dc:creator>johnsonshiue</dc:creator>
      <dc:date>2025-09-30T20:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Math Error popping up in Conditional Feature Suppression - Inventor 2024.3.5</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/math-error-popping-up-in-conditional-feature-suppression/m-p/13831864#M401355</link>
      <description>&lt;P&gt;Here is the ipt.&amp;nbsp; I should also note that I'm using 2024.3.5&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 20:58:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/math-error-popping-up-in-conditional-feature-suppression/m-p/13831864#M401355</guid>
      <dc:creator>andrewiv</dc:creator>
      <dc:date>2025-09-30T20:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Math Error popping up in Conditional Feature Suppression - Inventor 2024.3.5</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/math-error-popping-up-in-conditional-feature-suppression/m-p/13836049#M401535</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/486618"&gt;@johnsonshiue&lt;/a&gt;&amp;nbsp;Have you been able to look at this?&amp;nbsp; Is it an issue that has been fixed in newer versions?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Oct 2025 14:18:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/math-error-popping-up-in-conditional-feature-suppression/m-p/13836049#M401535</guid>
      <dc:creator>andrewiv</dc:creator>
      <dc:date>2025-10-03T14:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Math Error popping up in Conditional Feature Suppression - Inventor 2024.3.5</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/math-error-popping-up-in-conditional-feature-suppression/m-p/13836436#M401545</link>
      <description>&lt;P&gt;Hi Andrew,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have forwarded it to the project team. The behavior probably persists for so many years. It is being reported as a defect.&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 03 Oct 2025 19:10:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/math-error-popping-up-in-conditional-feature-suppression/m-p/13836436#M401545</guid>
      <dc:creator>johnsonshiue</dc:creator>
      <dc:date>2025-10-03T19:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Math Error popping up in Conditional Feature Suppression - Inventor 2024.3.5</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/math-error-popping-up-in-conditional-feature-suppression/m-p/13955234#M405304</link>
      <description>&lt;P&gt;Thanks for reporting this. It is issue INVGEN-89168.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Dec 2025 16:09:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/math-error-popping-up-in-conditional-feature-suppression/m-p/13955234#M405304</guid>
      <dc:creator>MjDeck</dc:creator>
      <dc:date>2025-12-23T16:09:03Z</dc:date>
    </item>
  </channel>
</rss>

