<?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: Set 3D view to section view through XY plane in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/set-3d-view-to-section-view-through-xy-plane/m-p/12107490#M155337</link>
    <description>&lt;P&gt;Unfortunately, I am getting errors when I try to do a half section view across workplanes using the following code snippet:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-07-17 110601.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1241502i48F26A6C8A4DE724/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-07-17 110601.png" alt="Screenshot 2023-07-17 110601.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Mon, 17 Jul 2023 18:06:30 GMT</pubDate>
    <dc:creator>ktucker86UDQ</dc:creator>
    <dc:date>2023-07-17T18:06:30Z</dc:date>
    <item>
      <title>Set 3D view to section view through XY plane</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/set-3d-view-to-section-view-through-xy-plane/m-p/12102552#M155289</link>
      <description>&lt;P&gt;I'm struggling to find the right object to use for setting a 3d view to a half-section view through the origin XY plane. Does anyone have advice for how to achieve? Coding in C#, but any VB.net sample could would help a bunch!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 18:03:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/set-3d-view-to-section-view-through-xy-plane/m-p/12102552#M155289</guid>
      <dc:creator>ktucker86UDQ</dc:creator>
      <dc:date>2023-07-14T18:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set 3D view to section view through XY plane</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/set-3d-view-to-section-view-through-xy-plane/m-p/12103075#M155290</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13934065"&gt;@ktucker86UDQ&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the API help see link for&amp;nbsp;&amp;nbsp;the&amp;nbsp;&lt;A href="https://help.autodesk.com/view/INVNTOR/2022/ENU/?guid=DesignViewRepresentation_SetSectionView" target="_blank" rel="noopener"&gt;DesignViewRepresentation object.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DesignViewRepresentation.&lt;/SPAN&gt;&lt;STRONG&gt;SetSectionView&lt;/STRONG&gt;&lt;SPAN&gt;(&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;SectionViewType&lt;/I&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;As&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2022/ENU/?guid=SectionViewTypeEnum" target="_blank" rel="noopener"&gt;SectionViewTypeEnum&lt;/A&gt;&lt;SPAN&gt;, [&lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;FirstSectionPlane&lt;/I&gt;&lt;/STRONG&gt;&lt;SPAN&gt;] As Variant, [&lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;SecondSectionPlane&lt;/I&gt;&lt;/STRONG&gt;&lt;SPAN&gt;] As Variant )&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 23:57:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/set-3d-view-to-section-view-through-xy-plane/m-p/12103075#M155290</guid>
      <dc:creator>A.Acheson</dc:creator>
      <dc:date>2023-07-14T23:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set 3D view to section view through XY plane</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/set-3d-view-to-section-view-through-xy-plane/m-p/12107294#M155332</link>
      <description>&lt;P&gt;Thanks, this helped a lot. Now I am struggling to find a reference to the XY plane of the origin. Ive tried using WorkPlanes, but this seems to only include user-defined workplanes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 16:27:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/set-3d-view-to-section-view-through-xy-plane/m-p/12107294#M155332</guid>
      <dc:creator>ktucker86UDQ</dc:creator>
      <dc:date>2023-07-17T16:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set 3D view to section view through XY plane</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/set-3d-view-to-section-view-through-xy-plane/m-p/12107459#M155335</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13934065"&gt;@ktucker86UDQ&lt;/a&gt;.&amp;nbsp; Just so you are aware, the first 3 WorkPlanes, and the first 3 WorkAxes, and the first 1 WorkPoint in every model type document (parts &amp;amp; assemblies) are the ones that belong to the origin of that model.&amp;nbsp; They will be in the same order as you see them in the model tree.&amp;nbsp; The ones after that will be user defined ones.&amp;nbsp; There is a property you can check too (&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=WorkPlane_IsCoordinateSystemElement" target="_blank" rel="noopener"&gt;IsCoordinateSystemElement&lt;/A&gt;).&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 17:53:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/set-3d-view-to-section-view-through-xy-plane/m-p/12107459#M155335</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2023-07-17T17:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set 3D view to section view through XY plane</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/set-3d-view-to-section-view-through-xy-plane/m-p/12107490#M155337</link>
      <description>&lt;P&gt;Unfortunately, I am getting errors when I try to do a half section view across workplanes using the following code snippet:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-07-17 110601.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1241502i48F26A6C8A4DE724/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-07-17 110601.png" alt="Screenshot 2023-07-17 110601.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 18:06:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/set-3d-view-to-section-view-through-xy-plane/m-p/12107490#M155337</guid>
      <dc:creator>ktucker86UDQ</dc:creator>
      <dc:date>2023-07-17T18:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set 3D view to section view through XY plane</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/set-3d-view-to-section-view-through-xy-plane/m-p/12108043#M155347</link>
      <description>&lt;P&gt;Resolved! I needed to put plane.Plane to grab the Plane object from the WorkPlane object.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 23:42:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/set-3d-view-to-section-view-through-xy-plane/m-p/12108043#M155347</guid>
      <dc:creator>ktucker86UDQ</dc:creator>
      <dc:date>2023-07-17T23:42:15Z</dc:date>
    </item>
  </channel>
</rss>

