<?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: Repeat Region Filter for &amp;quot;Included&amp;quot; Components in Analysis</title>
    <link>https://www.ptcusercommunity.com/t5/Analysis/Repeat-Region-Filter-for-quot-Included-quot-Components/m-p/33182#M1867</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to make that work by suppressing them, fixing the index on the region and resuming them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still wish there was a more direct way, but I think I can make these options work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Dec 2016 18:45:34 GMT</pubDate>
    <dc:creator>dgschaefer</dc:creator>
    <dc:date>2016-12-29T18:45:34Z</dc:date>
    <item>
      <title>Repeat Region Filter for "Included" Components</title>
      <link>https://www.ptcusercommunity.com/t5/Analysis/Repeat-Region-Filter-for-quot-Included-quot-Components/m-p/33178#M1863</link>
      <description>Creo 2, M230I have two components in this assy that I want on the BOM but not to show in the 3D assy. So, I've used the "include" function which adds the part to the assy without actually assembling it.When I create my BOM in the drawing, I'd like a way to distinguish</description>
      <pubDate>Thu, 03 May 2018 03:49:16 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Analysis/Repeat-Region-Filter-for-quot-Included-quot-Components/m-p/33178#M1863</guid>
      <dc:creator>dgschaefer</dc:creator>
      <dc:date>2018-05-03T03:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Repeat Region Filter for "Included" Components</title>
      <link>https://www.ptcusercommunity.com/t5/Analysis/Repeat-Region-Filter-for-quot-Included-quot-Components/m-p/33179#M1864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I'm closer.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, these are called "unplaced" components, which helped in searching. &lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second, I discovered that this works:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;IF asm_mbr_location_all_views == "-"&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;index = "NS"&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;ELSE&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;index = rpt_index&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;ENDIF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;One problem is that it will pick up hidden components too.&amp;nbsp; Ideally I'd like to find the unplaced directly, but I think I can make this work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the index numbers are still assigned and there are then gaps in the list:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.ptc.com/legacyfs/online/110231_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any way to correct that?&amp;nbsp; I may have to filter them out and add a second table that only includes those unplaced items.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 18:28:29 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Analysis/Repeat-Region-Filter-for-quot-Included-quot-Components/m-p/33179#M1864</guid>
      <dc:creator>dgschaefer</dc:creator>
      <dc:date>2016-12-29T18:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Repeat Region Filter for "Included" Components</title>
      <link>https://www.ptcusercommunity.com/t5/Analysis/Repeat-Region-Filter-for-quot-Included-quot-Components/m-p/33180#M1865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lock the table before adding those components to the assembly. Then add them and they should go to the top of BOM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 18:38:27 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Analysis/Repeat-Region-Filter-for-quot-Included-quot-Components/m-p/33180#M1865</guid>
      <dc:creator>BenLoosli</dc:creator>
      <dc:date>2016-12-29T18:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Repeat Region Filter for "Included" Components</title>
      <link>https://www.ptcusercommunity.com/t5/Analysis/Repeat-Region-Filter-for-quot-Included-quot-Components/m-p/33181#M1866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;I typically change BOM entries explicitly, something like:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;index = rpt_index&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;IF asm_mbr_name == "30526"&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;index = "NS"&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;ENDIF&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;IF asm_mbr_name == "30518"&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;index = "NS"&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;ENDIF&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Then either add a Sort by the rpt.rel.index column or use Fix Index to force those items to the bottom (or top). If your relations are working like you want, then you could continue to use them and just add a Sort or Fix Index to get the order correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 18:44:50 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Analysis/Repeat-Region-Filter-for-quot-Included-quot-Components/m-p/33181#M1866</guid>
      <dc:creator>rcook</dc:creator>
      <dc:date>2016-12-29T18:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Repeat Region Filter for "Included" Components</title>
      <link>https://www.ptcusercommunity.com/t5/Analysis/Repeat-Region-Filter-for-quot-Included-quot-Components/m-p/33182#M1867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to make that work by suppressing them, fixing the index on the region and resuming them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still wish there was a more direct way, but I think I can make these options work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 18:45:34 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Analysis/Repeat-Region-Filter-for-quot-Included-quot-Components/m-p/33182#M1867</guid>
      <dc:creator>dgschaefer</dc:creator>
      <dc:date>2016-12-29T18:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Repeat Region Filter for "Included" Components</title>
      <link>https://www.ptcusercommunity.com/t5/Analysis/Repeat-Region-Filter-for-quot-Included-quot-Components/m-p/33183#M1868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could add a row at the bottom of the table and create a new repeat region. The you could filter it to only show the "not shown" parts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 15:16:42 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Analysis/Repeat-Region-Filter-for-quot-Included-quot-Components/m-p/33183#M1868</guid>
      <dc:creator>dcaucutt</dc:creator>
      <dc:date>2017-01-24T15:16:42Z</dc:date>
    </item>
  </channel>
</rss>

