<?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: Select a Block at desired location in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/select-a-block-at-desired-location/m-p/9285361#M79103</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6669365"&gt;@karthand&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;P&gt;(ssget "C" '((0 . "insert") (10 401 14 0)))&lt;BR /&gt;....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That (ssget) function requires two points between the "C" and the filter list, to define the crossing window.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you know there will be a Block with its insertion point at that location, change the "C" to an "X".&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jan 2020 13:06:16 GMT</pubDate>
    <dc:creator>Kent1Cooper</dc:creator>
    <dc:date>2020-01-30T13:06:16Z</dc:date>
    <item>
      <title>Select a Block at desired location</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/select-a-block-at-desired-location/m-p/9284652#M79101</link>
      <description>&lt;P&gt;I would like to know if there any way to select a block at a desired co ordinate, purge and delete the objects at an enclosed area.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have already modified few lisps and was able to figure out the second part, but need help with selecting the block at the given co ordinates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(defun C:DTTX (/ ss1)&lt;BR /&gt;(ssget "C" '((0 . "insert") (10 401 14 0)))&lt;BR /&gt;(c:burst)&lt;BR /&gt;(if (setq ss1 (ssget "_W" '(395 18) '(410 10) '((0 . "TEXT"))))&lt;BR /&gt;(command "_.erase" ss1 "")&lt;BR /&gt;(alert "TEXT Not Found")&lt;BR /&gt;);; End of if&lt;BR /&gt;(princ)&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 07:15:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/select-a-block-at-desired-location/m-p/9284652#M79101</guid>
      <dc:creator>karthand</dc:creator>
      <dc:date>2020-01-30T07:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Select a Block at desired location</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/select-a-block-at-desired-location/m-p/9284763#M79102</link>
      <description>&lt;P&gt;So you have given an insertion point of some block...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 08:28:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/select-a-block-at-desired-location/m-p/9284763#M79102</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2020-01-30T08:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Select a Block at desired location</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/select-a-block-at-desired-location/m-p/9285361#M79103</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6669365"&gt;@karthand&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;P&gt;(ssget "C" '((0 . "insert") (10 401 14 0)))&lt;BR /&gt;....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That (ssget) function requires two points between the "C" and the filter list, to define the crossing window.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you know there will be a Block with its insertion point at that location, change the "C" to an "X".&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 13:06:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/select-a-block-at-desired-location/m-p/9285361#M79103</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-01-30T13:06:16Z</dc:date>
    </item>
  </channel>
</rss>

