<?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: AUTO ZOOM TO FIT ON DRAWING PAGES? in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/auto-zoom-to-fit-on-drawing-pages/m-p/10816825#M89220</link>
    <description>&lt;P&gt;I've been looking for this too - thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10777139"&gt;@Preston_Reed&lt;/a&gt;&amp;nbsp;- be careful with triggering "After Save" because it dirties the file after you save it - and you are saving the "un-zoomed" version.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Probably safer to use "Before Save" - especially if you are a Vault user.&lt;/P&gt;</description>
    <pubDate>Sat, 11 Dec 2021 22:05:29 GMT</pubDate>
    <dc:creator>pcrawley</dc:creator>
    <dc:date>2021-12-11T22:05:29Z</dc:date>
    <item>
      <title>AUTO ZOOM TO FIT ON DRAWING PAGES?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/auto-zoom-to-fit-on-drawing-pages/m-p/10807474#M89216</link>
      <description>&lt;P&gt;Is there a way to auto fit the view in inventor drawings.&amp;nbsp; The way to fit to page currently is to double click the scroll wheel.&amp;nbsp; The issue is that after you zoom in on one of your pages the next time you come back to that page it is still zoomed in unless you double click and reset it.&amp;nbsp; Is there a way that you can fit all to page at once or better yet after you leave the page it resets to a zoom to fit view.&amp;nbsp; Similar to how you can lock a view while modeling so every time you come back to that view it is set where you locked it?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 21:45:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/auto-zoom-to-fit-on-drawing-pages/m-p/10807474#M89216</guid>
      <dc:creator>Preston_Reed</dc:creator>
      <dc:date>2021-12-07T21:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: AUTO ZOOM TO FIT ON DRAWING PAGES?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/auto-zoom-to-fit-on-drawing-pages/m-p/10807542#M89217</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10777139"&gt;@Preston_Reed&lt;/a&gt;&amp;nbsp;you can set a simple iLogic rule and run it from an event trigger (&lt;STRONG&gt;after open document&lt;/STRONG&gt;). This will work in all environments (part, drawing and assembly). Here is the code:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;Dim oCam As Camera
oCam = ThisApplication.ActiveView.Camera
oCam.Fit
oCam.ApplyWithoutTransition&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 427px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/998528i8F1BADA5090673D5/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 22:15:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/auto-zoom-to-fit-on-drawing-pages/m-p/10807542#M89217</guid>
      <dc:creator>gcoombridge</dc:creator>
      <dc:date>2021-12-07T22:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: AUTO ZOOM TO FIT ON DRAWING PAGES?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/auto-zoom-to-fit-on-drawing-pages/m-p/10807571#M89218</link>
      <description>This code executes a "zoom all" for all sheets in a drawing, if that helps you:&lt;BR /&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-ilogic-api-vba-forum/ilogic-zoom-fit-all-idw-sheets/m-p/6593292/highlight/true#M67119" target="_blank"&gt;https://forums.autodesk.com/t5/inventor-ilogic-api-vba-forum/ilogic-zoom-fit-all-idw-sheets/m-p/6593292/highlight/true#M67119&lt;/A&gt;</description>
      <pubDate>Tue, 07 Dec 2021 22:31:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/auto-zoom-to-fit-on-drawing-pages/m-p/10807571#M89218</guid>
      <dc:creator>Gabriel_Watson</dc:creator>
      <dc:date>2021-12-07T22:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: AUTO ZOOM TO FIT ON DRAWING PAGES?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/auto-zoom-to-fit-on-drawing-pages/m-p/10814842#M89219</link>
      <description>&lt;P&gt;Yall are great, I set it up right now for testing to trigger when I save the document.&amp;nbsp; I havent had any issues yet, thank you for the help.&amp;nbsp;&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="PREED7QR59_0-1639153361324.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/999953i6D488F1458064732/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PREED7QR59_0-1639153361324.png" alt="PREED7QR59_0-1639153361324.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PREED7QR59_1-1639153407488.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/999954iF77646D976013CD5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PREED7QR59_1-1639153407488.png" alt="PREED7QR59_1-1639153407488.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 16:23:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/auto-zoom-to-fit-on-drawing-pages/m-p/10814842#M89219</guid>
      <dc:creator>Preston_Reed</dc:creator>
      <dc:date>2021-12-10T16:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: AUTO ZOOM TO FIT ON DRAWING PAGES?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/auto-zoom-to-fit-on-drawing-pages/m-p/10816825#M89220</link>
      <description>&lt;P&gt;I've been looking for this too - thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10777139"&gt;@Preston_Reed&lt;/a&gt;&amp;nbsp;- be careful with triggering "After Save" because it dirties the file after you save it - and you are saving the "un-zoomed" version.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Probably safer to use "Before Save" - especially if you are a Vault user.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:05:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/auto-zoom-to-fit-on-drawing-pages/m-p/10816825#M89220</guid>
      <dc:creator>pcrawley</dc:creator>
      <dc:date>2021-12-11T22:05:29Z</dc:date>
    </item>
  </channel>
</rss>

