<?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: Some profiles do not appear in the product tree in HatchRegions ? in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/some-profiles-do-not-appear-in-the-product-tree-in-hatchregions/m-p/12802196#M167886</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14448503"&gt;@nebi_guler&lt;/a&gt;.&amp;nbsp; I can not be sure about if what I am about to suggest may be the reason for this behavior, but it does sound logical.&amp;nbsp; While that specific model document is the active one showing on your screen, go to the Tools tab, then to the Options panel, then click on the 'Document Settings' (not application options).&amp;nbsp; On the 'Modeling' tab, is a setting named "Participate in Assembly and Drawing Sections".&amp;nbsp; You may have to ensure there is a checkmark in that checkbox to make sure it is enabled for that one model document.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WCrihfield_0-1716904182498.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1368278iCF50E3495D9D52E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="WCrihfield_0-1716904182498.png" alt="WCrihfield_0-1716904182498.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If this solved your problem, or answered your question, please click &lt;SPAN&gt;&lt;STRONG&gt; ACCEPT SOLUTION &lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;BR /&gt;Or, if this helped you, please click (LIKE or KUDOS) &lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@7401B55A0A518861312A0F851CD29320/emoticons/1f44d.png" alt=":thumbs_up:" title=":thumbs_up:" /&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 28 May 2024 13:51:30 GMT</pubDate>
    <dc:creator>WCrihfield</dc:creator>
    <dc:date>2024-05-28T13:51:30Z</dc:date>
    <item>
      <title>Some profiles do not appear in the product tree in HatchRegions ?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/some-profiles-do-not-appear-in-the-product-tree-in-hatchregions/m-p/12801389#M167868</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="sectionview.PNG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1368083i60F45DFBF3FBBA16/image-size/large?v=v2&amp;amp;px=999" role="button" title="sectionview.PNG" alt="sectionview.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The models I have marked in the image are not included in the HatchRegions product tree. What could be the reason? Can you help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;  for (int i = 0; i &amp;lt; sectionDrawingViewRight.Count; i++)
  {
      if (sectionDrawingViewRight[i].HatchRegions.Count &amp;gt; 0)
      {
          for (int x = 1; x &amp;lt; sectionDrawingViewRight[i].HatchRegions.Count; x++)
          {

DrawingViewHatchRegion upperDrawingViewHatchRegion = sectionDrawingViewRight[i].HatchRegions[x];


AssemblyDocument upperAssemblyDocument = ((AssemblyDocument)((DocumentDescriptor)((dynamic)((SurfaceBody)upperDrawingViewHatchRegion.SurfaceBody).Parent).ReferencedDocumentDescriptor).Parent);

Console.WriteLine(((dynamic)((SurfaceBody)upperDrawingViewHatchRegion.SurfaceBody).Parent)._DisplayName+" : "+i+"- x"+x);

DrawingViewHatchRegion netherDrawingViewHatchRegion = sectionDrawingViewRight[i].HatchRegions[x + 1];

AssemblyDocument netherAssemblyDocument = ((AssemblyDocument)((DocumentDescriptor)((dynamic)((SurfaceBody)netherDrawingViewHatchRegion.SurfaceBody).Parent).ReferencedDocumentDescriptor).Parent);

Console.WriteLine(((dynamic)((SurfaceBody)netherDrawingViewHatchRegion.SurfaceBody).Parent)._DisplayName + " : " + i + "- x" + (x + 1));
}
}
}&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 28 May 2024 07:14:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/some-profiles-do-not-appear-in-the-product-tree-in-hatchregions/m-p/12801389#M167868</guid>
      <dc:creator>nebi_guler</dc:creator>
      <dc:date>2024-05-28T07:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Some profiles do not appear in the product tree in HatchRegions ?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/some-profiles-do-not-appear-in-the-product-tree-in-hatchregions/m-p/12802196#M167886</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14448503"&gt;@nebi_guler&lt;/a&gt;.&amp;nbsp; I can not be sure about if what I am about to suggest may be the reason for this behavior, but it does sound logical.&amp;nbsp; While that specific model document is the active one showing on your screen, go to the Tools tab, then to the Options panel, then click on the 'Document Settings' (not application options).&amp;nbsp; On the 'Modeling' tab, is a setting named "Participate in Assembly and Drawing Sections".&amp;nbsp; You may have to ensure there is a checkmark in that checkbox to make sure it is enabled for that one model document.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WCrihfield_0-1716904182498.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1368278iCF50E3495D9D52E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="WCrihfield_0-1716904182498.png" alt="WCrihfield_0-1716904182498.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If this solved your problem, or answered your question, please click &lt;SPAN&gt;&lt;STRONG&gt; ACCEPT SOLUTION &lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;BR /&gt;Or, if this helped you, please click (LIKE or KUDOS) &lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@7401B55A0A518861312A0F851CD29320/emoticons/1f44d.png" alt=":thumbs_up:" title=":thumbs_up:" /&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 13:51:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/some-profiles-do-not-appear-in-the-product-tree-in-hatchregions/m-p/12802196#M167886</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2024-05-28T13:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Some profiles do not appear in the product tree in HatchRegions ?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/some-profiles-do-not-appear-in-the-product-tree-in-hatchregions/m-p/12803845#M167914</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7812054"&gt;@WCrihfield&lt;/a&gt;&amp;nbsp; I've already checked them all. All checked, the problem persists&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 04:16:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/some-profiles-do-not-appear-in-the-product-tree-in-hatchregions/m-p/12803845#M167914</guid>
      <dc:creator>nebi_guler</dc:creator>
      <dc:date>2024-05-29T04:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Some profiles do not appear in the product tree in HatchRegions ?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/some-profiles-do-not-appear-in-the-product-tree-in-hatchregions/m-p/12803930#M167915</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7812054"&gt;@WCrihfield&lt;/a&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="result.PNG" style="width: 393px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1368706iAD09743DFC0608F2/image-size/large?v=v2&amp;amp;px=999" role="button" title="result.PNG" alt="result.PNG" /&gt;&lt;/span&gt;I need to do the above process with code and automate it. With this setting the view in the section plan will be correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 05:33:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/some-profiles-do-not-appear-in-the-product-tree-in-hatchregions/m-p/12803930#M167915</guid>
      <dc:creator>nebi_guler</dc:creator>
      <dc:date>2024-05-29T05:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Some profiles do not appear in the product tree in HatchRegions ?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/some-profiles-do-not-appear-in-the-product-tree-in-hatchregions/m-p/12804653#M167931</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14448503"&gt;@nebi_guler&lt;/a&gt;.&amp;nbsp; I am not sure how to do what you are showing in that image.&amp;nbsp; It seems to require having a model node selected under a drawing view in the model browser tree, then activating some sort of command.&amp;nbsp; The only command I could find that sounds similar to that is "AllowSectionParticipation".&amp;nbsp; But, that is just a simple command, with no way of specifying which of the 3 sub variations you want.&amp;nbsp; Plus, it would require navigating the model browser tree below a specific view, then finding those few specific model nodes, select one at a time, then execute that command.&amp;nbsp; That would require a lot of very custom code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only other two things that come to mind are the &lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=DrawingView_InheritSection" target="_blank" rel="noopener"&gt;DrawingView.InheritSection&lt;/A&gt;&amp;nbsp;property, which does not sound correct for this situation.&amp;nbsp; And the&amp;nbsp;&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=DrawingView_StandardPartsSectionBehavior" target="_blank" rel="noopener"&gt;DrawingView.StandardPartsSectionBehavior&lt;/A&gt;&amp;nbsp;property, which accepts a variation of the&amp;nbsp;&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=StandardPartsSectionBehaviorEnum" target="_blank" rel="noopener"&gt;StandardPartsSectionBehaviorEnum&lt;/A&gt;&amp;nbsp;as its value.&amp;nbsp; That second one sounds like it might be able to help, because it sounds like it will override the section participation that may be set on the individual model level.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 12:04:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/some-profiles-do-not-appear-in-the-product-tree-in-hatchregions/m-p/12804653#M167931</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2024-05-29T12:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Some profiles do not appear in the product tree in HatchRegions ?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/some-profiles-do-not-appear-in-the-product-tree-in-hatchregions/m-p/12806631#M167964</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7812054"&gt;@WCrihfield&lt;/a&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=DrawingView_InheritSection" target="_blank" rel="noopener nofollow noreferrer"&gt;DrawingView.InheritSection&lt;/A&gt;&lt;/STRONG&gt;&amp;nbsp;and&amp;nbsp;&lt;STRONG&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=DrawingView_StandardPartsSectionBehavior" target="_blank" rel="noopener nofollow noreferrer"&gt;DrawingView.StandardPartsSectionBehavior&lt;/A&gt;&lt;/STRONG&gt;&amp;nbsp;right solution. Thank you .&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 04:12:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/some-profiles-do-not-appear-in-the-product-tree-in-hatchregions/m-p/12806631#M167964</guid>
      <dc:creator>nebi_guler</dc:creator>
      <dc:date>2024-05-30T04:12:04Z</dc:date>
    </item>
  </channel>
</rss>

