<?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 Viewport Center in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/viewport-center/m-p/6753920#M247708</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to center my viewport in Layout to a certain point from ModelSpace ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know that in AutoCAD Mechanical 2014, I could choose a middle point reference from my ModelSpace&amp;nbsp;&lt;/P&gt;&lt;P&gt;then I could choose what scale I wanted, selected point remained in the middle&lt;/P&gt;&lt;P&gt;Is there something similar in AutoCAD 2017?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrei&lt;/P&gt;</description>
    <pubDate>Fri, 16 Dec 2016 12:37:07 GMT</pubDate>
    <dc:creator>maramuresul</dc:creator>
    <dc:date>2016-12-16T12:37:07Z</dc:date>
    <item>
      <title>Viewport Center</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/viewport-center/m-p/6753920#M247708</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to center my viewport in Layout to a certain point from ModelSpace ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know that in AutoCAD Mechanical 2014, I could choose a middle point reference from my ModelSpace&amp;nbsp;&lt;/P&gt;&lt;P&gt;then I could choose what scale I wanted, selected point remained in the middle&lt;/P&gt;&lt;P&gt;Is there something similar in AutoCAD 2017?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrei&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 12:37:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/viewport-center/m-p/6753920#M247708</guid>
      <dc:creator>maramuresul</dc:creator>
      <dc:date>2016-12-16T12:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Viewport Center</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/viewport-center/m-p/6753961#M247709</link>
      <description>&lt;P&gt;Get into Model Space in the Viewport [assuming its display is not locked] and use &lt;STRONG&gt;ZOOM&lt;/STRONG&gt;'s &lt;STRONG&gt;C&lt;/STRONG&gt;enter option.&amp;nbsp; If the Zoom &lt;EM&gt;level&lt;/EM&gt;&amp;nbsp;is already as you want it, accept the offered&amp;nbsp;default magnification/height, but you can also change that in the process, if you want to.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 12:55:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/viewport-center/m-p/6753961#M247709</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2016-12-16T12:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Viewport Center</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/viewport-center/m-p/6754082#M247710</link>
      <description>&lt;P&gt;Here's a method I use, albeit a long-winded process, but goes quickly once you get the hang of it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;In Modelspace, enter the following code at the command prompt including the brackets &lt;STRONG&gt;(setq P1 (getpoint))&lt;/STRONG&gt; &amp;nbsp;and then pick a point on your screen that you want to to represent the center of the viewport.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Then, in paperspace, make sure the desired viewport is unlocked.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;With the cursor inside the viewport, enter the command -pan (note the hyphen) and when prompted for a basepoint, enter &lt;STRONG&gt;!P1&lt;/STRONG&gt; (which retrieves the saved pick point).&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;When prompted to specify a second point, enter the following code at the command line including the brackets &lt;STRONG&gt;(getvar "viewctr")&lt;/STRONG&gt; and press the enter.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Now, if need be, scale the viewport to the desired scale factor.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 13:39:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/viewport-center/m-p/6754082#M247710</guid>
      <dc:creator>murray-clack</dc:creator>
      <dc:date>2016-12-16T13:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Viewport Center</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/viewport-center/m-p/6754833#M247711</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/34475"&gt;@murray-clack&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Here's a method I use, albeit a long-winded process.....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You can make that shorter-winded....&amp;nbsp;&amp;nbsp; Instead of setting a variable, just use the &lt;STRONG&gt;ID&lt;/STRONG&gt; command in Model Space and pick the point you want to be the center of a Viewport.&amp;nbsp; Then get into Paper Space, and into the Viewport, and do:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ZOOM&amp;nbsp; C &amp;nbsp;@&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;STRONG&gt;@&lt;/STRONG&gt; uses the point you picked in the ID command, and &lt;STRONG&gt;ZOOM&lt;/STRONG&gt;ing to that as a &lt;STRONG&gt;C&lt;/STRONG&gt;enter point gives the same result as PANning from there to the middle of the Viewport's viewing area.&amp;nbsp; No Lisp functions required, and a lot fewer key-strokes.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 18:47:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/viewport-center/m-p/6754833#M247711</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2016-12-16T18:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Viewport Center</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/viewport-center/m-p/6754848#M247712</link>
      <description>&lt;P&gt;Ooohhhh! &amp;nbsp; Nice one. &amp;nbsp;I like that idea too.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 18:56:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/viewport-center/m-p/6754848#M247712</guid>
      <dc:creator>murray-clack</dc:creator>
      <dc:date>2016-12-16T18:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Viewport Center</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/viewport-center/m-p/8327957#M247713</link>
      <description>&lt;P&gt;Mr. Cooper,&lt;/P&gt;&lt;P&gt;Thank you very much for that strong tip.&amp;nbsp; It doesn't seem like much but it made my life a whole lot easier.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 15:08:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/viewport-center/m-p/8327957#M247713</guid>
      <dc:creator>teh_victor_reyes</dc:creator>
      <dc:date>2018-10-11T15:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Viewport Center</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/viewport-center/m-p/8328056#M247714</link>
      <description>&lt;P&gt;Very strong tips here that are directed well at your query.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll offer&amp;nbsp;another idea in case you never tried and it may help in other applications for viewport adjustments...&lt;/P&gt;
&lt;P&gt;Make your viewport active and use Zoom-&amp;gt;Object (pre-select or post-select the object/s) to maximize &lt;STRONG&gt;and center&lt;/STRONG&gt; a selected object or grouping of objects in the viewport.&amp;nbsp; That center position is irrelevant in this case as you only would ensure precise centering of the selected object or group of objects.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;** This works like Zoom-&amp;gt;Extents but only for selected items. **&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once maximized and centered you can set your viewport scale to the desired and it will shrink or expand while maintaining the center position.&amp;nbsp; Then deactivate the viewport of course.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope that is helpful you as well,&lt;/P&gt;
&lt;P&gt;Blaine&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 15:35:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/viewport-center/m-p/8328056#M247714</guid>
      <dc:creator>beyoungjr</dc:creator>
      <dc:date>2018-10-11T15:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Viewport Center</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/viewport-center/m-p/8329016#M247715</link>
      <description>&lt;P&gt;Mr. Young,&lt;/P&gt;&lt;P&gt;Thank you as well for the tip.&amp;nbsp; As a matter of fact that's&amp;nbsp;the command I would use for a good while but for some strange reason it stopped completely centering the objects.&amp;nbsp; If I would put my objects in equal boxes, then try to center each box in their respective viewport, some of them would center&amp;nbsp;while&amp;nbsp;for others you would see the edges of the boxes in the viewport.&amp;nbsp; Not sure if I'm explaining myself but if so, I'm wondering if you know the cause of this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Similarly in Rhino, I would zoom&amp;gt;selected and it would always center upon zoom.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 21:33:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/viewport-center/m-p/8329016#M247715</guid>
      <dc:creator>teh_victor_reyes</dc:creator>
      <dc:date>2018-10-11T21:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Viewport Center</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/viewport-center/m-p/8329026#M247716</link>
      <description>&lt;P&gt;Your description doesn't quite help me understand. Maybe a screenshot or a dwg with this shown?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have seen a viewport display incorrectly for this when accidentally choosing objects in 3D but not quite as you describe.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Blaine&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 21:39:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/viewport-center/m-p/8329026#M247716</guid>
      <dc:creator>beyoungjr</dc:creator>
      <dc:date>2018-10-11T21:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Viewport Center</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/viewport-center/m-p/9239251#M247717</link>
      <description>&lt;P&gt;Create your paper in corect size.&lt;/P&gt;&lt;P&gt;Create a "Bord viewport" in paperspace. Use command " CHSPACE" to acroos to modelspace.&lt;/P&gt;&lt;P&gt;Open vieiwport, unlock is necessary.&lt;/P&gt;&lt;P&gt;Zoom &amp;gt; Window&amp;gt;;&lt;/P&gt;&lt;P&gt;In the viewport press "shift" and press "right bottom mouse", chose "Endpoint"; click in a first End point of "Board Viewport".&lt;/P&gt;&lt;P&gt;Realize to next End point of Board Viewport, press "shift" and press "right bottom mouse", chose "Endpoint"; click in a secund end ponit of&amp;nbsp; " Board Viewport.&lt;/P&gt;&lt;P&gt;it can:&lt;/P&gt;&lt;P&gt;Center, scale and extends your drawing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 01:15:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/viewport-center/m-p/9239251#M247717</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-09T01:15:11Z</dc:date>
    </item>
  </channel>
</rss>

