<?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: Detect a derived document? in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/detect-a-derived-document/m-p/5765886#M116273</link>
    <description>The problem is I am iterating through occurrences to determine which are suppressed. Does this mean my only recourse is to check every occurrence document against the every entry in the derivedpartcomponents collection?</description>
    <pubDate>Tue, 11 Aug 2015 13:32:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-08-11T13:32:20Z</dc:date>
    <item>
      <title>Detect a derived document?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/detect-a-derived-document/m-p/5764272#M116271</link>
      <description>&lt;P&gt;Is there a simple property or method to detect a derived file. &amp;nbsp;I do not see anything in the API with that name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2015 15:21:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/detect-a-derived-document/m-p/5764272#M116271</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-10T15:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Detect a derived document?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/detect-a-derived-document/m-p/5765467#M116272</link>
      <description>&lt;P&gt;use DerivedPartComponents&lt;BR /&gt;&lt;BR /&gt;The DerivedPartComponents collection object provides access to all of the existing objects in a part and provides methods to create additional derived components&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2015 08:21:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/detect-a-derived-document/m-p/5765467#M116272</guid>
      <dc:creator>humbertogo</dc:creator>
      <dc:date>2015-08-11T08:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Detect a derived document?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/detect-a-derived-document/m-p/5765886#M116273</link>
      <description>The problem is I am iterating through occurrences to determine which are suppressed. Does this mean my only recourse is to check every occurrence document against the every entry in the derivedpartcomponents collection?</description>
      <pubDate>Tue, 11 Aug 2015 13:32:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/detect-a-derived-document/m-p/5765886#M116273</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-11T13:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Detect a derived document?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/detect-a-derived-document/m-p/5768379#M116274</link>
      <description>&lt;P&gt;I believe the following properties could help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ComponentOccurrence.Suppressed&lt;/STRONG&gt; property returns whether this occurrence is suppressed or not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ComponentOccurrences.AllLeafOccurrences&lt;/STRONG&gt; property returns all unique leaf occurrences (optionally filtered to the specified definition) relative to this context.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ComponentOccurrences.AllReferencedOccurrences&lt;/STRONG&gt; property returns all occurrences that reference the input object.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Document.ReferencedDocuments&lt;/STRONG&gt; property returns all the documents directly referenced by this document.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Document.AllReferencedDocuments&lt;/STRONG&gt; property returns all the document references of this Document along with all of the recursively nested references.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2015 18:11:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/detect-a-derived-document/m-p/5768379#M116274</guid>
      <dc:creator>Vladimir.Ananyev</dc:creator>
      <dc:date>2015-08-12T18:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Detect a derived document?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/detect-a-derived-document/m-p/5775966#M116275</link>
      <description>&lt;P&gt;I have used and know how to use those objects. &amp;nbsp;&lt;STRONG&gt;That was not my question.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is looping through the DerivedPartsCollection the only way to detect if a part is derived?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Seems really unwieldy if ths is so as I alread have the part document in hand from the assembly part occurance.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2015 14:38:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/detect-a-derived-document/m-p/5775966#M116275</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-18T14:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Detect a derived document?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/detect-a-derived-document/m-p/5776227#M116276</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Yes,&amp;nbsp;looping through the DerivedPartsCollection is the only reliable way to detect if a given part is derived by the current document or not.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2015 16:52:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/detect-a-derived-document/m-p/5776227#M116276</guid>
      <dc:creator>Vladimir.Ananyev</dc:creator>
      <dc:date>2015-08-18T16:52:54Z</dc:date>
    </item>
  </channel>
</rss>

