<?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 Box orientation + zoom all in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/box-orientation-zoom-all/m-p/11297149#M140281</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone knows the code on how to set the orientation box to the top view but then also to activate zoom all so that model, part in my case, is in the middle of the screen.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, the order would go -&amp;gt; 1. Select Top view on the orientation box&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2. Activate the command Zoom All (View tab)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jul 2022 12:22:54 GMT</pubDate>
    <dc:creator>tomislav.peran</dc:creator>
    <dc:date>2022-07-14T12:22:54Z</dc:date>
    <item>
      <title>Box orientation + zoom all</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/box-orientation-zoom-all/m-p/11297149#M140281</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone knows the code on how to set the orientation box to the top view but then also to activate zoom all so that model, part in my case, is in the middle of the screen.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, the order would go -&amp;gt; 1. Select Top view on the orientation box&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2. Activate the command Zoom All (View tab)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 12:22:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/box-orientation-zoom-all/m-p/11297149#M140281</guid>
      <dc:creator>tomislav.peran</dc:creator>
      <dc:date>2022-07-14T12:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Box orientation + zoom all</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/box-orientation-zoom-all/m-p/11297831#M140293</link>
      <description>&lt;P&gt;Is this what your asking?&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;oCamera&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;Camera&lt;/SPAN&gt; = &lt;SPAN&gt;ThisApplication&lt;/SPAN&gt;.&lt;SPAN&gt;ActiveView&lt;/SPAN&gt;.&lt;SPAN&gt;Camera&lt;/SPAN&gt;

&lt;SPAN&gt;oCamera&lt;/SPAN&gt;.&lt;SPAN&gt;ViewOrientationType&lt;/SPAN&gt; = &lt;SPAN&gt;ViewOrientationTypeEnum&lt;/SPAN&gt;.&lt;SPAN&gt;kTopViewOrientation&lt;/SPAN&gt;

&lt;SPAN&gt;oCamera&lt;/SPAN&gt;.&lt;SPAN&gt;Fit&lt;/SPAN&gt;

&lt;SPAN&gt;oCamera&lt;/SPAN&gt;.&lt;SPAN&gt;Apply&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Jul 2022 16:51:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/box-orientation-zoom-all/m-p/11297831#M140293</guid>
      <dc:creator>dalton98</dc:creator>
      <dc:date>2022-07-14T16:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Box orientation + zoom all</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/box-orientation-zoom-all/m-p/11298933#M140307</link>
      <description>&lt;P&gt;Hey Dalton,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes indeed. Thank you &lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@B4D44A73814D7FC0D950DEDFACB97081/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 06:18:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/box-orientation-zoom-all/m-p/11298933#M140307</guid>
      <dc:creator>tomislav.peran</dc:creator>
      <dc:date>2022-07-15T06:18:24Z</dc:date>
    </item>
  </channel>
</rss>

