<?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: BCOUNT command and Dynamic blocks? in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/bcount-command-and-dynamic-blocks/m-p/6712244#M295023</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hello from France&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SORRY I am very late !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) Please find attached a beautiful french routine from Gilles (gile) which give you many new selection tools&lt;/P&gt;
&lt;P&gt;Please load the Lisp routine with APPLOAD &amp;lt;Enter&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have translated a little bit the routine ... I am using this Tool EVERY day !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) So first with a PLine or a Circle or an Ellipse then with SSOC or SSOF commands, you can select objects which are "into" the object (PLine, Circle, Ellipse) and then you launch the BCOUNT routine (from Alan J. Thompson) and give the P (Previous) option at the selection prompt ...&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/looking-for-a-lisp-routine-to-select-block-count-number-of-the/m-p/4316869#M312865" target="_blank"&gt;http://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/looking-for-a-lisp-routine-to-select-block-count-number-of-the/m-p/4316869#M312865&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this tool will help you !?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks to Gilles, Regards, Patrice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;;;; &lt;BR /&gt;;;; ---- Commandes disponibles (Available Commands) ---- &lt;BR /&gt;;;;&lt;BR /&gt;;;; ssc (suivant la couleur) - Selection by Color = SSC &lt;BR /&gt;;;; ssl (suivant le calque) - Selection by Layer = SSL&lt;BR /&gt;;;; sse (suivant le type d'entite) - Selection by Entity Type = SSE &lt;BR /&gt;;;; sstl (suivant le type de ligne) - Selection by LineType = SSTL&lt;BR /&gt;;;;&lt;BR /&gt;;;; ssatt (suivant la valeur d'un attribut) - Selection by Attribute Value = SSATT&lt;BR /&gt;;;;&lt;BR /&gt;;;; sscu (fenetre parallele au SCU) - Objects paralell to SCU = SSCU&lt;BR /&gt;;;;&lt;BR /&gt;;;; ssof (fenetre definie par un objet) - SSOF = Select from an object + Standard Windows (Left to Right) &lt;BR /&gt;;;; ssoc (capture definie par un objet) - SSOC = Select from an object + Capturing Windows (Right to Left) &lt;BR /&gt;;;; Object = PLine or Circle or Ellipse&lt;/P&gt;
&lt;P&gt;;;; &lt;BR /&gt;;;; inv_sel (inverser la selection) - Invert the Selection = INV_SEL&lt;BR /&gt;;;; &lt;BR /&gt;;;; ssd (suivant les valeurs de parametres de blocs dynamiques) - Select from Dynamic Parameters = SSD&lt;BR /&gt;;;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Nov 2016 06:17:18 GMT</pubDate>
    <dc:creator>braudpat</dc:creator>
    <dc:date>2016-11-28T06:17:18Z</dc:date>
    <item>
      <title>BCOUNT command and Dynamic blocks?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/bcount-command-and-dynamic-blocks/m-p/6002640#M295013</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;when I use the command (BCOUNT) I can count the normal blocks. But it does not count the dynamic blocks, for instance blocks with (copy array) or (visibility). Also it does not count the blocks which produced from&amp;nbsp; (copy array).&lt;BR /&gt;&amp;nbsp;Is there a way to count these kinds of blocks without exploding them (as associated groups)?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2016 11:14:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/bcount-command-and-dynamic-blocks/m-p/6002640#M295013</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-23T11:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: BCOUNT command and Dynamic blocks?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/bcount-command-and-dynamic-blocks/m-p/6002669#M295014</link>
      <description>&lt;P&gt;Try &lt;A href="http://www.lee-mac.com/dynamicblockcounter.html" target="_self"&gt;this&lt;/A&gt;&amp;nbsp;Lee Mac'c counter.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2016 12:50:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/bcount-command-and-dynamic-blocks/m-p/6002669#M295014</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2016-01-23T12:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: BCOUNT command and Dynamic blocks?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/bcount-command-and-dynamic-blocks/m-p/6002752#M295015</link>
      <description>&lt;P&gt;Thanks for your fast response.&lt;BR /&gt;Does that mean that , there is no method within the AutoCad to do this job, and we have to use extra application to help us?&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2016 15:51:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/bcount-command-and-dynamic-blocks/m-p/6002752#M295015</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-23T15:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: BCOUNT command and Dynamic blocks?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/bcount-command-and-dynamic-blocks/m-p/6002803#M295016</link>
      <description>&lt;P&gt;BCOUNT - extra application, Express Tools.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2016 16:52:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/bcount-command-and-dynamic-blocks/m-p/6002803#M295016</guid>
      <dc:creator>АлексЮстасу</dc:creator>
      <dc:date>2016-01-23T16:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: BCOUNT command and Dynamic blocks?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/bcount-command-and-dynamic-blocks/m-p/6004243#M295017</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe you can try this BCOUNT routine from "alanjt_" :&lt;/P&gt;
&lt;P&gt;&lt;A href="http://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/looking-for-a-lisp-routine-to-select-block-count-number-of-the/m-p/4316869#M312865" target="_blank"&gt;http://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/looking-for-a-lisp-routine-to-select-block-count-number-of-the/m-p/4316869#M312865&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards, Patrice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 10:44:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/bcount-command-and-dynamic-blocks/m-p/6004243#M295017</guid>
      <dc:creator>braudpat</dc:creator>
      <dc:date>2016-01-25T10:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: BCOUNT command and Dynamic blocks?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/bcount-command-and-dynamic-blocks/m-p/6005052#M295018</link>
      <description>&lt;P&gt;The DATAEXTRACTION command should be able to help. &amp;nbsp;Far more cumbersome than the simple BCOUNT, but should work.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 17:26:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/bcount-command-and-dynamic-blocks/m-p/6005052#M295018</guid>
      <dc:creator>Jason.Piercey</dc:creator>
      <dc:date>2016-01-25T17:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: BCOUNT command and Dynamic blocks?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/bcount-command-and-dynamic-blocks/m-p/6007176#M295019</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous﻿,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for posting your question here in the community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As other members have suggested, the closest you can get here is using Data Extraction within AutoCAD, or customizing the program with a script or routine to accomplish what you're trying to do. &lt;A href="https://forums.autodesk.com/t5/autocad-2013-2014-2015-2016/help-with-bcount-attribute-dynamic-blocks/td-p/6000648" target="_self"&gt;You might check out this other ongoing thread as well&lt;/A&gt; (similar request with similar suggestions).&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 17:42:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/bcount-command-and-dynamic-blocks/m-p/6007176#M295019</guid>
      <dc:creator>Victoria.Studley</dc:creator>
      <dc:date>2016-01-26T17:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: BCOUNT command and Dynamic blocks?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/bcount-command-and-dynamic-blocks/m-p/6668394#M295020</link>
      <description>Is there a command similar to "DataExtraction" that I can just select a closed polyline containing the objects I want counted? I like the "DataExtraction" command because of the report it generates, but I want to just select the polyline.</description>
      <pubDate>Fri, 04 Nov 2016 18:37:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/bcount-command-and-dynamic-blocks/m-p/6668394#M295020</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-04T18:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: BCOUNT command and Dynamic blocks?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/bcount-command-and-dynamic-blocks/m-p/6668721#M295021</link>
      <description>Hello &lt;BR /&gt;&lt;BR /&gt;Do you want a BCOUNT routine able to accept a closed Pline for selection ?&lt;BR /&gt;&lt;BR /&gt;Regards, Patrice &lt;BR /&gt;</description>
      <pubDate>Fri, 04 Nov 2016 21:20:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/bcount-command-and-dynamic-blocks/m-p/6668721#M295021</guid>
      <dc:creator>braudpat</dc:creator>
      <dc:date>2016-11-04T21:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: BCOUNT command and Dynamic blocks?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/bcount-command-and-dynamic-blocks/m-p/6673097#M295022</link>
      <description>&lt;P&gt;Yes, that'd be perfect. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 22:38:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/bcount-command-and-dynamic-blocks/m-p/6673097#M295022</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-07T22:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: BCOUNT command and Dynamic blocks?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/bcount-command-and-dynamic-blocks/m-p/6712244#M295023</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hello from France&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SORRY I am very late !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) Please find attached a beautiful french routine from Gilles (gile) which give you many new selection tools&lt;/P&gt;
&lt;P&gt;Please load the Lisp routine with APPLOAD &amp;lt;Enter&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have translated a little bit the routine ... I am using this Tool EVERY day !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) So first with a PLine or a Circle or an Ellipse then with SSOC or SSOF commands, you can select objects which are "into" the object (PLine, Circle, Ellipse) and then you launch the BCOUNT routine (from Alan J. Thompson) and give the P (Previous) option at the selection prompt ...&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/looking-for-a-lisp-routine-to-select-block-count-number-of-the/m-p/4316869#M312865" target="_blank"&gt;http://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/looking-for-a-lisp-routine-to-select-block-count-number-of-the/m-p/4316869#M312865&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this tool will help you !?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks to Gilles, Regards, Patrice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;;;; &lt;BR /&gt;;;; ---- Commandes disponibles (Available Commands) ---- &lt;BR /&gt;;;;&lt;BR /&gt;;;; ssc (suivant la couleur) - Selection by Color = SSC &lt;BR /&gt;;;; ssl (suivant le calque) - Selection by Layer = SSL&lt;BR /&gt;;;; sse (suivant le type d'entite) - Selection by Entity Type = SSE &lt;BR /&gt;;;; sstl (suivant le type de ligne) - Selection by LineType = SSTL&lt;BR /&gt;;;;&lt;BR /&gt;;;; ssatt (suivant la valeur d'un attribut) - Selection by Attribute Value = SSATT&lt;BR /&gt;;;;&lt;BR /&gt;;;; sscu (fenetre parallele au SCU) - Objects paralell to SCU = SSCU&lt;BR /&gt;;;;&lt;BR /&gt;;;; ssof (fenetre definie par un objet) - SSOF = Select from an object + Standard Windows (Left to Right) &lt;BR /&gt;;;; ssoc (capture definie par un objet) - SSOC = Select from an object + Capturing Windows (Right to Left) &lt;BR /&gt;;;; Object = PLine or Circle or Ellipse&lt;/P&gt;
&lt;P&gt;;;; &lt;BR /&gt;;;; inv_sel (inverser la selection) - Invert the Selection = INV_SEL&lt;BR /&gt;;;; &lt;BR /&gt;;;; ssd (suivant les valeurs de parametres de blocs dynamiques) - Select from Dynamic Parameters = SSD&lt;BR /&gt;;;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2016 06:17:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/bcount-command-and-dynamic-blocks/m-p/6712244#M295023</guid>
      <dc:creator>braudpat</dc:creator>
      <dc:date>2016-11-28T06:17:18Z</dc:date>
    </item>
  </channel>
</rss>

