<?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: Automate for selecting all circles &amp;amp; delete from entire drawing in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13763710#M352960</link>
    <description>&lt;P&gt;Please find reference attached AutoCAD DXF file, so that you can find the issue in this...&lt;/P&gt;</description>
    <pubDate>Tue, 12 Aug 2025 07:52:32 GMT</pubDate>
    <dc:creator>sanjayph1111</dc:creator>
    <dc:date>2025-08-12T07:52:32Z</dc:date>
    <item>
      <title>Automate for selecting all circles &amp; delete from entire drawing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13736280#M352086</link>
      <description>&lt;P&gt;I want to automate for selecting all circles of 5mm dia &amp;amp; delete from entire drawing&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 06:51:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13736280#M352086</guid>
      <dc:creator>sanjayph1111</dc:creator>
      <dc:date>2025-07-23T06:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Automate for selecting all circles &amp; delete from entire drawing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13736283#M352087</link>
      <description>&lt;P&gt;Qselect is not working for this even try to record macros...&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 06:53:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13736283#M352087</guid>
      <dc:creator>sanjayph1111</dc:creator>
      <dc:date>2025-07-23T06:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Automate for selecting all circles &amp; delete from entire drawing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13736285#M352088</link>
      <description>&lt;P&gt;Please if anybody can provide me the solution for this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 06:55:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13736285#M352088</guid>
      <dc:creator>sanjayph1111</dc:creator>
      <dc:date>2025-07-23T06:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Automate for selecting all circles &amp; delete from entire drawing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13736519#M352089</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you drawing is drawn 1unit=1mm, this is a simple statement to erase all 5diam circles on non-locked Layers in the current space only.&lt;/P&gt;&lt;P&gt;Command: &lt;FONT color="#0000FF"&gt;(if (setq ss (ssget "_X" (list'(0 . "CIRCLE")'(40 . 2.5)(cons 410 (getvar 'CTAB)))))(command "_.erase" "_p" ""))&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 10:32:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13736519#M352089</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2025-07-23T10:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Automate for selecting all circles &amp; delete from entire drawing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13736556#M352091</link>
      <description>&lt;P&gt;Great ...&lt;/P&gt;&lt;P&gt;Thanks a lot... Its working perfectly... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 11:03:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13736556#M352091</guid>
      <dc:creator>sanjayph1111</dc:creator>
      <dc:date>2025-07-23T11:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Automate for selecting all circles &amp; delete from entire drawing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13738011#M352140</link>
      <description>&lt;P&gt;Can I make a shortcut key for the same as this is too repeated work... I added ZOMM all also to this one &amp;amp; now if you can provide to make macros for this one, please ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(command "_.zoom" "_a")(if (setq ss (ssget "_X" (list'(0 . "CIRCLE")'(40 . 3.5)(cons 410 (getvar 'CTAB)))))(command "_.erase" "_p" ""))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 09:30:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13738011#M352140</guid>
      <dc:creator>sanjayph1111</dc:creator>
      <dc:date>2025-07-24T09:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Automate for selecting all circles &amp; delete from entire drawing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13738127#M352143</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we changed from 5.0 to 7.0 ? okay&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;" if you can provide to make macros for this one, please ..."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Macro? You can add the line in macros, so what is the problem?&lt;/P&gt;&lt;P&gt;Create a Command-Tool in your Toolpalette or any other Button for Toolbars, menus or Ribbon and add the line.&amp;nbsp;&lt;EM&gt; &lt;FONT size="4" color="#0000FF"&gt;^C^C^C&lt;/FONT&gt;(command "_.zoom" "_a")&lt;FONT size="4"&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;(if (setq ss (ssget "_X" (list'(0 . "CIRCLE")'(40 . 3.5)(cons 410 (getvar 'CTAB)))))(command "_.erase" "_p" ""))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;"Can I make a shortcut key"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Shortcut are defined in you CUI&lt;/P&gt;&lt;P&gt;but I can offer edited lines, so after load a new command is available: DelAll7diaCircles&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="lisp"&gt;(defun c:DelAll7diaCircles nil
 (command "_.zoom" "_a")
 (if (setq ss (ssget "_X" (list'(0 . "CIRCLE")'(40 . 3.5)(cons 410 (getvar 'CTAB)))))(command "_.erase" "_p" ""))
 (princ)
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 24 Jul 2025 10:43:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13738127#M352143</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2025-07-24T10:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Automate for selecting all circles &amp; delete from entire drawing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13738854#M352170</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/16709360"&gt;@sanjayph1111&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Qselect is not working for this ....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I'm curious about that -- it should work.&amp;nbsp; Could you be doing something like giving it a radius where you should be giving it a diameter?&lt;/P&gt;
&lt;P&gt;Also, suggestions so far work to remove Circles in only the current space, because the Erase command in an AutoLisp (command) function with object selection can "see" only those.&amp;nbsp; It would not be difficult to write something to remove them from &lt;EM&gt;all&lt;/EM&gt; spaces in the drawing, if you need that.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 17:27:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13738854#M352170</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2025-07-24T17:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Automate for selecting all circles &amp; delete from entire drawing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13738888#M352173</link>
      <description>&lt;P&gt;Quote:&amp;nbsp;&lt;SPAN&gt;I want to &lt;STRONG&gt;automate&lt;/STRONG&gt; for&amp;nbsp;...&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 17:53:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13738888#M352173</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2025-07-24T17:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Automate for selecting all circles &amp; delete from entire drawing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13763684#M352957</link>
      <description>&lt;P&gt;I created shortcut Key also for the same. But the issue is that for some files it works &amp;amp; not all. I checked the dimensions as you can find in attached screenshots...&lt;BR /&gt;Why this may happen &amp;amp; how to resolve it.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshots.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1560463iC6B24B585F0305B7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshots.png" alt="Screenshots.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 07:33:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13763684#M352957</guid>
      <dc:creator>sanjayph1111</dc:creator>
      <dc:date>2025-08-12T07:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Automate for selecting all circles &amp; delete from entire drawing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13763690#M352958</link>
      <description>&lt;P&gt;Find DXF File as well&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 07:39:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13763690#M352958</guid>
      <dc:creator>sanjayph1111</dc:creator>
      <dc:date>2025-08-12T07:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Automate for selecting all circles &amp; delete from entire drawing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13763704#M352959</link>
      <description>&lt;P&gt;Your white circle isn't exactly 7, it's&amp;nbsp;6.99998600 (set LUPREC variable to 8 and see)&lt;BR /&gt;When I edit the property to 7 and run the command it works fine.&lt;BR /&gt;&lt;BR /&gt;Here's Cadffm's command updated to give some tolerance: (0.01)&lt;BR /&gt;(command "_.zoom" "_a") (if (setq ss (ssget "_X" (list '(0 . "CIRCLE") (cons 410 (getvar 'CTAB))))) (foreach e (vl-remove-if-not '(lambda (x) (&amp;lt;= (abs (- (cdr (assoc 40 (entget x))) 3.5)) 0.01)) (mapcar 'cadr (ssnamex ss))) (entdel e)))&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 07:49:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13763704#M352959</guid>
      <dc:creator>Brock_Olly</dc:creator>
      <dc:date>2025-08-12T07:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Automate for selecting all circles &amp; delete from entire drawing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13763710#M352960</link>
      <description>&lt;P&gt;Please find reference attached AutoCAD DXF file, so that you can find the issue in this...&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 07:52:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13763710#M352960</guid>
      <dc:creator>sanjayph1111</dc:creator>
      <dc:date>2025-08-12T07:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Automate for selecting all circles &amp; delete from entire drawing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13763747#M352961</link>
      <description>&lt;P&gt;Perfect...&lt;BR /&gt;It's now working to delete all 7mm dia circles...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 08:24:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13763747#M352961</guid>
      <dc:creator>sanjayph1111</dc:creator>
      <dc:date>2025-08-12T08:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Automate for selecting all circles &amp; delete from entire drawing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13763794#M352964</link>
      <description>&lt;P&gt;The previous code deletes all 7units dia circles,&lt;/P&gt;&lt;P&gt;tha last code delete all 7units dia circles and circle with dia near to 7units.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 09:14:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13763794#M352964</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2025-08-12T09:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Automate for selecting all circles &amp; delete from entire drawing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13763835#M352965</link>
      <description>&lt;P&gt;The code *was* working, your circles were not exactly 7mm..&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 09:41:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automate-for-selecting-all-circles-amp-delete-from-entire/m-p/13763835#M352965</guid>
      <dc:creator>Brock_Olly</dc:creator>
      <dc:date>2025-08-12T09:41:33Z</dc:date>
    </item>
  </channel>
</rss>

