<?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: Selection set by window selection in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9774264#M69879</link>
    <description>&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;To have it ignore things on locked Layers, add the "_:L" operator to the (ssget) function for getting things to Wblock out [here a piece of the code in Message 36]:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;....
    (prompt (strcat "\nSelect Objects for " dnme ".dwg by Window"))
    (setq ss (ssget "_:L"))
....&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Without trial, I'm not sure the "_X" and "_:L" operators can be &lt;EM&gt;combined&lt;/EM&gt;&amp;nbsp; earlier [to find all Multileaders in the drawing not on a locked Layer] the way some operators can.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you don't want it to ignore things on locked Layers, but have them included, then I think the only option is to build in unlocking all Layers in the beginning, and at the end use a LAYERP command to re-lock them.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 12:17:11 GMT</pubDate>
    <dc:creator>Kent1Cooper</dc:creator>
    <dc:date>2020-09-29T12:17:11Z</dc:date>
    <item>
      <title>Selection set by window selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769265#M69836</link>
      <description>&lt;P&gt;I am trying to create a selection set by selecting entities by a window. i thought it was&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(prompt "\nSelect Objects by Window")&lt;BR /&gt;(setq p1 (getpoint "\nFirst Corner: "))&lt;BR /&gt;(setq p2 (getpoint p1 "\nSecond Corner: "))&lt;BR /&gt;(setq ss1 (ssget "w" p1 p2))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am having some trouble though. I must be missing something &amp;amp; just not thinking of it.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 20:50:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769265#M69836</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-25T20:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Selection set by window selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769283#M69837</link>
      <description>&lt;P&gt;What is the feedback after the 4. line?&lt;/P&gt;
&lt;P&gt;(copy paste the line to your commandline)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then [F2] to see the feedback&lt;/P&gt;
&lt;P&gt;If it is not "nil"&lt;/P&gt;
&lt;P&gt;Start move command and select the items by type in P&amp;lt;enter&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is your product/version?&lt;/P&gt;
&lt;P&gt;Are the objects visible?&lt;/P&gt;
&lt;P&gt;fully inside the window corners of p1 and p2?&lt;/P&gt;
&lt;P&gt;[EDIT]Using a english version?[/ EDIT]&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 21:03:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769283#M69837</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2020-09-25T21:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Selection set by window selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769290#M69838</link>
      <description>&lt;P&gt;This works for me in 2012. Are you using an English or International version of AutoCAD?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 21:07:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769290#M69838</guid>
      <dc:creator>dlanorh</dc:creator>
      <dc:date>2020-09-25T21:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Selection set by window selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769335#M69839</link>
      <description>&lt;P&gt;I'm using vanilla AutoCAD 2016. United States English version. Its just a floor plan consisting of lines, &amp;amp; some blocks of windows, doors, etc. I'm trying to create a selection set by selecting the objects with a window. I get a dashed&amp;nbsp; single line when I try to run it instead of the window selection I was expecting&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 21:53:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769335#M69839</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-25T21:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Selection set by window selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769366#M69840</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;.... I get a dashed&amp;nbsp; single line when I try to run it instead of the window selection I was expecting&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;To me, that sounds like maybe you're viewing the whole situation &lt;EM&gt;edge-wise to the current Coordinate System&lt;/EM&gt;.&amp;nbsp; If you do &lt;STRONG&gt;UCS World&lt;/STRONG&gt; / &lt;STRONG&gt;PLAN World&lt;/STRONG&gt;, does it still do that?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 22:13:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769366#M69840</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-09-25T22:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Selection set by window selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769381#M69841</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;I'm using vanilla AutoCAD 2016. United States English version. Its just a floor plan consisting of lines, &amp;amp; some blocks of windows, doors, etc. I'm trying to create a selection set by selecting the objects with a window. I get a dashed&amp;nbsp; single line when I try to run it instead of the window selection I was expecting&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This is caused by collecting the preselecting the points p1 and p2 using getpoint. Try just using&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(prompt "\nSelect Objects by Window")
(setq ss1 (ssget "w" (getpoint) (getpoint)))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 22:21:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769381#M69841</guid>
      <dc:creator>dlanorh</dc:creator>
      <dc:date>2020-09-25T22:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Selection set by window selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769415#M69842</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;I get a dashed&amp;nbsp; single line when I try to run it instead of the window selection I was expecting&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So is this your "trouble" ? It works (object selection), but you want this dashed rectangle?&lt;/P&gt;
&lt;P&gt;LOL, then i missed your point, sorry.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 23:06:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769415#M69842</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2020-09-25T23:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Selection set by window selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769617#M69843</link>
      <description>&lt;P&gt;Maybe i should tell you guys what i'm trying to do. i will have a drawing open. The routine will get every multileader in the drawing &amp;amp; explode them. It will then select some entities with a window &amp;amp; then change the color of all entities to the white color. It will then wblock those entities to the directory that the drawing is open to naming it pool.dwg. It will do the same thing to a second bunch of entities naming that pool2.dwg. i found a Lee Mac routine on one of the forums that handles the multleader part, but i'm having trouble with the window to select the entities. Finally it will undo back to the point where the multleaders are exploded making the drawing look like it did with the routine was run. i am attaching the file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 05:09:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769617#M69843</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-26T05:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Selection set by window selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769623#M69844</link>
      <description>&lt;P&gt;If you want a box as input you need a GRDRAW box function to temporary draw a box , other way is use rectang and get max min cnrs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need to google draw a box.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Look at yinyang I am sure there is a draw box some where.&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/grread/td-p/2706707" target="_blank"&gt;https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/grread/td-p/2706707&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 05:32:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769623#M69844</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2020-09-26T05:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Selection set by window selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769640#M69845</link>
      <description>&lt;P&gt;i mostly want to be able to select the entities. I was just expecting it to be a window selection. much like if i just typed change properties into the command prompt it asks me to select the objects.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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="sovby_0-1601098184208.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/823978i3B3D6E891E0C6F38/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sovby_0-1601098184208.png" alt="sovby_0-1601098184208.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 05:31:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769640#M69845</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-26T05:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Selection set by window selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769642#M69846</link>
      <description>&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/grread/td-p/2706707" target="_blank"&gt;https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/grread/td-p/2706707&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 05:33:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769642#M69846</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2020-09-26T05:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Selection set by window selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769647#M69847</link>
      <description>&lt;P&gt;Thank you. I'll start looking through this&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 05:50:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769647#M69847</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-26T05:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Selection set by window selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769663#M69848</link>
      <description>&lt;P&gt;Must be a few errors in the code that was posted. i found one area that was missing a double quote. I get a too few arguments error message so ill have to look at it some more. i am trying the first post in the link by the way&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 06:08:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769663#M69848</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-26T06:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Selection set by window selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769700#M69849</link>
      <description>&lt;LI-CODE lang="general"&gt;(prompt "\nSelect Objects by Window")
(setq p1 (getpoint "\nFirst Corner: "))
(setq p2 (getcorner p1 "\nSecond Corner: "))
(setq ss1 (ssget "w" p1 p2))&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 26 Sep 2020 07:01:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769700#M69849</guid>
      <dc:creator>hak_vz</dc:creator>
      <dc:date>2020-09-26T07:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Selection set by window selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769724#M69850</link>
      <description>&lt;P&gt;Also you can use command SELECT, and after that you have selection set as:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(command "Select")(setq ss (ssget "p"))&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 26 Sep 2020 07:43:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769724#M69850</guid>
      <dc:creator>hak_vz</dc:creator>
      <dc:date>2020-09-26T07:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Selection set by window selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769799#M69851</link>
      <description>&lt;P&gt;Just curios, why simple&lt;/P&gt;
&lt;P&gt;(setq ss (ssget)) is not enough?&lt;/P&gt;
&lt;P&gt;That allows you a window selection within dashed rectangle... what am I missing?&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 09:52:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769799#M69851</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2020-09-26T09:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Selection set by window selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769807#M69852</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1779365"&gt;@ВeekeeCZ&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Just curios, why simple&lt;/P&gt;&lt;P&gt;(setq ss (ssget)) is not enough?&lt;/P&gt;&lt;P&gt;That allows you a window selection within dashed rectangle... what am I missing?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It is just enough to create selection set.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 10:08:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9769807#M69852</guid>
      <dc:creator>hak_vz</dc:creator>
      <dc:date>2020-09-26T10:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Selection set by window selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9770064#M69853</link>
      <description>&lt;P&gt;I was getting an error message when i tried that originally. It turns out that the area&amp;nbsp;i thought was creating the problem was not correct. Right after the selection set i want to change all the colors of the objects selected to color white. The code that i had is&amp;nbsp;(COMMAND "change" ss1 "p" "COLOR" "7" ""). This seems to be causing the error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am attaching the error i am getting. After that i want to wblock that same selection set to the directory that i am working from&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 15:25:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9770064#M69853</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-26T15:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Selection set by window selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9770068#M69854</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I was getting an error message when i tried that originally. It turns out that the area&amp;nbsp;i thought was creating the problem was not correct. Right after the selection set i want to change all the colors of the objects selected to color white. The code that i had is&amp;nbsp;(COMMAND "change" ss1 &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;""&lt;/STRONG&gt;&lt;/FONT&gt; "p" "COLOR" "7" ""). This seems to be causing the error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am attaching the error i am getting. After that i want to wblock that same selection set to the directory that i am working from&lt;/P&gt;
&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;you still need to close the ss&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 15:33:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9770068#M69854</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2020-09-26T15:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Selection set by window selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9770108#M69855</link>
      <description>&lt;P&gt;hmmm. It doesn't seem to be running the change command. I wonder if i need a progn statement or something.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(prompt "\nSelect Objects for Pool.dwg by Window")&lt;BR /&gt;(setq p1 (getpoint "\nFirst Corner: "))&lt;BR /&gt;(setq p2 (getcorner p1 "\nSecond Corner: "))&lt;BR /&gt;(setq ss1 (ssget "w" p1 p2))&lt;/P&gt;&lt;P&gt;(COMMAND "change" ss1 "" "p" "COLOR" "7" "")&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 16:20:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/selection-set-by-window-selection/m-p/9770108#M69855</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-26T16:20:41Z</dc:date>
    </item>
  </channel>
</rss>

