<?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: Is it possible to delete element in pattern? in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/is-it-possible-to-delete-element-in-pattern/m-p/12022858#M22597</link>
    <description>&lt;P&gt;If you do not want something to be counted in the BOM, there are two main options, other than deleting that object.&amp;nbsp; The first, and more proper way, is to set the &lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=ComponentOccurrence_BOMStructure" target="_blank" rel="noopener"&gt;ComponentOccurrence.BOMStructure&lt;/A&gt; to kReferenceBOMStructure.&amp;nbsp; The second, and seemingly more popular option, is to suppress the object/component.&amp;nbsp; Suppression unloads the object from Inventor's session memory, for performance purposes, but also excludes that item from the BOM.&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 13:08:26 GMT</pubDate>
    <dc:creator>WCrihfield</dc:creator>
    <dc:date>2023-06-09T13:08:26Z</dc:date>
    <item>
      <title>Is it possible to delete element in pattern?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/is-it-possible-to-delete-element-in-pattern/m-p/12021075#M22592</link>
      <description>&lt;P&gt;Hello I need to delete last element of the pattern, I would be really grateful for help, is that possible to do?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 18:27:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/is-it-possible-to-delete-element-in-pattern/m-p/12021075#M22592</guid>
      <dc:creator>tm21915</dc:creator>
      <dc:date>2023-06-08T18:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to delete element in pattern?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/is-it-possible-to-delete-element-in-pattern/m-p/12021302#M22593</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13403826"&gt;@tm21915&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You won't be able to delete but you can suppress.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;OccurrencePatternElement.&lt;/SPAN&gt;&lt;STRONG&gt;Suppressed&lt;/STRONG&gt;&lt;SPAN&gt;() As Boolean&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could you give a little more context as to the request? If you can let us know how you are doing it manually we can see how to do it by code.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 20:07:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/is-it-possible-to-delete-element-in-pattern/m-p/12021302#M22593</guid>
      <dc:creator>A.Acheson</dc:creator>
      <dc:date>2023-06-08T20:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to delete element in pattern?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/is-it-possible-to-delete-element-in-pattern/m-p/12021422#M22594</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13403826"&gt;@tm21915&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hello I need to delete last element of the pattern, I would be really grateful for help, is that possible to do?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Last element?&lt;/P&gt;&lt;P&gt;Make the count - 1&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 21:08:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/is-it-possible-to-delete-element-in-pattern/m-p/12021422#M22594</guid>
      <dc:creator>Frederick_Law</dc:creator>
      <dc:date>2023-06-08T21:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to delete element in pattern?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/is-it-possible-to-delete-element-in-pattern/m-p/12022727#M22595</link>
      <description>&lt;P&gt;Hello Thank you for reply. Attached I tried to explain the concept. I will try with suppressing elements. Are suppressed elements calculated in Bills of quantities? or just active are included?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am making greenhouse structure. Different widths are defined by clients input, outer columns have different thickness from inner ones.&amp;nbsp; This is just example it can have more different widths and different combinations.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;My idea was using one pattern and then making element independent and using it for another pattern. However I have problem of overlapping.&amp;nbsp; For some patterns first element was imported to the right place and used as starting point.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dont know if there is some easier way because I feel like I m over complicating things, every suggestion that could solve this problem or simplify it would be really helpful.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 12:20:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/is-it-possible-to-delete-element-in-pattern/m-p/12022727#M22595</guid>
      <dc:creator>tm21915</dc:creator>
      <dc:date>2023-06-09T12:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to delete element in pattern?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/is-it-possible-to-delete-element-in-pattern/m-p/12022842#M22596</link>
      <description>&lt;P&gt;If you make the pattern element Independent first, then you can delete the component that was held in that position, but the pattern element object itself will stay present in the model browser tree, with nothing in it.&amp;nbsp; I think it is kept in memory though, because you can then make that element not independent again, and that component will reappear.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 13:02:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/is-it-possible-to-delete-element-in-pattern/m-p/12022842#M22596</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2023-06-09T13:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to delete element in pattern?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/is-it-possible-to-delete-element-in-pattern/m-p/12022858#M22597</link>
      <description>&lt;P&gt;If you do not want something to be counted in the BOM, there are two main options, other than deleting that object.&amp;nbsp; The first, and more proper way, is to set the &lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=ComponentOccurrence_BOMStructure" target="_blank" rel="noopener"&gt;ComponentOccurrence.BOMStructure&lt;/A&gt; to kReferenceBOMStructure.&amp;nbsp; The second, and seemingly more popular option, is to suppress the object/component.&amp;nbsp; Suppression unloads the object from Inventor's session memory, for performance purposes, but also excludes that item from the BOM.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 13:08:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/is-it-possible-to-delete-element-in-pattern/m-p/12022858#M22597</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2023-06-09T13:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to delete element in pattern?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/is-it-possible-to-delete-element-in-pattern/m-p/12037690#M22598</link>
      <description>&lt;P&gt;Thank you a lot for answers it helped me solved my problem&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 23:30:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/is-it-possible-to-delete-element-in-pattern/m-p/12037690#M22598</guid>
      <dc:creator>tm21915</dc:creator>
      <dc:date>2023-06-15T23:30:52Z</dc:date>
    </item>
  </channel>
</rss>

