<?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: ssget &amp;quot;_P&amp;quot; and then continue to select more with filter or remove from selection in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/ssget-quot-p-quot-and-then-continue-to-select-more-with-filter/m-p/10320927#M60384</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/58962"&gt;@devitg&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/75977"&gt;@hmsilva&lt;/a&gt;&amp;nbsp;Henrique , would you please , explain about the&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;(vla-sendcommand (vla-get-activedocument (vlax-get-acad-object)) "_P\r")&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;as I can see it send , both the Previous and remove .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what others applications ?&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;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Gabriel,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;it sends the _P to the command line, the \r is a&amp;nbsp;carriage return (enter)...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Henrique&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 18 May 2021 14:07:40 GMT</pubDate>
    <dc:creator>hmsilva</dc:creator>
    <dc:date>2021-05-18T14:07:40Z</dc:date>
    <item>
      <title>ssget "_P" and then continue to select more with filter or remove from selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/ssget-quot-p-quot-and-then-continue-to-select-more-with-filter/m-p/10319724#M60375</link>
      <description>&lt;P&gt;Is there a way to do ssget "_P" and then continue to allow the option to select more adding to selection total set or remove objects from previous selection set with filter list?&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 03:17:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/ssget-quot-p-quot-and-then-continue-to-select-more-with-filter/m-p/10319724#M60375</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2021-05-18T03:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: ssget "_P" and then continue to select more with filter or remove from selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/ssget-quot-p-quot-and-then-continue-to-select-more-with-filter/m-p/10320070#M60376</link>
      <description>&lt;P&gt;Try to search, it was here a few times before.&lt;/P&gt;
&lt;P&gt;Just what pops out of my mind...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="gtx-trans" style="position: absolute; left: -56px; top: 86.2px;"&gt;
&lt;DIV class="gtx-trans-icon"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;PRE&gt;(initcommandversion) (command-s "_.select" "_p")
&lt;/PRE&gt;</description>
      <pubDate>Tue, 18 May 2021 06:57:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/ssget-quot-p-quot-and-then-continue-to-select-more-with-filter/m-p/10320070#M60376</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2021-05-18T06:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: ssget "_P" and then continue to select more with filter or remove from selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/ssget-quot-p-quot-and-then-continue-to-select-more-with-filter/m-p/10320098#M60377</link>
      <description>&lt;P&gt;Thanks for your quick reply. I'm aware of the Select command. What I'm trying to do is include in the ssget function the previous selection set with filters and continue to either select more or/and remove objects ie: (setq ss1 (ssget "P" ' ( (0 . "LINE")))).&amp;nbsp; This unfortunately, just creates a selection set filtering out LINE objects from the previous set but does not allow me to continue to select more LINE objects or deselect (remove) objects from the now highlited "P" set.&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 07:11:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/ssget-quot-p-quot-and-then-continue-to-select-more-with-filter/m-p/10320098#M60377</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2021-05-18T07:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: ssget "_P" and then continue to select more with filter or remove from selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/ssget-quot-p-quot-and-then-continue-to-select-more-with-filter/m-p/10320107#M60378</link>
      <description>&lt;P&gt;Just to clarify, my suggestion does allow you to add/remove objects from the highlighted previous selection.&lt;/P&gt;
&lt;P&gt;It does not allow to apply a filter on them.&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 07:19:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/ssget-quot-p-quot-and-then-continue-to-select-more-with-filter/m-p/10320107#M60378</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2021-05-18T07:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: ssget "_P" and then continue to select more with filter or remove from selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/ssget-quot-p-quot-and-then-continue-to-select-more-with-filter/m-p/10320110#M60379</link>
      <description>&lt;P&gt;Yes, filtering is what's missing from your answer. Thanks again.&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 07:20:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/ssget-quot-p-quot-and-then-continue-to-select-more-with-filter/m-p/10320110#M60379</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2021-05-18T07:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: ssget "_P" and then continue to select more with filter or remove from selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/ssget-quot-p-quot-and-then-continue-to-select-more-with-filter/m-p/10320505#M60380</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1137264"&gt;@paullimapa&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Is there a way to do ssget "_P" and then continue to allow the option to select more adding to selection total set or remove objects from previous selection set with filter list?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Something like this, perhaps&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;LI-CODE lang="markup"&gt;(vla-sendcommand (vla-get-activedocument (vlax-get-acad-object)) "_P\r")
(setq ss1 (ssget '((0 . "Line"))))&lt;/LI-CODE&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;Hope this helps, &lt;BR /&gt;Henrique&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 11:05:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/ssget-quot-p-quot-and-then-continue-to-select-more-with-filter/m-p/10320505#M60380</guid>
      <dc:creator>hmsilva</dc:creator>
      <dc:date>2021-05-18T11:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: ssget "_P" and then continue to select more with filter or remove from selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/ssget-quot-p-quot-and-then-continue-to-select-more-with-filter/m-p/10320836#M60381</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/75977"&gt;@hmsilva&lt;/a&gt;&amp;nbsp;Thank you so much...this is exactly what I was looking for...works beautifully!!!!&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 13:39:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/ssget-quot-p-quot-and-then-continue-to-select-more-with-filter/m-p/10320836#M60381</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2021-05-18T13:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: ssget "_P" and then continue to select more with filter or remove from selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/ssget-quot-p-quot-and-then-continue-to-select-more-with-filter/m-p/10320842#M60382</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1137264"&gt;@paullimapa&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/75977"&gt;@hmsilva&lt;/a&gt;&amp;nbsp;Thank you so much...this is exactly what I was looking for...works beautifully!!!!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You're welcome, Paul&lt;BR /&gt;Glad I could help&lt;BR /&gt;&lt;BR /&gt;Henrique&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 13:41:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/ssget-quot-p-quot-and-then-continue-to-select-more-with-filter/m-p/10320842#M60382</guid>
      <dc:creator>hmsilva</dc:creator>
      <dc:date>2021-05-18T13:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: ssget "_P" and then continue to select more with filter or remove from selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/ssget-quot-p-quot-and-then-continue-to-select-more-with-filter/m-p/10320907#M60383</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/75977"&gt;@hmsilva&lt;/a&gt;&amp;nbsp;Henrique , would you please , explain about the&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(vla-sendcommand (vla-get-activedocument (vlax-get-acad-object)) "_P\r")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;as I can see it send , both the Previous and remove .&amp;nbsp;&lt;/P&gt;&lt;P&gt;what others applications ?&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>Tue, 18 May 2021 14:01:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/ssget-quot-p-quot-and-then-continue-to-select-more-with-filter/m-p/10320907#M60383</guid>
      <dc:creator>devitg</dc:creator>
      <dc:date>2021-05-18T14:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: ssget "_P" and then continue to select more with filter or remove from selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/ssget-quot-p-quot-and-then-continue-to-select-more-with-filter/m-p/10320927#M60384</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/58962"&gt;@devitg&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/75977"&gt;@hmsilva&lt;/a&gt;&amp;nbsp;Henrique , would you please , explain about the&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;(vla-sendcommand (vla-get-activedocument (vlax-get-acad-object)) "_P\r")&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;as I can see it send , both the Previous and remove .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what others applications ?&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;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Gabriel,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;it sends the _P to the command line, the \r is a&amp;nbsp;carriage return (enter)...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Henrique&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 14:07:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/ssget-quot-p-quot-and-then-continue-to-select-more-with-filter/m-p/10320927#M60384</guid>
      <dc:creator>hmsilva</dc:creator>
      <dc:date>2021-05-18T14:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: ssget "_P" and then continue to select more with filter or remove from selection</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/ssget-quot-p-quot-and-then-continue-to-select-more-with-filter/m-p/10321766#M60385</link>
      <description>&lt;P&gt;Nice trick Henrique!&lt;/P&gt;
&lt;P&gt;I probably never realized that classic hidden selection options are still available under (ssget).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Command: (ssget)
Select objects: ?
*Invalid selection*
Expects a point or Window/Last/Crossing/BOX/ALL/Fence/WPolygon/CPolygon/Group/Add/Remove/Multiple/&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;P&lt;/STRONG&gt;&lt;/FONT&gt;&lt;STRONG&gt;revious&lt;/STRONG&gt;/Undo/AUto/SIngle
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;This the the &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;P&lt;/STRONG&gt;&lt;/FONT&gt; that&amp;nbsp;(vla-sendcommand (vla-get-activedocument (vlax-get-acad-object)) "_P\r") selects!&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 19:27:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/ssget-quot-p-quot-and-then-continue-to-select-more-with-filter/m-p/10321766#M60385</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2021-05-18T19:27:31Z</dc:date>
    </item>
  </channel>
</rss>

