<?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: &amp;quot;MASS&amp;quot; iProperty Precision in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/6283117#M330541</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/83823"&gt;@karthur1&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Does this not control what is displayed for the sketch dimensions? I dont see this having any effect on the mass precision. &amp;nbsp;Even if it does, I would probably not want the mass precision and my sketch dimensions to be the same precision.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Hi karthur1,&lt;/P&gt;
&lt;P&gt;It does control the mass precision in the physical tab of the iProperties dialog, but apparently it does not impact how that same information is displayed when brought into the BOM using a formula such as =&amp;lt;mass&amp;gt;&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, 20 Apr 2016 21:52:16 GMT</pubDate>
    <dc:creator>Curtis_W</dc:creator>
    <dc:date>2016-04-20T21:52:16Z</dc:date>
    <item>
      <title>"MASS" iProperty Precision</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/6276358#M330530</link>
      <description>&lt;P&gt;Thanks in advance for any&amp;nbsp;help with this problem. It has to be the most frustrating thing.&lt;/P&gt;&lt;P&gt;Using Inventor 2016&amp;nbsp;and we are using "MASS"&amp;nbsp;in our BOMs in a formula so we group like parts created in "Frame Generator" together. &amp;nbsp;We have an equation using iProperties that create a "Part Number" to do this grouping, it is (=Material Size x &amp;lt;G_L&amp;gt; x &amp;lt;MASS&amp;gt;. &amp;nbsp;The "G_L" and "MASS" are Inventor iProperties, I find the "G_L" in my parameters but don't see the "MASS" anywhere (this MASS is different than the Mass under iProperties/Physical). &amp;nbsp;On the attached screen shot the fifth line has (11) parts that are the same size and &amp;lt;MASS&amp;gt;&amp;nbsp;so groups them together.&amp;nbsp; The issue comes, when on this example, the first line the mass = "5571.219081" (don't have a clue what this MASS is, but don't care). When I created this frame generator part I had (6) with mass of 5571.219081 and (3) with mass of 5571.219082 so it did not match so did not group creating (2) lines on my BOM so I had to go into iProperties on each part and manually override "Part Number" to show same.&lt;/P&gt;&lt;P&gt;I have Googled this and come across some discussions and some say they are (4) places and some say they are (6) places like mine.&amp;nbsp; Would like to make it zero places if possible because the "MASS" is precise enough as you can see the third and forth lines are the same material and length but the part in the third line has a miter thus creating a different "MASS".&lt;/P&gt;&lt;P&gt;Does anyone know where I can control the (6) place precision for the iProperty?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 12:37:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/6276358#M330530</guid>
      <dc:creator>marilyn</dc:creator>
      <dc:date>2016-04-18T12:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: "MASS" iProperty Precision</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/6277479#M330531</link>
      <description>&lt;P&gt;We have created an iLogic rule that runs at the close or right before save of a file. &amp;nbsp;Here is the snippet of it. &amp;nbsp;Of course this also will ensure that no matter what the file is modeled in your units are always lbsmass.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SyntaxEditor Code Snippet&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;openDoc&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;ThisDoc&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Document&lt;/SPAN&gt;
    &lt;SPAN&gt;MassUnits&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;openDoc&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;unitsofmeasure&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;MassUnits&lt;/SPAN&gt;
              
    &lt;SPAN&gt;If&lt;/SPAN&gt; &lt;SPAN&gt;MassUnits&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;kkilogrammassunits&lt;/SPAN&gt; &lt;SPAN&gt;Then&lt;/SPAN&gt;
        &lt;SPAN&gt;iProperties&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Value&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;custom&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Mass&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;CStr&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Round&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;iProperties&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Mass&lt;/SPAN&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;SPAN&gt;2.20462&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;
    &lt;SPAN&gt;Else&lt;/SPAN&gt; &lt;SPAN&gt;If&lt;/SPAN&gt; &lt;SPAN&gt;MassUnits&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;kLbMassMassUnits&lt;/SPAN&gt; &lt;SPAN&gt;Then&lt;/SPAN&gt;
        &lt;SPAN&gt;iProperties&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Value&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;custom&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Mass&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;CStr&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Round&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;iProperties&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Mass&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;
    &lt;SPAN&gt;Else&lt;/SPAN&gt; &lt;SPAN&gt;If&lt;/SPAN&gt; &lt;SPAN&gt;MassUnits&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;kGramMassUnits&lt;/SPAN&gt; &lt;SPAN&gt;Then&lt;/SPAN&gt;
        &lt;SPAN&gt;iProperties&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Value&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;custom&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Mass&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;CStr&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Round&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;iProperties&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Mass&lt;/SPAN&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;SPAN&gt;0.00220462&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;
       &lt;SPAN&gt;End&lt;/SPAN&gt; &lt;SPAN&gt;If&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 18:30:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/6277479#M330531</guid>
      <dc:creator>tschaeferZNBXX</dc:creator>
      <dc:date>2016-04-18T18:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: "MASS" iProperty Precision</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/6281988#M330532</link>
      <description>&lt;P&gt;Thanks for the response, but I would rather not use iLogic to create a custom iProperty. &amp;nbsp;I am just looking for where I can control the precision of this iProperty.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 14:03:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/6281988#M330532</guid>
      <dc:creator>marilyn</dc:creator>
      <dc:date>2016-04-20T14:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: "MASS" iProperty Precision</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/6282580#M330533</link>
      <description>&lt;P&gt;Hi marilyn,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See this link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/inventor-products/troubleshooting/caas/sfdcarticles/sfdcarticles/How-to-set-the-precision-of-mass-in-iProperties-to-zero-decimal-places-in-Inventor.html" target="_blank"&gt;https://knowledge.autodesk.com/support/inventor-products/troubleshooting/caas/sfdcarticles/sfdcarticles/How-to-set-the-precision-of-mass-in-iProperties-to-zero-decimal-places-in-Inventor.html&lt;/A&gt;&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, 20 Apr 2016 17:27:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/6282580#M330533</guid>
      <dc:creator>Curtis_W</dc:creator>
      <dc:date>2016-04-20T17:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: "MASS" iProperty Precision</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/6282625#M330534</link>
      <description>&lt;P&gt;Curtis,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help but this does not effect the "MASS" iProperty that is generated when you use frame generator.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 17:51:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/6282625#M330534</guid>
      <dc:creator>marilyn</dc:creator>
      <dc:date>2016-04-20T17:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: "MASS" iProperty Precision</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/6282659#M330535</link>
      <description>&lt;P&gt;Marilyn,&lt;/P&gt;
&lt;P&gt;The number that you are seeing for the &amp;lt;Mass&amp;gt; of the part is the mass in grams.... just so that you know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know of a way to format the Mass property the way you are wanting to do it. &amp;nbsp;If you copy the mass to a custom property...(like the code Tschaefner&amp;nbsp;posted above), then you can format it and use it any way you like.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't see how what Curtis posted will help your situation either.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am just wondering if you could leave off the &amp;lt;Mass&amp;gt; in your formula and still get the grouping that you are wanting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kirk&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 18:29:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/6282659#M330535</guid>
      <dc:creator>karthur1</dc:creator>
      <dc:date>2016-04-20T18:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: "MASS" iProperty Precision</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/6282685#M330536</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;Curtis,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the help but this does not effect the "MASS" iProperty that is generated when you use frame generator.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Hi marilyn,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img id="smileyembarrassed" class="emoticon emoticon-smileyembarrassed" src="https://forums.autodesk.com/i/smilies/16x16_smiley-embarrassed.png" alt="Smiley Embarassed" title="Smiley Embarassed" /&gt; oops sorry for the misinformation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see where&amp;nbsp;karthur1 asks if you really need to include the mass in the formula, and not doing so would be my thought as well, but maybe you have the need for it. Unfortunately, I don't know of any way to control the Precision.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Applogies again for the confusion.&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;</description>
      <pubDate>Wed, 20 Apr 2016 18:23:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/6282685#M330536</guid>
      <dc:creator>Curtis_W</dc:creator>
      <dc:date>2016-04-20T18:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: "MASS" iProperty Precision</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/6282699#M330537</link>
      <description>&lt;P&gt;Thanks for the info, I did not know the MASS was in grams, I guess that is why the number is so large. &amp;nbsp;We do need the MASS so that we don't have items grouped together that have copes or mitres. &amp;nbsp;I have found a iLogic rule that takes the Mass iProperty turns it to PN_W custom iProperty with a 2 decimal place precision that I use in place of the MASS in the formula that works but I have to run a rule and that seems to slow my model down some and now I would need to impliment that rule on the other 20 or so custom content center items we use. &amp;nbsp;Was hoping for a quick change of unit precision that would do it.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 18:31:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/6282699#M330537</guid>
      <dc:creator>marilyn</dc:creator>
      <dc:date>2016-04-20T18:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: "MASS" iProperty Precision</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/6282966#M330538</link>
      <description>&lt;P&gt;marilyn,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm sorry that things aren't working quite the way that you had hoped and I agree that there should be some sort of control over the precision of the units for mass.&amp;nbsp; If you have a moment, you might consider placing this in the idea station for Inventor (&lt;A href="https://forums.autodesk.com/t5/inventor-ideastation/idb-p/v1232/tab/most-recent" target="_blank"&gt;Link here&lt;/A&gt;) as I didn't see anything like it posted and would certainly vote for it.&amp;nbsp; This may not help much for the immediate concern, but will help Inventor get better over the long haul.&amp;nbsp; I agree that this would be an important feature and it should be feasible, as this capability exists within the text boxes already.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wish I could be of more assistance, but I believe iLogic will be your best bet in this instance.&amp;nbsp; Hope all else is well and have a most blessed day!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Peace,&lt;/P&gt;&lt;P&gt;Pete&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 20:30:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/6282966#M330538</guid>
      <dc:creator>petestrycharske</dc:creator>
      <dc:date>2016-04-20T20:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: "MASS" iProperty Precision</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/6283001#M330539</link>
      <description>&lt;P&gt;Think I found it. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Go to document settings, "Units" tab and change "Linear Dim Display Precision".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/233691i50DCCACEA3DE4F8B/image-size/original?v=lz-1&amp;amp;px=-1" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 20:51:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/6283001#M330539</guid>
      <dc:creator>tschaeferZNBXX</dc:creator>
      <dc:date>2016-04-20T20:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: "MASS" iProperty Precision</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/6283065#M330540</link>
      <description>&lt;P&gt;Does this not control what is displayed for the sketch dimensions? I dont see this having any effect on the mass precision. &amp;nbsp;Even if it does, I would probably not want the mass precision and my sketch dimensions to be the same precision.&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;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/233699i3AFCA23C5A53DA76/image-size/original?v=lz-1&amp;amp;px=-1" border="0" alt="2016-04-20_1622.png" title="2016-04-20_1622.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 21:25:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/6283065#M330540</guid>
      <dc:creator>karthur1</dc:creator>
      <dc:date>2016-04-20T21:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: "MASS" iProperty Precision</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/6283117#M330541</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/83823"&gt;@karthur1&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Does this not control what is displayed for the sketch dimensions? I dont see this having any effect on the mass precision. &amp;nbsp;Even if it does, I would probably not want the mass precision and my sketch dimensions to be the same precision.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Hi karthur1,&lt;/P&gt;
&lt;P&gt;It does control the mass precision in the physical tab of the iProperties dialog, but apparently it does not impact how that same information is displayed when brought into the BOM using a formula such as =&amp;lt;mass&amp;gt;&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, 20 Apr 2016 21:52:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/6283117#M330541</guid>
      <dc:creator>Curtis_W</dc:creator>
      <dc:date>2016-04-20T21:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: "MASS" iProperty Precision</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/9401189#M330542</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;to edit the percision od the mass property you'll have to do this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. open you Parts list&lt;/P&gt;&lt;P&gt;2. right click on mass&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; press format column&lt;/P&gt;&lt;P&gt;4. set pricision to ...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i've added 2 pictures&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please click solved&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;,&lt;/P&gt;&lt;P&gt;Davey&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 07:39:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/9401189#M330542</guid>
      <dc:creator>Davey_van_den_Berg</dc:creator>
      <dc:date>2020-03-26T07:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: "MASS" iProperty Precision</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/9401709#M330543</link>
      <description>&lt;P&gt;Thank you for the information, your solution will effect the the parts list and that is not our issue.&amp;nbsp; Our issue is in the IPT itself.&amp;nbsp; If you go to iProperties and put in "mass" you will get a big number (weight of part in grams) which in my case is 6 decimal places.&amp;nbsp; I want to make that 0 or 1.&amp;nbsp; All our issues come on the 5th or 6th decimal place being different by 1 or 2 max.&amp;nbsp; This would represent a weight difference of 1 or 2 ten millionths of a gram.&amp;nbsp; Thanks for trying to help me.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 12:47:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/9401709#M330543</guid>
      <dc:creator>marilyn</dc:creator>
      <dc:date>2020-03-26T12:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: "MASS" iProperty Precision</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/10177199#M330544</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the late reaction.&lt;/P&gt;&lt;P&gt;this will be for people with the same problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is possible, but it will effect all parameters within inventor.&lt;/P&gt;&lt;P&gt;what does this mean?&lt;/P&gt;&lt;P&gt;it means that if you link a parameter from another part, it will also use that precision.&lt;/P&gt;&lt;P&gt;(if d1 of part1.ipt =&lt;SPAN&gt;3.141592 than d1 of part2.ipt will be 3. if you set&amp;nbsp;precision to 0&lt;/SPAN&gt;)&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 19:54:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/quot-mass-quot-iproperty-precision/m-p/10177199#M330544</guid>
      <dc:creator>Davey_van_den_Berg</dc:creator>
      <dc:date>2021-03-22T19:54:16Z</dc:date>
    </item>
  </channel>
</rss>

