<?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: Script Issue in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6465226#M130132</link>
    <description>&lt;P&gt;Of course I answered before you posted your script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I thought you were working on the "join" command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm glad I could help, anyway.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now the issue is you can't offset all objects, isn't it?&lt;/P&gt;
&lt;P&gt;Well, in AutoCad you can't. Only one object at a time. You have to tell the application which side of the object you want the offset to be put.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Giancarlo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jul 2016 17:16:11 GMT</pubDate>
    <dc:creator>gdefilo</dc:creator>
    <dc:date>2016-07-28T17:16:11Z</dc:date>
    <item>
      <title>Script Issue</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6465147#M130125</link>
      <description>&lt;P&gt;I am trying to write a Script to join lines and offset them but when I am typing "join" "enter" "all" "enter" is working in command bar but Script is not working when I am running the Script. I wrote with Notepad like Exp. below :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;select&lt;/P&gt;&lt;P&gt;all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;join&lt;/P&gt;&lt;P&gt;all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"all" is not working in AutoCAD with&amp;nbsp;Script I wrote with Notepad but is working in another CAD program like Micro survey&amp;nbsp;2016. Can&amp;nbsp;you please tell me why ?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2016 16:37:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6465147#M130125</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-28T16:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Script Issue</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6465170#M130126</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous﻿,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Welcome to the Autodesk Community!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you give me the exact script (SCR) that you are trying to run? Or, is this a diesel script assigned to a button or key?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried your steps at the command line and yes they work fine. I then used the Action Recorder to do the same thing and it seemed to work fine as well.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2016 16:49:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6465170#M130126</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-07-28T16:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Script Issue</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6465183#M130127</link>
      <description>&lt;DIV&gt;-LAYER&lt;BR /&gt;SET&lt;BR /&gt;HOUSE&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;-LAYER&lt;BR /&gt;FREEZE&lt;BR /&gt;*&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;PEDIT&lt;BR /&gt;all&lt;BR /&gt;y&lt;BR /&gt;join&lt;BR /&gt;fil&lt;BR /&gt;la&lt;BR /&gt;house&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;OFFSET&lt;BR /&gt;0.45&lt;BR /&gt;l&lt;BR /&gt;35981.125,5426.236&lt;BR /&gt;35981.125408,5426.236179,0.000000&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CHANGE&lt;BR /&gt;l&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;properties&lt;BR /&gt;la&lt;BR /&gt;overhang&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;-LAYER&lt;BR /&gt;THAW&lt;BR /&gt;*&lt;BR /&gt;lt&lt;BR /&gt;hiddenx2&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;properties&lt;BR /&gt;lt&lt;BR /&gt;hiddenx2&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;EXPLODE&lt;BR /&gt;fil&lt;BR /&gt;la&lt;BR /&gt;house&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;EXPLODE&lt;BR /&gt;fil&lt;BR /&gt;la&lt;BR /&gt;overhang&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;_STOPSCRIPT&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Jul 2016 16:55:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6465183#M130127</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-28T16:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Script Issue</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6465198#M130128</link>
      <description>&lt;P&gt;I am using this Script in Microsurvey 2016 to draw overhang and is working very well but I have tried to use&amp;nbsp;that with&amp;nbsp;AutoCAD 2017 unfortunately didn't work. The problem is selecting option when we are typing "all" is going to say *Invalid selection*.&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Jul 2016 17:00:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6465198#M130128</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-28T17:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Script Issue</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6465199#M130129</link>
      <description>&lt;P&gt;Hi asarafrazi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;welcome to this Community!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tell us: what are you trying to do?&lt;BR /&gt;&lt;BR /&gt;Do you know that the "join" command works only with objects with an endpoint in common?&lt;BR /&gt;&lt;BR /&gt;If you try to run the join command on a selection of "all" objects, could not work at all if there's no line (or arc, or polyline...) with an endpoint in common with another line (or arc, or polyline...).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can obviously try.&lt;BR /&gt;&lt;BR /&gt;I would do like this:&lt;BR /&gt;&lt;BR /&gt;_join;all;;&lt;BR /&gt;&lt;BR /&gt;the semicolon works like an &amp;lt;enter&amp;gt;, so remember not to put an enter at the end of the line.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Giancarlo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2016 17:11:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6465199#M130129</guid>
      <dc:creator>gdefilo</dc:creator>
      <dc:date>2016-07-28T17:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Script Issue</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6465203#M130130</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous﻿,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will take a look to see if I can find a work around. It might be as simple as a Zoom Extents before doing that....I will update my post with my findings.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2016 17:02:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6465203#M130130</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-07-28T17:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Script Issue</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6465212#M130131</link>
      <description>&lt;P&gt;Hi John, Thank you so much for your help.&lt;/P&gt;&lt;P&gt;This is better Exp.: "all" at the end is not working&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;-LAYER&lt;BR /&gt;SET&lt;BR /&gt;HOUSE&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;-LAYER&lt;BR /&gt;FREEZE&lt;BR /&gt;*&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;pedit&lt;BR /&gt;all&lt;BR /&gt;y&lt;BR /&gt;join&lt;BR /&gt;all&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;offset&lt;BR /&gt;0.45&lt;BR /&gt;all&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2016 17:08:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6465212#M130131</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-28T17:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Script Issue</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6465226#M130132</link>
      <description>&lt;P&gt;Of course I answered before you posted your script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I thought you were working on the "join" command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm glad I could help, anyway.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now the issue is you can't offset all objects, isn't it?&lt;/P&gt;
&lt;P&gt;Well, in AutoCad you can't. Only one object at a time. You have to tell the application which side of the object you want the offset to be put.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Giancarlo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2016 17:16:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6465226#M130132</guid>
      <dc:creator>gdefilo</dc:creator>
      <dc:date>2016-07-28T17:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Script Issue</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6465259#M130133</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;DIV class="username_area"&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2827062" target="_self"&gt;&lt;SPAN&gt;g.defilo&lt;/SPAN&gt;&lt;/A&gt;, Thank you for your reply, The problem is if I want to type in command bar like : Select;all;; then offset; 0.45; 35981.125408,5426.236179; is working but when have tried to type in notepad for script didn't work. I don't know why ?!&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2016 17:32:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6465259#M130133</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-28T17:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Script Issue</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6465377#M130134</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous﻿,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(SSGET "L") will give you the last element but when you use it with Offset in a script it needs manual input of the side to offset to.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I used Action Recorder in AutoCAD 2017 to record the steps. It works ok for me but of course does not have any error checking that a LISP routine would include if well written.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The trickiest part is of course the Offset command in the macro. While recording it I used:&lt;/P&gt;
&lt;P&gt;Offset&lt;/P&gt;
&lt;P&gt;0.45&lt;/P&gt;
&lt;P&gt;(SSGET "L")&lt;/P&gt;
&lt;P&gt;Then a pick point for the offset side&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can put this macro in your Actions Recording File Location and try to run on your system.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/258737i737F865DADDC4C33/image-size/medium?v=v2&amp;amp;px=-1" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2016 18:28:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6465377#M130134</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-07-28T18:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Script for AutoCAD 2017 to join lines and offset them !!!</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6465416#M130135</link>
      <description>&lt;P&gt;I can't answer why it's not working in 2017 - it works fine in 2013 - but I can offer an alternative: instead of the 2nd "All", try "P" for previous.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2016 18:44:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6465416#M130135</guid>
      <dc:creator>dmfrazier</dc:creator>
      <dc:date>2016-07-28T18:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Script for AutoCAD 2017 to join lines and offset them !!!</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6465618#M130136</link>
      <description>&lt;P&gt;Hi, I did with "p" "last" "all" but didn't work...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2016 20:06:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6465618#M130136</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-28T20:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Script Issue</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6465626#M130137</link>
      <description>&lt;P&gt;Thank you so much for your help but didn't work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; for me .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2016 20:07:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6465626#M130137</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-28T20:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Script Issue</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6465786#M130138</link>
      <description>&lt;P&gt;Well,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;we were here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;-LAYER&lt;BR /&gt;SET&lt;BR /&gt;HOUSE&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;-LAYER&lt;BR /&gt;FREEZE&lt;BR /&gt;*&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;pedit&lt;BR /&gt;all&lt;BR /&gt;y&lt;BR /&gt;join&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;(ssget "_X")&lt;BR /&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;offset&lt;BR /&gt;0.45&lt;BR /&gt;all&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The ssget expression should select everything in the drawing.&lt;/P&gt;
&lt;P&gt;But still I don't get what to do with the offset sequence. There is a way to male it work but it will only for the first line (or polyline) selected.&lt;/P&gt;
&lt;P&gt;Better than a script, build a button macro. All the spaces that represent the &amp;lt;enter&amp;gt; function can be substituted with a semicolon.&lt;/P&gt;
&lt;P&gt;So, the whole sequence could be:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-LAYER;SET;HOUSE;FREEZE;*;;PEDIT;ALL;Y;JOIN;(ssget "_X");;;OFFSET;0.45;\35981.125,5426.236;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You notice the backslash after the offset distance? That means that the command must wait for a selection, so you can pick a line or a polyline.&lt;/P&gt;
&lt;P&gt;Then it will go on, but it will do only the first offset automatically.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Giancarlo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2016 21:26:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6465786#M130138</guid>
      <dc:creator>gdefilo</dc:creator>
      <dc:date>2016-07-28T21:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Script Issue</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6475737#M130139</link>
      <description>&lt;P&gt;Thank you so much guys. Finally with your help I could write the script I want to use :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;-LAYER&lt;BR /&gt;SET&lt;BR /&gt;HOUSE&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;-LAYER&lt;BR /&gt;FREEZE&lt;BR /&gt;*&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;pedit&lt;BR /&gt;all&lt;BR /&gt;y&lt;BR /&gt;join&lt;BR /&gt;(ssget "_X")&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;offset&lt;BR /&gt;0.45&lt;BR /&gt;(SSGET "L")&lt;BR /&gt;35981.125,5426.236&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;-layer&lt;BR /&gt;thaw&lt;BR /&gt;*&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;explode&lt;BR /&gt;(SSGET "L")&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 03 Aug 2016 14:37:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-issue/m-p/6475737#M130139</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-03T14:37:12Z</dc:date>
    </item>
  </channel>
</rss>

