<?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 LISP for (mass) Block insert from external DWG in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-mass-block-insert-from-external-dwg/m-p/6536552#M129031</link>
    <description>&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i need a lisp-routine.&lt;BR /&gt;This lisp should copy some (nearly 120) blocks from a "static" DWG-file into the current dwg without inserting it into the drawing. the blocks should only copied to the current dwg without user-interaction oder windows for filepath-input.&lt;/P&gt;&lt;P&gt;Cause after i had to change old blocks with the new one (and delete the old ones).&lt;/P&gt;&lt;P&gt;Its the classic requirement: old blocks (think of emergencysymbols) have to change to new design.&lt;/P&gt;&lt;P&gt;Is there an option or anybody can help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;rs_dev&lt;/P&gt;</description>
    <pubDate>Thu, 01 Sep 2016 13:33:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-09-01T13:33:52Z</dc:date>
    <item>
      <title>LISP for (mass) Block insert from external DWG</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-mass-block-insert-from-external-dwg/m-p/6536552#M129031</link>
      <description>&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i need a lisp-routine.&lt;BR /&gt;This lisp should copy some (nearly 120) blocks from a "static" DWG-file into the current dwg without inserting it into the drawing. the blocks should only copied to the current dwg without user-interaction oder windows for filepath-input.&lt;/P&gt;&lt;P&gt;Cause after i had to change old blocks with the new one (and delete the old ones).&lt;/P&gt;&lt;P&gt;Its the classic requirement: old blocks (think of emergencysymbols) have to change to new design.&lt;/P&gt;&lt;P&gt;Is there an option or anybody can help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;rs_dev&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2016 13:33:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-mass-block-insert-from-external-dwg/m-p/6536552#M129031</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-01T13:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: LISP for (mass) Block insert from external DWG</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-mass-block-insert-from-external-dwg/m-p/6536645#M129032</link>
      <description>&lt;P&gt;I think I am missing something.&amp;nbsp; So, asking what will clear up what I am missing.&amp;nbsp; Why not just copy the source 'static' drawing to a new location and rename?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2016 14:11:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-mass-block-insert-from-external-dwg/m-p/6536645#M129032</guid>
      <dc:creator>dennis</dc:creator>
      <dc:date>2016-09-01T14:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: LISP for (mass) Block insert from external DWG</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-mass-block-insert-from-external-dwg/m-p/6536689#M129033</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;....&lt;BR /&gt;This lisp should copy some (nearly 120) blocks from a "static" DWG-file into the current dwg without inserting it into the drawing. the blocks should only copied to the current dwg without user-interaction oder windows for filepath-input.&lt;/P&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The Design Center [ADC command] has an option [right-click on the Block icon] to redefine a Block with the definition from another drawing without Inserting one, but I don't know of a way to automate that for a whole collection of Blocks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may need to make all those Blocks in the "static" drawing into separate drawing files with WBLOCK [there may be routines around here to do that for you], in some dedicated folder, add that folder to your Support File Search Path list, and use a Block-redefinition routine that will bring in the new definitions [there &lt;EM&gt;are&lt;/EM&gt; routines around here to do that, and possibly even&amp;nbsp;to do it automatically for all the drawings in a specified folder -- try some Searching].&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2016 14:21:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-mass-block-insert-from-external-dwg/m-p/6536689#M129033</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2016-09-01T14:21:15Z</dc:date>
    </item>
  </channel>
</rss>

