<?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 Change Section View Direction iLogic in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/change-section-view-direction-ilogic/m-p/7659313#M78497</link>
    <description>&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was wondering if it is possible to change the direction of a Section View with the use of iLogic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far I have not been able to determine the direction property and found no threads which adress this problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jan 2018 20:30:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-01-02T20:30:29Z</dc:date>
    <item>
      <title>Change Section View Direction iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/change-section-view-direction-ilogic/m-p/7659313#M78497</link>
      <description>&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was wondering if it is possible to change the direction of a Section View with the use of iLogic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far I have not been able to determine the direction property and found no threads which adress this problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2018 20:30:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/change-section-view-direction-ilogic/m-p/7659313#M78497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-02T20:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Change Section View Direction iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/change-section-view-direction-ilogic/m-p/7659405#M78498</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Jake_M.,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There isn't an ilogic method to do this, but you can use an API call in an iLogic rule for this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's an example (note that it expects the 2nd view on the sheet to be a section view).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also just as a tip, you can search and ask programming questions of this type on the&lt;STRONG&gt; Inventor Customization forum&lt;/STRONG&gt;:&lt;BR /&gt;&lt;A href="http://forums.autodesk.com/t5/Autodesk-Inventor-Customization/bd-p/120" target="_blank"&gt;http://forums.autodesk.com/t5/Autodesk-Inventor-Customization/bd-p/120&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;BR /&gt;Best of luck to you in all of your Inventor pursuits,&lt;BR /&gt;Curtis&lt;BR /&gt;&lt;A href="http://inventortrenches.blogspot.com" target="_blank"&gt;http://inventortrenches.blogspot.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Dim oDoc As DrawingDocument
oDoc = ThisApplication.ActiveDocument

Dim oView As SectionDrawingView
'expects the 2nd view on the sheet to be a section view
oView = oDoc.ActiveSheet.DrawingViews.Item(2)

'flip the section view direction
oView.ReverseDirection&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2018 21:26:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/change-section-view-direction-ilogic/m-p/7659405#M78498</guid>
      <dc:creator>Curtis_Waguespack</dc:creator>
      <dc:date>2018-01-02T21:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Change Section View Direction iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/change-section-view-direction-ilogic/m-p/7660331#M78513</link>
      <description>&lt;P&gt;That's exactly what I needed.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2018 09:50:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/change-section-view-direction-ilogic/m-p/7660331#M78513</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-03T09:50:35Z</dc:date>
    </item>
  </channel>
</rss>

