<?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: Create square feet property using existing Length and Width properties in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/create-square-feet-property-using-existing-length-and-width/m-p/11395930#M67370</link>
    <description>&lt;P&gt;But, I don't have 2016, and I am not certain if the parameter "ft^2" is recognized in that release or not though.&lt;/P&gt;</description>
    <pubDate>Thu, 01 Sep 2022 18:01:52 GMT</pubDate>
    <dc:creator>blandb</dc:creator>
    <dc:date>2022-09-01T18:01:52Z</dc:date>
    <item>
      <title>Create square feet property using existing Length and Width properties</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/create-square-feet-property-using-existing-length-and-width/m-p/11395394#M67363</link>
      <description>&lt;P&gt;I have a custom library of parts. This example I created an iPart of all our aluminum sheets then published it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So now in my assemblies I can drop in the "cut to size" piece of sheet from the list of options. I have created custom iproperties so in my parts lists I can show filler length and&amp;nbsp; filler width. What I would like to do is use those iproperties to calculate sq ft.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(length/12)*(width/12) and if possible round up to nearest whole foot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the example I was just trying to get the expression to work by multiplying length *width but it just displays the actual words.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking for help to get this to display the actual calculation.&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-inline" image-alt="sqft.PNG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1110663i29118318C0EF14EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="sqft.PNG" alt="sqft.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 14:18:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/create-square-feet-property-using-existing-length-and-width/m-p/11395394#M67363</guid>
      <dc:creator>Shag_Bore</dc:creator>
      <dc:date>2022-09-01T14:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create square feet property using existing Length and Width properties</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/create-square-feet-property-using-existing-length-and-width/m-p/11395443#M67364</link>
      <description>I believe your data type for all of these columns involved must be set to "Real" first. On the top-right corner you can see it's currently set to String, where these operations cannot be done. I would also try to envelop the properties in brackets, such as: {}</description>
      <pubDate>Thu, 01 Sep 2022 14:37:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/create-square-feet-property-using-existing-length-and-width/m-p/11395443#M67364</guid>
      <dc:creator>Gabriel_Watson</dc:creator>
      <dc:date>2022-09-01T14:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Create square feet property using existing Length and Width properties</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/create-square-feet-property-using-existing-length-and-width/m-p/11395556#M67365</link>
      <description>&lt;P&gt;As soon as I try to add anything into the Expression input box it is red text and I can't press OK because it is greyed out. This occurs when changing data type to real.&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-inline" image-alt="sqft2.png" style="width: 461px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1110703iE4C629C2009B769D/image-size/large?v=v2&amp;amp;px=999" role="button" title="sqft2.png" alt="sqft2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 15:11:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/create-square-feet-property-using-existing-length-and-width/m-p/11395556#M67365</guid>
      <dc:creator>Shag_Bore</dc:creator>
      <dc:date>2022-09-01T15:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create square feet property using existing Length and Width properties</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/create-square-feet-property-using-existing-length-and-width/m-p/11395779#M67366</link>
      <description>&lt;P&gt;You can place a part as custom. Then should be able to follow the attached video, then replace family template. It should then place the "ft^2" as part of the template. Now each time you use it, it should work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 16:40:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/create-square-feet-property-using-existing-length-and-width/m-p/11395779#M67366</guid>
      <dc:creator>blandb</dc:creator>
      <dc:date>2022-09-01T16:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Create square feet property using existing Length and Width properties</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/create-square-feet-property-using-existing-length-and-width/m-p/11395894#M67367</link>
      <description>&lt;P&gt;Thank you, this solution is not ideal, but at least I have an options, deleting the custom parts from the editor and adding in the Area parameter into the part then republishing the part back to custom library and re-adding all my custom columns will take some time. Too bad I can't create the area calculation within the family table....&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 17:42:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/create-square-feet-property-using-existing-length-and-width/m-p/11395894#M67367</guid>
      <dc:creator>Shag_Bore</dc:creator>
      <dc:date>2022-09-01T17:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create square feet property using existing Length and Width properties</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/create-square-feet-property-using-existing-length-and-width/m-p/11395921#M67368</link>
      <description>&lt;P&gt;For some reason in the expression input box Inventor doesn't like when I type {Length}, however if I press the ...button to the right of the input box and select the parameter length and width it will allow it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I initially setup {Length}*{Width} and got the desired result, however that was in inches.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I set up the expression&amp;nbsp;{Length}*{Width}/144 to get square feet, It doesn't work. Is this a formatting error inside the expression box?&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-inline" image-alt="sqft3.PNG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1110771iE86FD43E2B7BB6BB/image-size/large?v=v2&amp;amp;px=999" role="button" title="sqft3.PNG" alt="sqft3.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 17:58:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/create-square-feet-property-using-existing-length-and-width/m-p/11395921#M67368</guid>
      <dc:creator>Shag_Bore</dc:creator>
      <dc:date>2022-09-01T17:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Create square feet property using existing Length and Width properties</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/create-square-feet-property-using-existing-length-and-width/m-p/11395929#M67369</link>
      <description>&lt;P&gt;You are not deleting the family and starting over. When you right click on the family there is the option to "Replace Family Template" All it does is just applies these parameters. This is how you make modifications to published parts. See attached video:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 18:00:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/create-square-feet-property-using-existing-length-and-width/m-p/11395929#M67369</guid>
      <dc:creator>blandb</dc:creator>
      <dc:date>2022-09-01T18:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create square feet property using existing Length and Width properties</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/create-square-feet-property-using-existing-length-and-width/m-p/11395930#M67370</link>
      <description>&lt;P&gt;But, I don't have 2016, and I am not certain if the parameter "ft^2" is recognized in that release or not though.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 18:01:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/create-square-feet-property-using-existing-length-and-width/m-p/11395930#M67370</guid>
      <dc:creator>blandb</dc:creator>
      <dc:date>2022-09-01T18:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Create square feet property using existing Length and Width properties</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/create-square-feet-property-using-existing-length-and-width/m-p/11395950#M67371</link>
      <description>&lt;P&gt;Change your units to "ul" in your image....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are currently saying : (Inch x Inch)/144 = ft^2, but my unit here for the column is supposed to be "ft" based on what you image has, but if you make it unitless, then you should get what you want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 18:15:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/create-square-feet-property-using-existing-length-and-width/m-p/11395950#M67371</guid>
      <dc:creator>blandb</dc:creator>
      <dc:date>2022-09-01T18:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Create square feet property using existing Length and Width properties</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/create-square-feet-property-using-existing-length-and-width/m-p/11396146#M67372</link>
      <description>&lt;P&gt;These images are from 2020.&lt;/P&gt;&lt;P&gt;So the reason you can't type in length in for the expression is that that name is just a display name and what is required is the internal name of the column.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AAcheson_0-1662060889217.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1110815i47AED8DB26BF6CF9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AAcheson_0-1662060889217.png" alt="AAcheson_0-1662060889217.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Type in the sq unit manually "in^2"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AAcheson_1-1662061159278.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1110817iC931A5875F767F7C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AAcheson_1-1662061159278.png" alt="AAcheson_1-1662061159278.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When you re-enter the column properties the expression is red but the area is still calculating when the part is placed. I guess it is flagging the missing units.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AAcheson_2-1662061220258.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1110818i96F3FD107A2BDEE3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AAcheson_2-1662061220258.png" alt="AAcheson_2-1662061220258.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 19:45:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/create-square-feet-property-using-existing-length-and-width/m-p/11396146#M67372</guid>
      <dc:creator>A.Acheson</dc:creator>
      <dc:date>2022-09-01T19:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Create square feet property using existing Length and Width properties</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/create-square-feet-property-using-existing-length-and-width/m-p/11396163#M67373</link>
      <description>&lt;P&gt;Oh nice!!!! I will try implementing this tomorrow! looks exactly like I am trying to do!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks! Have a good night&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 19:51:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/create-square-feet-property-using-existing-length-and-width/m-p/11396163#M67373</guid>
      <dc:creator>Shag_Bore</dc:creator>
      <dc:date>2022-09-01T19:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Create square feet property using existing Length and Width properties</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/create-square-feet-property-using-existing-length-and-width/m-p/11397318#M67374</link>
      <description>This work perfectly! Thank you!</description>
      <pubDate>Fri, 02 Sep 2022 10:30:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/create-square-feet-property-using-existing-length-and-width/m-p/11397318#M67374</guid>
      <dc:creator>Shag_Bore</dc:creator>
      <dc:date>2022-09-02T10:30:13Z</dc:date>
    </item>
  </channel>
</rss>

