<?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: Family table: mass in repeat region in 3D Part &amp; Assembly Design</title>
    <link>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Family-table-mass-in-repeat-region/m-p/63825#M78722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks tom for this post link. I was able to finally able to get my table to work with&lt;/P&gt;&lt;P&gt;1. Assigning a feature called MASS and assigning it a parameter to be equal to &lt;STRONG&gt;pro_mp_mass.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. Then built a table to call this as a inst.fam.param.value&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Sep 2015 19:20:35 GMT</pubDate>
    <dc:creator>atibbitts</dc:creator>
    <dc:date>2015-09-14T19:20:35Z</dc:date>
    <item>
      <title>Family table: mass in repeat region</title>
      <link>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Family-table-mass-in-repeat-region/m-p/63819#M78716</link>
      <description>I have seen other posts and tried them with no success.Does anyone have a suggestion on how to display on a drawing repeat region the Mass of each individual item on a family table.Currently I thought &amp;amp;fam.inst.param.name == mass would work.</description>
      <pubDate>Sun, 13 Dec 2020 09:53:14 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Family-table-mass-in-repeat-region/m-p/63819#M78716</guid>
      <dc:creator>atibbitts</dc:creator>
      <dc:date>2020-12-13T09:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Family table: mass in repeat region</title>
      <link>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Family-table-mass-in-repeat-region/m-p/63820#M78717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that you have to add "MASS" parameter column into family table and enter its values manually. I can't imagine any automatic solution...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin Hanak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 17:07:02 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Family-table-mass-in-repeat-region/m-p/63820#M78717</guid>
      <dc:creator>MartinHanak</dc:creator>
      <dc:date>2015-09-03T17:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Family table: mass in repeat region</title>
      <link>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Family-table-mass-in-repeat-region/m-p/63821#M78718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In each of our parts and assemblies we have a parameter called mass as a real number&lt;/P&gt;&lt;P&gt;This is in the template so it gets populated at each new model generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in each of our parts we have a relation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/** mass properties of the part file&lt;/P&gt;&lt;P&gt;mass=mp_mass("")&lt;/P&gt;&lt;P&gt;volume=mp_volume("")&lt;/P&gt;&lt;P&gt;surf_area=mp_surf_area("")&lt;/P&gt;&lt;P&gt;cgx=mp_cg_x("","c-x0y0z0","") /* may vary based on part csys name&lt;/P&gt;&lt;P&gt;cgy=mp_cg_y("","c-x0y0z0","") /* may vary based on part csys name&lt;/P&gt;&lt;P&gt;cgz=mp_cg_z("","c-x0y0z0","") /* may vary based on part csys name&lt;/P&gt;&lt;P&gt;/** end of mass properties of part file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in each of our assemblies we have a relation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/** mass properties of the assembly file&lt;/P&gt;&lt;P&gt;mass=mp_mass("")&lt;/P&gt;&lt;P&gt;volume=mp_volume("")&lt;/P&gt;&lt;P&gt;surf_area=mp_surf_area("")&lt;/P&gt;&lt;P&gt;cgx=mp_cg_x("","asy_csys_def","") /* may vary based on assy csys name&lt;/P&gt;&lt;P&gt;cgy=mp_cg_y("","asy_csys_def","") /* may vary based on assy csys name&lt;/P&gt;&lt;P&gt;cgz=mp_cg_z("","asy_csys_def","") /* may vary based on assy csys name&lt;/P&gt;&lt;P&gt;/** end mass properties of the assembly file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your bom table, add a column with a report parameter &amp;amp;asm.mbr.mass&lt;/P&gt;&lt;P&gt;based upon your bom table, it will report accordingly.&lt;/P&gt;&lt;P&gt;(qualification statement - at least mine does....)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 17:34:49 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Family-table-mass-in-repeat-region/m-p/63821#M78718</guid>
      <dc:creator>RonSt.Pierre</dc:creator>
      <dc:date>2015-09-03T17:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Family table: mass in repeat region</title>
      <link>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Family-table-mass-in-repeat-region/m-p/63822#M78719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Family table instances behave differently than standalone parts and assemblies.&amp;nbsp; Take a look at this article from PTC tech support on how to create a repeat region that correctly updates and displays the mass for family table instances.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS143060" title="https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS143060"&gt;https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS143060&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 17:50:51 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Family-table-mass-in-repeat-region/m-p/63822#M78719</guid>
      <dc:creator>TomU</dc:creator>
      <dc:date>2015-09-03T17:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Family table: mass in repeat region</title>
      <link>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Family-table-mass-in-repeat-region/m-p/63823#M78720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for sending the link. I have tested CS143060 procedure in CR2 M070 and it works well. Just one additional note: All family table instances must be verified. The verification process puts correct values into &lt;STRONG&gt;weight&lt;/STRONG&gt; column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin Hanak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 04:57:35 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Family-table-mass-in-repeat-region/m-p/63823#M78720</guid>
      <dc:creator>MartinHanak</dc:creator>
      <dc:date>2015-09-04T04:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Family table: mass in repeat region</title>
      <link>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Family-table-mass-in-repeat-region/m-p/63824#M78721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wasn't real keen on setting the config option "mass_property_calculate" to "automatic".&amp;nbsp; This could cause serious performance issues when working on large assemblies.&amp;nbsp; I think I would turn it on just long enough to have the family table's mass value calculated, then turn it off when done.&amp;nbsp; The last calculated value will remain in the table, even with the option off.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 13:17:33 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Family-table-mass-in-repeat-region/m-p/63824#M78721</guid>
      <dc:creator>TomU</dc:creator>
      <dc:date>2015-09-04T13:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Family table: mass in repeat region</title>
      <link>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Family-table-mass-in-repeat-region/m-p/63825#M78722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks tom for this post link. I was able to finally able to get my table to work with&lt;/P&gt;&lt;P&gt;1. Assigning a feature called MASS and assigning it a parameter to be equal to &lt;STRONG&gt;pro_mp_mass.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. Then built a table to call this as a inst.fam.param.value&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 19:20:35 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Family-table-mass-in-repeat-region/m-p/63825#M78722</guid>
      <dc:creator>atibbitts</dc:creator>
      <dc:date>2015-09-14T19:20:35Z</dc:date>
    </item>
  </channel>
</rss>

