<?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: Split viewports - view operation in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-split-viewports-view-operation/m-p/11491755#M62191</link>
    <description>Hi there,&lt;BR /&gt;That was an oops moment. In the olden days, F7 key was zoom dynamic. They changed it on me and I didn't notice because I just use the mouse wheel these days.&lt;BR /&gt;Here is my "lateral" simple solution based on using Zoom Dynamic..&lt;BR /&gt;The simple lisp below (saved in a file called ZOOM DYNAMIC.LSP) if added to your acaddoc.lsp file defines a command "ZZ" that does this. This way it is always available for you.&lt;BR /&gt;You would add a line like this to your acaddoc.lsp&lt;BR /&gt;(load C:/mylisp/zoom dynamic.lsp) where C:/mylisp is the folder path to your zoom dynamic.lsp file..&lt;BR /&gt;To use zoom dynamic quickly with this, you would&lt;BR /&gt;type zz&lt;BR /&gt;right-click (for enter)&lt;BR /&gt;(optionally)...left click to resize the zoom view rectangle, then&lt;BR /&gt;reposition the dynamic zoom view and right click.&lt;BR /&gt;This will give you the zoomed view you desire all in one viewport.&lt;BR /&gt;&lt;BR /&gt;(defun C:ZZ (/ )&lt;BR /&gt;(command "zoom" "dynamic")&lt;BR /&gt;);d&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 18 Oct 2022 20:59:51 GMT</pubDate>
    <dc:creator>peter_thomson</dc:creator>
    <dc:date>2022-10-18T20:59:51Z</dc:date>
    <item>
      <title>AutoCAD 2021 - Split viewports - view operation</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-split-viewports-view-operation/m-p/10950291#M62180</link>
      <description>&lt;P&gt;Good day everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using 2021. I'm using split screen (side-by-side viewports in model space), but would like to zoom the right-hand viewport based on a window that I define in the left-hand viewport (or vice versa). Is there a way to do this? It would make the split screen feature so much more useful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apologize if this has been answered before, I tried searching. If so, please send me the link.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#808080"&gt;[ The subject line of this post has been edited to include the product name by &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12851358"&gt;@handjonathan&lt;/a&gt; ]&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 08:58:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-split-viewports-view-operation/m-p/10950291#M62180</guid>
      <dc:creator>gideon.botesB4GMB</dc:creator>
      <dc:date>2022-10-18T08:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Split viewports - view operation</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-split-viewports-view-operation/m-p/10950345#M62181</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8460344"&gt;@gideon.botesB4GMB&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8460344"&gt;@gideon.botesB4GMB&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;... would like to zoom the right-hand viewport based on a window that I define in the left-hand viewport (or vice versa). ...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;A href="https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2022/ENU/AutoCAD-DidYouKnow/files/GUID-727C5DD5-BE86-42C7-BA62-8B53A5432C4D-htm.html?us_oa=forums-us&amp;amp;us_si=81554e45-b25d-4d1c-b794-65f556429a84&amp;amp;us_st=saved%20views" target="_blank" rel="noopener"&gt;Have You Tried: Views with Names&lt;/A&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2021/ENU/AutoCAD-Core/files/GUID-8E2E2F33-855B-4161-82A1-C5C58C2C8C26-htm.html" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;About Saving and Restoring Views&lt;/STRONG&gt;&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 15 Feb 2022 00:53:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-split-viewports-view-operation/m-p/10950345#M62181</guid>
      <dc:creator>Valentin_CAD</dc:creator>
      <dc:date>2022-02-15T00:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Split viewports - view operation</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-split-viewports-view-operation/m-p/10955291#M62182</link>
      <description>&lt;P&gt;Thank you for responding to my question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While the named viewports are very useful when working in certain situations - like working on a large file with named views for specific angles, this is really not what I am looking for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Working in multiple files would make named viewports counterproductive for what I am trying to achieve. I am looking for a more flexible solution that allows you to quickly navigate with multiple viewports, using an overview as basepoint. While technically that seems the same, creating named views in many multiple files will take a lot of time and I'd be better off just navigating with a single viewport.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 23:16:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-split-viewports-view-operation/m-p/10955291#M62182</guid>
      <dc:creator>gideon.botesB4GMB</dc:creator>
      <dc:date>2022-02-16T23:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Split viewports - view operation</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-split-viewports-view-operation/m-p/10955361#M62183</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8460344"&gt;@gideon.botesB4GMB&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8460344"&gt;@gideon.botesB4GMB&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...quickly navigate with multiple viewports, using an overview as basepoint...&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I apologize, but your request seems&amp;nbsp;ambiguous - please elaborate further.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suggest you search the &lt;STRONG&gt;&lt;A href="https://apps.autodesk.com/en" target="_blank" rel="noopener"&gt;Autodesk APP Store&lt;/A&gt;&lt;/STRONG&gt; or search for a LISP Program.&lt;/P&gt;&lt;P&gt;Maybe the&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bd-p/130" target="_blank" rel="noopener"&gt;Visual LISP, AutoLISP and General Customization Forum&lt;/A&gt;&lt;/STRONG&gt; may already have something.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 00:10:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-split-viewports-view-operation/m-p/10955361#M62183</guid>
      <dc:creator>Valentin_CAD</dc:creator>
      <dc:date>2022-02-17T00:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Split viewports - view operation</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-split-viewports-view-operation/m-p/10956736#M62184</link>
      <description>&lt;P&gt;I believe if you want to have such functionality it would have to be programmed, perhaps the people in the &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bd-p/130" target="_blank" rel="noopener"&gt;customization boards&lt;/A&gt; are better suited to help you.&lt;BR /&gt;&lt;BR /&gt;But even then it is not that simple, imagine you have 3 model viewports do you want to be able to activate the zoom in all three of them or only in a single one. Do you wish that the other 2 viewports adjust their view automatically or do you want to select which viewport needs to adjust its view based on your input in another vp. Do you wish the function to detect this behaviour and act based upon mouse inputs or would a command with several follow-up steps be sufficient for this? Or do you want to set up a dedicated 1st-2nd relationship between 2 viewports and have any third viewport be unaffected by your function?&lt;BR /&gt;&lt;BR /&gt;It might also be a great feature to put on &lt;A href="https://forums.autodesk.com/t5/civil-3d-ideas/idb-p/31" target="_blank" rel="noopener"&gt;the idea boards. &amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Unfortunately there are no idea boards for basic autocad, so you could try a site like &lt;A href="https://www.augi.com/" target="_blank" rel="noopener"&gt;Augi&lt;/A&gt; to get your idea pushed on their wish list or post it to the idea board of another autocad based product (like Civil or Mechanical)&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 15:04:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-split-viewports-view-operation/m-p/10956736#M62184</guid>
      <dc:creator>Michiel.Valcke</dc:creator>
      <dc:date>2022-02-17T15:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Split viewports - view operation</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-split-viewports-view-operation/m-p/10957487#M62185</link>
      <description>&lt;P&gt;Thank you for the response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best I can explain it maybe is by analogy. In HTML, before tabs were a thing, you used to get iframes - where, in a browser you have two panes/frames/sub-windows in a given browser window. The left hand side would have links. If you click on the link in the left pane, the right pane would go to the link. In this way, the left was used for navigation, and the right pane was used for the actual results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My idea was, that in AutoCAD, you could maybe do something similar - i.e. do 'window zoom' on the left viewport, instead of the same viewport zooming to that window, the right viewport would go to the view &lt;U&gt;defined by the window&lt;/U&gt; you drew in the left window. I hope that makes sense. It's the best way I can explain it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On second thought, I made a little screen capture here to illustrate. Should be clear now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the end, it just seems you're right - I would have to go for automation as the functionality does not exist. Nothing else to do. I'll take a look at Augi, thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 20:00:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-split-viewports-view-operation/m-p/10957487#M62185</guid>
      <dc:creator>gideon.botesB4GMB</dc:creator>
      <dc:date>2022-02-17T20:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Split viewports - view operation</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-split-viewports-view-operation/m-p/11489725#M62186</link>
      <description>&lt;P&gt;A lateral thought..&lt;/P&gt;&lt;P&gt;You might find that the F7 button (zoom dynamic) does something similar to what you desire but in a single viewport.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 07:40:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-split-viewports-view-operation/m-p/11489725#M62186</guid>
      <dc:creator>peter_thomson</dc:creator>
      <dc:date>2022-10-18T07:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Split viewports - view operation</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-split-viewports-view-operation/m-p/11490243#M62187</link>
      <description>&lt;P&gt;That certainly looks like it could be automated with an AutoLisp routine.&amp;nbsp; Do you always have only &lt;EM&gt;two&lt;/EM&gt; viewports, so that a routine could presumably find the other one, or might you have more, so that it would need you to move into the right one to Zoom in on, yourself?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;EDIT:&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp; If it's always only 2, and if I am correct that in that case the CVPORT values for them are always 2 and 3, this seems to work, in very limited testing:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;(defun C:ZOV (/ p1 p2); = Zoom Other Viewport [of only 2 Model-Space Viewports]
  (setvar 'tilemode 1); must be in Model Space
  (setq
    p1 (getpoint "\nCorner of area to Zoom in on in other Viewport: ")
    p2 (getcorner p1 "\nOpposite corner: ")
  ); setq
  (setvar 'cvport (- 5 (getvar 'cvport))); move into other Viewport
  (command "_.zoom" "_non" p1 "_non" p2)
  (princ)
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There may be a way to check &lt;EM&gt;whether&lt;/EM&gt; there are only 2, but if more than that, what should it do?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 13:16:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-split-viewports-view-operation/m-p/11490243#M62187</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2022-10-18T13:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Split viewports - view operation</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-split-viewports-view-operation/m-p/11490522#M62188</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/116239"&gt;@peter_thomson&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;... the F7 button (zoom dynamic) ....&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;???&amp;nbsp; F7 toggles the grid [by default, that is, unless you've forced a different meaning on it].&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 13:15:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-split-viewports-view-operation/m-p/11490522#M62188</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2022-10-18T13:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Split viewports - view operation</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-split-viewports-view-operation/m-p/11491660#M62189</link>
      <description>&lt;P&gt;I stand humbled by your presence, oh Wise Wielder of LISP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just kidding.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However,&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;, I really am impressed. This was exactly what I needed, and will be very useful when I work on large layouts, where I want to keep track of the overview while working on the details. I hope it didn't take you too long to write.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think the feature to check for more than two viewports is unneeded. A mere luxury of a variable that I can easily control.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for helping out!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 20:17:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-split-viewports-view-operation/m-p/11491660#M62189</guid>
      <dc:creator>gideon.botesB4GMB</dc:creator>
      <dc:date>2022-10-18T20:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Split viewports - view operation</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-split-viewports-view-operation/m-p/11491667#M62190</link>
      <description>&lt;P&gt;While Kent is right - F7 switches the grid - I like this type of thinking. You're right, Zoom Dynamic does what I want, perhaps that is a possible approach to coding it. Thanks for your post!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 20:21:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-split-viewports-view-operation/m-p/11491667#M62190</guid>
      <dc:creator>gideon.botesB4GMB</dc:creator>
      <dc:date>2022-10-18T20:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Split viewports - view operation</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-split-viewports-view-operation/m-p/11491755#M62191</link>
      <description>Hi there,&lt;BR /&gt;That was an oops moment. In the olden days, F7 key was zoom dynamic. They changed it on me and I didn't notice because I just use the mouse wheel these days.&lt;BR /&gt;Here is my "lateral" simple solution based on using Zoom Dynamic..&lt;BR /&gt;The simple lisp below (saved in a file called ZOOM DYNAMIC.LSP) if added to your acaddoc.lsp file defines a command "ZZ" that does this. This way it is always available for you.&lt;BR /&gt;You would add a line like this to your acaddoc.lsp&lt;BR /&gt;(load C:/mylisp/zoom dynamic.lsp) where C:/mylisp is the folder path to your zoom dynamic.lsp file..&lt;BR /&gt;To use zoom dynamic quickly with this, you would&lt;BR /&gt;type zz&lt;BR /&gt;right-click (for enter)&lt;BR /&gt;(optionally)...left click to resize the zoom view rectangle, then&lt;BR /&gt;reposition the dynamic zoom view and right click.&lt;BR /&gt;This will give you the zoomed view you desire all in one viewport.&lt;BR /&gt;&lt;BR /&gt;(defun C:ZZ (/ )&lt;BR /&gt;(command "zoom" "dynamic")&lt;BR /&gt;);d&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Oct 2022 20:59:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-split-viewports-view-operation/m-p/11491755#M62191</guid>
      <dc:creator>peter_thomson</dc:creator>
      <dc:date>2022-10-18T20:59:51Z</dc:date>
    </item>
  </channel>
</rss>

