<?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: Layout – Mview – New – code to help in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/layout-mview-new-code-to-help/m-p/9189722#M80891</link>
    <description>&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;Yes, quotation is nor right, not working without too&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Henrik&lt;/P&gt;</description>
    <pubDate>Sun, 08 Dec 2019 18:00:34 GMT</pubDate>
    <dc:creator>Henrik_Lo</dc:creator>
    <dc:date>2019-12-08T18:00:34Z</dc:date>
    <item>
      <title>Layout – Mview – New – code to help</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/layout-mview-new-code-to-help/m-p/9189576#M80889</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I tray to used his command "MView, in an automatic way, this for test for another purposes. &amp;nbsp;I ‘can’t get I to work&lt;/P&gt;&lt;P&gt;somebody knows why.&lt;/P&gt;&lt;P&gt;Iam in layout mode and need to zoom in to a known area.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(DeFun c:ppppp ()&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (Setq P11 (list 21 113))&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (Setq P22 (list 82 118))&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (setq P111 (list 93 217))&lt;BR /&gt;&amp;nbsp; &amp;nbsp;(command "_MView" "new" "p11" "p22" "" p111)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Henrik&lt;/P&gt;</description>
      <pubDate>Sun, 08 Dec 2019 15:03:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/layout-mview-new-code-to-help/m-p/9189576#M80889</guid>
      <dc:creator>Henrik_Lo</dc:creator>
      <dc:date>2019-12-08T15:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Layout – Mview – New – code to help</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/layout-mview-new-code-to-help/m-p/9189622#M80890</link>
      <description>&lt;P&gt;try by removing the quotes for p11 and p22&lt;/P&gt;
&lt;PRE&gt;(command "_MView" "new" p11 p22 "" p111)&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Dec 2019 15:56:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/layout-mview-new-code-to-help/m-p/9189622#M80890</guid>
      <dc:creator>Ajilal.Vijayan</dc:creator>
      <dc:date>2019-12-08T15:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Layout – Mview – New – code to help</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/layout-mview-new-code-to-help/m-p/9189722#M80891</link>
      <description>&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;Yes, quotation is nor right, not working without too&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Henrik&lt;/P&gt;</description>
      <pubDate>Sun, 08 Dec 2019 18:00:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/layout-mview-new-code-to-help/m-p/9189722#M80891</guid>
      <dc:creator>Henrik_Lo</dc:creator>
      <dc:date>2019-12-08T18:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Layout – Mview – New – code to help</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/layout-mview-new-code-to-help/m-p/9189898#M80892</link>
      <description>&lt;P&gt;As I can get . there is not a NEW option at MVIEW&lt;/P&gt;&lt;PRE&gt;Specify corner of viewport or [ON/OFF/Fit/Shadeplot/Lock/Object/Polygonal/Restore/LAyer/2/3/4] &amp;lt;Fit&amp;gt;:&lt;/PRE&gt;</description>
      <pubDate>Sun, 08 Dec 2019 22:08:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/layout-mview-new-code-to-help/m-p/9189898#M80892</guid>
      <dc:creator>devitg</dc:creator>
      <dc:date>2019-12-08T22:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Layout – Mview – New – code to help</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/layout-mview-new-code-to-help/m-p/9189986#M80893</link>
      <description>&lt;P&gt;My $0.05&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;FONT&gt;(command "_MView" p11 p22 "Mspace" "zoom" "C" p111 15 "pspace")&lt;/FONT&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 09 Dec 2019 00:04:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/layout-mview-new-code-to-help/m-p/9189986#M80893</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2019-12-09T00:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Layout – Mview – New – code to help</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/layout-mview-new-code-to-help/m-p/9190339#M80894</link>
      <description>&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;The new line is working as I were after, fantastic, thangs for helping me out.&lt;/P&gt;&lt;P&gt;I do have a New in my command Mview&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Henrik&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 07:32:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/layout-mview-new-code-to-help/m-p/9190339#M80894</guid>
      <dc:creator>Henrik_Lo</dc:creator>
      <dc:date>2019-12-09T07:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Layout – Mview – New – code to help</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/layout-mview-new-code-to-help/m-p/9190638#M80895</link>
      <description>&lt;P&gt;MVIEW new option &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;NEw&lt;/FONT&gt;&lt;/STRONG&gt; is described as:&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;EM&gt;Creates and places a new view and layout viewport on the layout. With this option, the drawing area &lt;FONT face="arial black,avant garde"&gt;switches&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;&lt;FONT face="arial black,avant garde"&gt;temporarily to a maximized view of model space&lt;/FONT&gt;, where you can &lt;FONT face="arial black,avant garde"&gt;click two points to define the rectangular &lt;/FONT&gt;&lt;FONT face="arial black,avant garde"&gt;area of the view.......&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 10:57:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/layout-mview-new-code-to-help/m-p/9190638#M80895</guid>
      <dc:creator>hak_vz</dc:creator>
      <dc:date>2019-12-09T10:57:40Z</dc:date>
    </item>
  </channel>
</rss>

