<?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: Help with load command in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9797067#M69330</link>
    <description>&lt;P&gt;Guys,&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/3930636"&gt;@john.uhden&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6254908"&gt;@Sea-Haven&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks like you did not read\see what the OP wants? she has a lisp that create a layout with coordinates base on a rectangle she manually draws on model. the lisp covers this task, noting&amp;nbsp; more.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moshe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 12 Oct 2020 06:24:06 GMT</pubDate>
    <dc:creator>Moshe-A</dc:creator>
    <dc:date>2020-10-12T06:24:06Z</dc:date>
    <item>
      <title>Help with load command</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9794141#M69309</link>
      <description>&lt;P&gt;I created a few shapes with mkshape.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But every time i restart autocad I need to LOAD again the shx files.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to let autocad load automatically the shx files at startup?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 15:25:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9794141#M69309</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-09T15:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help with load command</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9794164#M69310</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp; hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is true and it's the same as fonts. to load a font file you use STYLE (text style) command. to load a shape file you use LOAD command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to solve your issue,&amp;nbsp; add this line to your acad.lsp/acaddoc.lsp:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(command "load" "YourShxFile")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moshe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 15:34:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9794164#M69310</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2020-10-09T15:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help with load command</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9794192#M69311</link>
      <description>&lt;P&gt;&lt;U&gt;&lt;EM&gt;I opened the lsp file(I hope&amp;nbsp; the right one) , where exactly I put this line?&amp;nbsp;&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;EM&gt;Right after "autolad"&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="16022583828231027861207612140905.jpg" style="width: 3648px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/829391i047EA54C7266907C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="16022583828231027861207612140905.jpg" alt="16022583828231027861207612140905.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;EM&gt;?&amp;nbsp;&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 15:48:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9794192#M69311</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-09T15:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help with load command</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9794196#M69312</link>
      <description>&lt;P&gt;For new drawings are templates and shx in supportpathes..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for my ltypes&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I like to learn everytime,&lt;/P&gt;
&lt;P&gt;for what are you using shapes?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 15:51:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9794196#M69312</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2020-10-09T15:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help with load command</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9794202#M69313</link>
      <description>&lt;P&gt;This is acad2018doc.lsp, this file is not for users, you have to create your own acaddoc.lsp&lt;/P&gt;
&lt;P&gt;for own stuff!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 15:55:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9794202#M69313</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2020-10-09T15:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help with load command</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9794210#M69314</link>
      <description>&lt;P&gt;I created a rectangles of layout sizes like A0, a3...&lt;/P&gt;&lt;P&gt;And I want to pull them when ever I want to create a coordinated frame.&lt;/P&gt;&lt;P&gt;I am sure there is a better solution, but I have only this lisp that makes layout from rectangle&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 15:59:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9794210#M69314</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-09T15:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Help with load command</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9794212#M69315</link>
      <description>&lt;P&gt;Oh, I will try that&lt;/P&gt;&lt;P&gt;Where should I put the shx files, and if the files in c:/file/shape. Shx&lt;/P&gt;&lt;P&gt;I put the full address in the command?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 16:04:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9794212#M69315</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-09T16:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help with load command</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9794249#M69316</link>
      <description>&lt;P&gt;Shani hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i attached acad.lsp for you. you can place here:&lt;/P&gt;&lt;P&gt;C:\Users\&amp;lt;your profile&amp;gt;\AppData\Roaming\Autodesk\AutoCAD XXXX\RXX.X\enu\Support&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;your profile&amp;gt; is your profile name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;XXXX is your product version.&lt;/P&gt;&lt;P&gt;RXX.X is acadver&lt;/P&gt;&lt;P&gt;you will see these numbers as you browse-in&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;acad.lsp&lt;/P&gt;&lt;P&gt;(command "load" "YourShape.shx")&lt;/P&gt;&lt;P&gt;edit the file and replace "YourShape" with your new created shx file, omit the .shx than exit\save it.&lt;/P&gt;&lt;P&gt;than restart AutoCAD and the new shapes will be available.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moshe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 16:13:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9794249#M69316</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2020-10-09T16:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help with load command</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9794266#M69317</link>
      <description>&lt;P&gt;Yes!&amp;nbsp; Thank you.&lt;/P&gt;&lt;P&gt;I put the files in the fonts folder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Work like a charm.&lt;/P&gt;&lt;P&gt;By the way, I didn't wrote the full path&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 16:19:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9794266#M69317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-09T16:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help with load command</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9794276#M69318</link>
      <description>&lt;P&gt;although it works, it is wrong to place acad.lsp in fonts folder.&lt;/P&gt;&lt;P&gt;please mark this as your solution&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Shabat Shalom&lt;/P&gt;&lt;P&gt;Moshe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 16:25:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9794276#M69318</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2020-10-09T16:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help with load command</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9794292#M69319</link>
      <description>&lt;P&gt;I wasn't clear, I placed the shx files in the fonts folder. The lsp file I placed in the autocad main folder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Shabat shalom ya melekh&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 16:35:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9794292#M69319</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-09T16:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help with load command</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9794299#M69320</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;.....&lt;/P&gt;
&lt;P&gt;I put the files in the fonts folder.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;P&gt;By the way, I didn't wrote the full path&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That's right -- you don't need to include the path if it's something in the Support File Search Path list.&amp;nbsp; But I agree with&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/52747"&gt;@Moshe-A&lt;/a&gt;&amp;nbsp;that there's a better place.&amp;nbsp; I would suggest the one that ends in &lt;FONT color="#000000"&gt;\support&lt;/FONT&gt;:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SupportPath.PNG" style="width: 362px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/829418iCAC4756FF78CCA63/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SupportPath.PNG" alt="SupportPath.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 16:37:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9794299#M69320</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-10-09T16:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help with load command</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9794306#M69321</link>
      <description>&lt;P&gt;what is the difference?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 16:44:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9794306#M69321</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-09T16:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help with load command</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9794361#M69322</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;what is the difference?&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Mostly just that if it's not a font, it doesn't seem appropriate to put it in the fonts folder.&amp;nbsp; The one with a path similar to this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &lt;FONT color="#000000"&gt;C:\Users\kcooper\AppData\Roaming\Autodesk\AutoCAD 2019\R23.0\enu\Support&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;is probably really the best place, because it's where AutoCAD keeps related kinds of things, such as linetype and hatch pattern files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I actually make a separate folder for my own support-like things such as that [the one in my image above the highlighted one, where you don't see the entire line].&amp;nbsp; It is &lt;EM&gt;not version-specific&lt;/EM&gt;, so when I upgrade to a newer version, I simply add that folder to the Support File Search Path list, and all my custom things are immediately available -- I don't need to copy them from a folder for the previous version into a folder for the new version.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 17:23:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9794361#M69322</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-10-09T17:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help with load command</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9796042#M69323</link>
      <description>&lt;P&gt;apperantly it doesn't do what i was planning &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;i am looking for a polyline predesign shape list, i created a similiar list but not as polyline.&lt;/P&gt;&lt;P&gt;how can i do that?&lt;/P&gt;&lt;P&gt;i attached a video that describe what i did. can i make somthing like that, that make a polyline and not a SHAPE or a BLOCK?&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="demo.gif" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/829872i4DA2FF1138E0B523/image-size/large?v=v2&amp;amp;px=999" role="button" title="demo.gif" alt="demo.gif" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2020 07:38:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9796042#M69323</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-11T07:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help with load command</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9796455#M69324</link>
      <description>&lt;P&gt;Shani,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why block is not&amp;nbsp;&lt;SPAN&gt;appropriate? you can create a rectangle block for each standard sheet A4/A3/A0 that has the size of 1:1 at insert you can scale it by the scale needed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;assuming you are working in meters?!&lt;/P&gt;&lt;P&gt;let's take the A3 size 420x297 mm , draw a rectangle 0.42x0.297 and make it block&lt;/P&gt;&lt;P&gt;now at insert&lt;/P&gt;&lt;P&gt;if you need it in 1:&amp;nbsp; &amp;nbsp;100 scale it by&amp;nbsp; &amp;nbsp;100&lt;/P&gt;&lt;P&gt;if you need it in 1:&amp;nbsp; &amp;nbsp;250 scale it by&amp;nbsp; &amp;nbsp;250&lt;/P&gt;&lt;P&gt;if you need it in 1:1000 scale it by 1000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after the scale you can explode it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it is so simple if you go on the right track.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moshe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2020 16:36:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9796455#M69324</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2020-10-11T16:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help with load command</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9796472#M69325</link>
      <description>&lt;P&gt;i will explain.&lt;/P&gt;&lt;P&gt;my main goal was to create a rectangle for another lisp, a frame maker with coordinates(video attached).&lt;/P&gt;&lt;P&gt;i thought that i can make the frames with SHAPES, but it only works with polyline.&lt;/P&gt;&lt;P&gt;i didn't find any other option to create this kind of menu/list of layout sizes from polyline.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="demo2.gif" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/829971i0D8D1FA94EFCB04E/image-size/large?v=v2&amp;amp;px=999" role="button" title="demo2.gif" alt="demo2.gif" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2020 16:53:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9796472#M69325</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-11T16:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help with load command</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9796697#M69326</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp; hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached shtfrm.zip file contain a lisp program to do what exactly what you want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;enjoy&lt;/P&gt;&lt;P&gt;Moshe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2020 21:25:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9796697#M69326</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2020-10-11T21:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help with load command</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9796748#M69327</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/52747"&gt;@Moshe-A&lt;/a&gt;&amp;nbsp; wrote, "&lt;SPAN&gt;you can scale it by the scale needed."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;That sounds like the days before paperspace.&amp;nbsp; It appears that he is making a rectangular title block border in modelspace.&amp;nbsp; I think it's been a few decades now since (almost) all of us put our title blocks in paperspace layouts at 1:1.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I should be more gentle; there is a huge difference between stupidity and ignorance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2020 22:59:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9796748#M69327</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2020-10-11T22:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help with load command</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9796754#M69328</link>
      <description>&lt;P&gt;Mosshe-a You should have described what is in the vlx file, some images etc I would not load even though I trust you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a lot of make rectangs following a pline as in road designs then make all the new layouts at a user scale with view rotated to suit.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2020 23:08:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-load-command/m-p/9796754#M69328</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2020-10-11T23:08:33Z</dc:date>
    </item>
  </channel>
</rss>

