<?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: Possible bug in C360 volume calculations in Configurator 360 Forum (Read Only)</title>
    <link>https://forums.autodesk.com/t5/configurator-360-forum-read-only/possible-bug-in-c360-volume-calculations/m-p/8185093#M1042</link>
    <description>&lt;P&gt;Well, we're waiting on the official Autodesk confirmation, but it appears the conversion factor used to report gallons is incorrect in both the 2018 and 2019 code. Also, the conversion factors used are different for 2018 and 2019 which explains why I was getting different answers between my Inventor model (2018) and the C360 model (2019).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get around this issue, I changed all my volume parameters to be unitless and had the values returned as cubic inches. I then did the conversion to gallons, or whatever, in my web page code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is some pretty sloppy coding, Autodesk. I really expect better from you. FYI, the conversion factor from&amp;nbsp;gallons to cubic inches is 231 and gallons to cubic centimeters is&amp;nbsp;3785.41.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Aug 2018 12:52:17 GMT</pubDate>
    <dc:creator>dhaverstick</dc:creator>
    <dc:date>2018-08-08T12:52:17Z</dc:date>
    <item>
      <title>Possible bug in C360 volume calculations</title>
      <link>https://forums.autodesk.com/t5/configurator-360-forum-read-only/possible-bug-in-c360-volume-calculations/m-p/8174418#M1038</link>
      <description>&lt;P&gt;I have an Inventor model that is uploaded into C360 and I noticed a discrepancy today between Inventor and C360 when they displayed the volumes for certain parts in the model.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a screen shot of the volumes reported by Inventor for the model.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="InventorVolume.JPG" style="width: 634px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/530513i00C41485F6DE8959/image-size/large?v=v2&amp;amp;px=999" role="button" title="InventorVolume.JPG" alt="InventorVolume.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here is a screen shot of the volumes reported by C360 for the same model configured the same way.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="C360Volume.JPG" style="width: 496px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/530515i92213777EDD6EAE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="C360Volume.JPG" alt="C360Volume.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can someone please explain to me why there is a discrepancy? This is a very big deal to me because the C360 application that I'm writing is a volume calculator.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Darren Haverstick&lt;/P&gt;&lt;P&gt;Paul Mueller Company&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 20:17:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/configurator-360-forum-read-only/possible-bug-in-c360-volume-calculations/m-p/8174418#M1038</guid>
      <dc:creator>dhaverstick</dc:creator>
      <dc:date>2018-08-02T20:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Possible bug in C360 volume calculations</title>
      <link>https://forums.autodesk.com/t5/configurator-360-forum-read-only/possible-bug-in-c360-volume-calculations/m-p/8180696#M1040</link>
      <description>&lt;P&gt;Okay, since nobody wants to help me with this, I did a little more research on my own. I made an assembly of two sphere halves to create a sphere. I created some parameters and iLogic rules to calculate the volume of the sphere and output the value in cubic inches, gallons, and liters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below are a couple screen shots from the Inventor assembly and the same assembly loaded into C360. The sphere has a radius of 100 inches. It appears that the problem has to do with whatever calculation both pieces of software do to convert the value given by&amp;nbsp;iProperties.VolumeOfComponent("ComponentName:1") to gallons. The volume of a sphere is (4/3)*PI*r^3. Both Inventor and C360 match the volume calculated by hand using cubic inches and liters. Neither match the theoretical volume value for gallons (18133.2909298). What is more disturbing, though, is that they do not match each other.&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Inventor screen shot" style="width: 578px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/531654i472ED6AD1DBE8AA5/image-size/large?v=v2&amp;amp;px=999" role="button" title="InventorCapture.JPG" alt="Inventor screen shot" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Inventor screen shot&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="C360 screen shot" style="width: 397px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/531656iB48259D5F602C5EE/image-size/large?v=v2&amp;amp;px=999" role="button" title="C360Capture.JPG" alt="C360 screen shot" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;C360 screen shot&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have spent a lot of time developing a C360 app that calculates the volume&amp;nbsp;of some of the products my company makes. These volumes can be quite large so the discrepancies between what C360 calculates and what I calculate mathematically are noticeable. I guess I can go back and change my C360 model parameter units from gallons to liters or cubic inches but I shouldn't have to. Can some admin please take a look at this issue and get back to me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Darren Haverstick&lt;/P&gt;&lt;P&gt;Paul Mueller Company&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 18:57:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/configurator-360-forum-read-only/possible-bug-in-c360-volume-calculations/m-p/8180696#M1040</guid>
      <dc:creator>dhaverstick</dc:creator>
      <dc:date>2018-08-06T18:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Possible bug in C360 volume calculations</title>
      <link>https://forums.autodesk.com/t5/configurator-360-forum-read-only/possible-bug-in-c360-volume-calculations/m-p/8180757#M1041</link>
      <description>&lt;P&gt;Hi Darren --&lt;/P&gt;
&lt;P&gt;Thanks for looking at this more closely.&amp;nbsp; Can you send me your two-half sphere model, or a link to it on C360?&amp;nbsp; Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--Jon&lt;/P&gt;
&lt;P&gt;jon.balgley@autodesk.com&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 19:28:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/configurator-360-forum-read-only/possible-bug-in-c360-volume-calculations/m-p/8180757#M1041</guid>
      <dc:creator>Jon.Balgley</dc:creator>
      <dc:date>2018-08-06T19:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Possible bug in C360 volume calculations</title>
      <link>https://forums.autodesk.com/t5/configurator-360-forum-read-only/possible-bug-in-c360-volume-calculations/m-p/8185093#M1042</link>
      <description>&lt;P&gt;Well, we're waiting on the official Autodesk confirmation, but it appears the conversion factor used to report gallons is incorrect in both the 2018 and 2019 code. Also, the conversion factors used are different for 2018 and 2019 which explains why I was getting different answers between my Inventor model (2018) and the C360 model (2019).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get around this issue, I changed all my volume parameters to be unitless and had the values returned as cubic inches. I then did the conversion to gallons, or whatever, in my web page code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is some pretty sloppy coding, Autodesk. I really expect better from you. FYI, the conversion factor from&amp;nbsp;gallons to cubic inches is 231 and gallons to cubic centimeters is&amp;nbsp;3785.41.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 12:52:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/configurator-360-forum-read-only/possible-bug-in-c360-volume-calculations/m-p/8185093#M1042</guid>
      <dc:creator>dhaverstick</dc:creator>
      <dc:date>2018-08-08T12:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Possible bug in C360 volume calculations</title>
      <link>https://forums.autodesk.com/t5/configurator-360-forum-read-only/possible-bug-in-c360-volume-calculations/m-p/8230733#M1081</link>
      <description>&lt;P&gt;There was a typo in the conversion factor in the 2019 release. We have the fix ready to go in a future release. The internal defect number is INVGEN-19016.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 19:22:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/configurator-360-forum-read-only/possible-bug-in-c360-volume-calculations/m-p/8230733#M1081</guid>
      <dc:creator>MjDeck</dc:creator>
      <dc:date>2018-08-28T19:22:25Z</dc:date>
    </item>
  </channel>
</rss>

