<?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 Switching between blocks by name in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/switching-between-blocks-by-name/m-p/7600233#M199850</link>
    <description>&lt;P&gt;Hi, does anyone knnow hot to switch between blocks by name.&lt;/P&gt;&lt;P&gt;For example i've created two blocks, block 'a' and 'b', after inserting 10 blocks of 'a' i need to replace only three of them to block 'b'. Any suggestions?&lt;/P&gt;&lt;P&gt;Replace block in express tools doesnt work, it replaces all of them. However i need to change selected only.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Dec 2017 09:21:41 GMT</pubDate>
    <dc:creator>merd94</dc:creator>
    <dc:date>2017-12-06T09:21:41Z</dc:date>
    <item>
      <title>Switching between blocks by name</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/switching-between-blocks-by-name/m-p/7600233#M199850</link>
      <description>&lt;P&gt;Hi, does anyone knnow hot to switch between blocks by name.&lt;/P&gt;&lt;P&gt;For example i've created two blocks, block 'a' and 'b', after inserting 10 blocks of 'a' i need to replace only three of them to block 'b'. Any suggestions?&lt;/P&gt;&lt;P&gt;Replace block in express tools doesnt work, it replaces all of them. However i need to change selected only.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 09:21:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/switching-between-blocks-by-name/m-p/7600233#M199850</guid>
      <dc:creator>merd94</dc:creator>
      <dc:date>2017-12-06T09:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Switching between blocks by name</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/switching-between-blocks-by-name/m-p/7600276#M199851</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in general blocks replacement will not serve your issue . i don't exactly how is your case look like BUT as you describe that you want to replace just 3 of&amp;nbsp;blocks to another kind block and this is mean ( some how ) that you have a same base point. i think the fastest way is just to copy block B over block A then erase unwanted ones. you may have different case than the one that i imagine it ... please if you want to share with us your case you can attache a screencast or the CAD file itself to see how it could be done .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 09:39:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/switching-between-blocks-by-name/m-p/7600276#M199851</guid>
      <dc:creator>imadHabash</dc:creator>
      <dc:date>2017-12-06T09:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Switching between blocks by name</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/switching-between-blocks-by-name/m-p/7600289#M199852</link>
      <description>&lt;P&gt;The issue of replacing only selected instances of blocks, can be solved with&lt;/P&gt;
&lt;P&gt;this little lisp routine which I got off someone on this forum previously.&lt;/P&gt;
&lt;P&gt;Only problem is you have to enter in name of replacement&amp;nbsp; block by typing in rather than&lt;/P&gt;
&lt;P&gt;selection. Then you can choose by selecting, and the blocks you choose, will be replaced.&lt;/P&gt;
&lt;P&gt;Appload the routine, and the type BRS to run&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See attached&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Michael Kovacik&lt;BR /&gt;2d &amp;amp; 3d Autocad and Inventor designer/draughtsman&lt;BR /&gt;.&lt;BR /&gt;Draughting/Designing (Manufacturing) (31 yrs)&lt;BR /&gt;-Drawing Board (3 yrs)&lt;BR /&gt;--Cad (28 yrs)&lt;BR /&gt;---Cadkey (4 yrs)&lt;BR /&gt;---AutoCAD 2d &amp;amp; 3d (16 yrs)&lt;BR /&gt;---Inventor (4 yrs) &lt;BR /&gt;---Autocad and Inventor Simultaneously (4 years)&lt;BR /&gt;---(and recently Autocad/Inventor Customisation)&lt;BR /&gt;.&lt;BR /&gt;Autodesk Product Design Suite Ultimate 2018&lt;BR /&gt;Autocad 2018, Inventor Pro 2018&lt;BR /&gt;(personal licensed copy)&lt;BR /&gt;.&lt;BR /&gt;Johannesburg, South Africa&lt;BR /&gt;.&lt;BR /&gt;(Impossible only means you haven't &lt;BR /&gt;found the solution yet)&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 09:45:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/switching-between-blocks-by-name/m-p/7600289#M199852</guid>
      <dc:creator>MikeKovacik4928</dc:creator>
      <dc:date>2017-12-06T09:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Switching between blocks by name</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/switching-between-blocks-by-name/m-p/7600629#M199853</link>
      <description>&lt;P&gt;You can use the clipboard and express tools for this little trick&lt;/P&gt;&lt;P&gt;select all the blocks you want to keep and copy with basepoint, 0,0..&lt;/P&gt;&lt;P&gt;Then delete them.&lt;/P&gt;&lt;P&gt;Now use the express tools replace block.&lt;/P&gt;&lt;P&gt;That will fix all the remaining blocks&lt;/P&gt;&lt;P&gt;Then clipboard &amp;gt; paste to original coordinates to retrieve your original blocks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The clipboard allows you do all sorts of stunts like this.&lt;/P&gt;&lt;P&gt;-steve&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 11:50:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/switching-between-blocks-by-name/m-p/7600629#M199853</guid>
      <dc:creator>StephenThomasGrace</dc:creator>
      <dc:date>2017-12-06T11:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Switching between blocks by name</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/switching-between-blocks-by-name/m-p/7600731#M199854</link>
      <description>&lt;P&gt;Thanks, that exactly what i wanted&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 12:24:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/switching-between-blocks-by-name/m-p/7600731#M199854</guid>
      <dc:creator>merd94</dc:creator>
      <dc:date>2017-12-06T12:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Switching between blocks by name</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/switching-between-blocks-by-name/m-p/7601771#M199855</link>
      <description>&lt;P&gt;Glad I could help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 16:43:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/switching-between-blocks-by-name/m-p/7601771#M199855</guid>
      <dc:creator>MikeKovacik4928</dc:creator>
      <dc:date>2017-12-06T16:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Switching between blocks by name</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/switching-between-blocks-by-name/m-p/7601781#M199856</link>
      <description>&lt;P&gt;Steve&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is a good work around.&lt;/P&gt;
&lt;P&gt;It is what I also used to do, until I got hold of the lisp.&lt;/P&gt;
&lt;P&gt;the lisp is a lot quicker and less painful!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 16:45:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/switching-between-blocks-by-name/m-p/7601781#M199856</guid>
      <dc:creator>MikeKovacik4928</dc:creator>
      <dc:date>2017-12-06T16:45:28Z</dc:date>
    </item>
  </channel>
</rss>

