<?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: LSP File in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lsp-file/m-p/13768305#M165898</link>
    <description>&lt;P&gt;If you set up a title block in say layout1 including a MVIEW matching that title block, you can use Layout Copy. You can also use Layout "T" for template which allows you to copy a layout from another dwg, handy when you have different size title blocks.&amp;nbsp; Once you copy the layout you can go into the viewport and using Zoom C Point&amp;nbsp; Scale, setting the matching point in model, then jump back to Pspace and assign the correct viewport Custom scale.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For me I draw rectangs then read all of them in one go, making the new layouts, so they match "Model". Note I also allow for twist in the viewport view. Three methods walk along a pline, insert 1 at a time, pick a point.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SeaHaven_0-1755215375172.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1561431iF6DA47E0A5236C8B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SeaHaven_0-1755215375172.png" alt="SeaHaven_0-1755215375172.png" /&gt;&lt;/span&gt;&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="SeaHaven_1-1755215426236.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1561432iD2A2E3A1BA018970/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SeaHaven_1-1755215426236.png" alt="SeaHaven_1-1755215426236.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are other examples here also about making layouts matching Model.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Aug 2025 23:53:09 GMT</pubDate>
    <dc:creator>Sea-Haven</dc:creator>
    <dc:date>2025-08-14T23:53:09Z</dc:date>
    <item>
      <title>LSP File</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lsp-file/m-p/13765812#M165845</link>
      <description>&lt;P&gt;I have written an LSP to create X# of layouts based on the input.&amp;nbsp; This part works great.&lt;/P&gt;&lt;P&gt;The next part, not so much.&amp;nbsp; I want it to create a Viewport in each layout based on MS x,y points.&lt;/P&gt;&lt;P&gt;When it creates the VP, it always asks for the start point, even though it is defined in the LSP.&lt;/P&gt;&lt;P&gt;I believe it has to do with mview.&amp;nbsp; From what I have read, it needs to have Active-X.&amp;nbsp; I have tried to install AutoLisp for Visual Studio, but there are no AutoCAD extensions found in the VS search.&amp;nbsp; I have tried multiple ways of writing it, but nothing is working.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 14:07:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lsp-file/m-p/13765812#M165845</guid>
      <dc:creator>don.sigman</dc:creator>
      <dc:date>2025-08-13T14:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: LSP File</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lsp-file/m-p/13765846#M165847</link>
      <description>&lt;P&gt;Try to change&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;(command "_mview" "_rectangle" "0.5,0.911" "33.5,21.5")&lt;/LI-CODE&gt;
&lt;P&gt;to&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;(command "_mview" "0.5,0.911" "33.5,21.5")&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps, &lt;BR /&gt;Henrique&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 14:32:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lsp-file/m-p/13765846#M165847</guid>
      <dc:creator>hmsilva</dc:creator>
      <dc:date>2025-08-13T14:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: LSP File</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lsp-file/m-p/13768305#M165898</link>
      <description>&lt;P&gt;If you set up a title block in say layout1 including a MVIEW matching that title block, you can use Layout Copy. You can also use Layout "T" for template which allows you to copy a layout from another dwg, handy when you have different size title blocks.&amp;nbsp; Once you copy the layout you can go into the viewport and using Zoom C Point&amp;nbsp; Scale, setting the matching point in model, then jump back to Pspace and assign the correct viewport Custom scale.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For me I draw rectangs then read all of them in one go, making the new layouts, so they match "Model". Note I also allow for twist in the viewport view. Three methods walk along a pline, insert 1 at a time, pick a point.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SeaHaven_0-1755215375172.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1561431iF6DA47E0A5236C8B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SeaHaven_0-1755215375172.png" alt="SeaHaven_0-1755215375172.png" /&gt;&lt;/span&gt;&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="SeaHaven_1-1755215426236.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1561432iD2A2E3A1BA018970/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SeaHaven_1-1755215426236.png" alt="SeaHaven_1-1755215426236.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are other examples here also about making layouts matching Model.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 23:53:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lsp-file/m-p/13768305#M165898</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2025-08-14T23:53:09Z</dc:date>
    </item>
  </channel>
</rss>

