<?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: Saving multiple objects from one drawing to multiple drawings with one drawing in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/saving-multiple-objects-from-one-drawing-to-multiple-drawings/m-p/10519432#M57445</link>
    <description>&lt;P&gt;This is great help for me! Thank you very much. I will try to work around that - maybe later I will jsut come back with some coding tips needed ^^&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you all guys again for help and input. That was very quick from you!&lt;/P&gt;</description>
    <pubDate>Wed, 04 Aug 2021 10:58:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-08-04T10:58:33Z</dc:date>
    <item>
      <title>Saving multiple objects from one drawing to multiple drawings with one drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/saving-multiple-objects-from-one-drawing-to-multiple-drawings/m-p/10513862#M57434</link>
      <description>&lt;P&gt;Hello guys!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I was searching for it for quite a while but still no succes so I post it in here.&lt;BR /&gt;&lt;BR /&gt;For better overview - please check out the attached screenshot.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The case is - I want to save some objects from one large autocad file (I have drawing of steel plates to cut on production phase) to different file with specific name. So looking at screen, lets say I have figures named some_polyline_1, some_polyline_2. I want both of those figures to be saved into different .dwg or .dxf files with their names written next to them (that means for 1st figure "some_polyline_1.dxg and similar to 2nd one).&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Is there any lisp doing such a thing or maybe any other solution for that one. I guess biggest problem would be to find borders for the figures (especially when some of them have also holes in them) but maybe someone did smth like this long time ago.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 02 Aug 2021 12:01:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/saving-multiple-objects-from-one-drawing-to-multiple-drawings/m-p/10513862#M57434</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-02T12:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Saving multiple objects from one drawing to multiple drawings with one drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/saving-multiple-objects-from-one-drawing-to-multiple-drawings/m-p/10515201#M57435</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;Please upload your sample.dwg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Aug 2021 21:42:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/saving-multiple-objects-from-one-drawing-to-multiple-drawings/m-p/10515201#M57435</guid>
      <dc:creator>devitg</dc:creator>
      <dc:date>2021-08-02T21:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Saving multiple objects from one drawing to multiple drawings with one drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/saving-multiple-objects-from-one-drawing-to-multiple-drawings/m-p/10515804#M57436</link>
      <description>&lt;P&gt;Wblock sounds like what you want pick objects and save into a new dwg. If want each individual pline can be done automatically new dwg pline1 pline2 etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you post else where about removing dims,&amp;nbsp; text and other stuff, exploding nested blocks ?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 04:33:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/saving-multiple-objects-from-one-drawing-to-multiple-drawings/m-p/10515804#M57436</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2021-08-03T04:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Saving multiple objects from one drawing to multiple drawings with one drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/saving-multiple-objects-from-one-drawing-to-multiple-drawings/m-p/10516185#M57437</link>
      <description>&lt;P&gt;Here is the example of polylines I would need to export and names of those block/files.&lt;BR /&gt;&lt;BR /&gt;Thank you very much for reply!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 08:16:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/saving-multiple-objects-from-one-drawing-to-multiple-drawings/m-p/10516185#M57437</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-03T08:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Saving multiple objects from one drawing to multiple drawings with one drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/saving-multiple-objects-from-one-drawing-to-multiple-drawings/m-p/10516187#M57438</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6254908"&gt;@Sea-Haven&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;STRONG&gt;Wblock&lt;/STRONG&gt; sounds like what you want pick objects and save into a new dwg. ?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;Yup, looks like it.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 08:17:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/saving-multiple-objects-from-one-drawing-to-multiple-drawings/m-p/10516187#M57438</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2021-08-03T08:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Saving multiple objects from one drawing to multiple drawings with one drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/saving-multiple-objects-from-one-drawing-to-multiple-drawings/m-p/10516201#M57439</link>
      <description>&lt;P&gt;Actually wblock looks great! Thanks to that there is no problem with some steel plates with cutted holes inside them since it is in one block. I wonder how cutting machine would read that - but I will think about that later.&amp;nbsp;&lt;BR /&gt;For now I will try to do some LISP with that one so it will take all block and force on them Wblock.&lt;BR /&gt;&lt;BR /&gt;According your second question - nope, it wasn't me. I don't usually post on this forum because most things I am able to find on Internet but this one is a little bit tricky-programming one and I don't really have time lately to sit with scripting courses ^^&lt;BR /&gt;&lt;BR /&gt;Thank you very much for answer!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 08:22:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/saving-multiple-objects-from-one-drawing-to-multiple-drawings/m-p/10516201#M57439</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-03T08:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Saving multiple objects from one drawing to multiple drawings with one drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/saving-multiple-objects-from-one-drawing-to-multiple-drawings/m-p/10518314#M57440</link>
      <description>&lt;P&gt;Looking at sample dwg only problem sort of would be how to select objects plus the text. The way to go with the blocks may be to explode them including nested blocks. Hence question by me as there is a request for nested blocks to one dwg for CNC.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your having problems with code post a more elaborate true&amp;nbsp; dwg.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A simple window pick object/s and text then lisp writes out wblock.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 23:56:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/saving-multiple-objects-from-one-drawing-to-multiple-drawings/m-p/10518314#M57440</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2021-08-03T23:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Saving multiple objects from one drawing to multiple drawings with one drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/saving-multiple-objects-from-one-drawing-to-multiple-drawings/m-p/10518766#M57441</link>
      <description>&lt;P&gt;To be honest - it is not a problem to give workers the instruction&amp;nbsp; to prepare blocks from those polylines. Thanks to that we would save still a lot time because preparing a block is easy one. If you ask me - we can change the way we describe and form polylines. Most important thing is that later on they will be splitted to diff. .dwg files.&lt;BR /&gt;&lt;BR /&gt;So I believe, that If I try first to prepare blocks with proper name - it should be rather easy to find/prepare LISP (with -wblock) that will divide all those different blocks to single .dwg files right?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 05:45:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/saving-multiple-objects-from-one-drawing-to-multiple-drawings/m-p/10518766#M57441</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-04T05:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Saving multiple objects from one drawing to multiple drawings with one drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/saving-multiple-objects-from-one-drawing-to-multiple-drawings/m-p/10518993#M57442</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:
&lt;P&gt;So I believe, that If I try first to prepare blocks with proper name - it should be rather easy to find/prepare LISP (with -wblock) that will divide all those different blocks to single .dwg files right?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT size="3"&gt;Yes, it is way to easy to export blocks from the current drawing session to indivual blocks. but keep in mind that the group of objects location inside the block will be relative to its definition and not the location on screen.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;And there's also Dynamic blocks. &amp;lt;--&amp;nbsp;&lt;SPAN&gt;I am not about to open that&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;can of worms&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;If you do stick with window selection (not blocks) , how would you want to define 0,0 ? left lower corner?&amp;nbsp; at the center? or based on its current position?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 07:39:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/saving-multiple-objects-from-one-drawing-to-multiple-drawings/m-p/10518993#M57442</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2021-08-04T07:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Saving multiple objects from one drawing to multiple drawings with one drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/saving-multiple-objects-from-one-drawing-to-multiple-drawings/m-p/10519241#M57443</link>
      <description>&lt;P&gt;To be honest - the position of drawing is not so important. CNC machine will always take the closed polyline as a border for cutting so exact position is not relevant in this case.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thats why i was thinking about option with -wblocks I just need to find some example of similar LISP and prepare it for my drawings&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 09:25:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/saving-multiple-objects-from-one-drawing-to-multiple-drawings/m-p/10519241#M57443</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-04T09:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Saving multiple objects from one drawing to multiple drawings with one drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/saving-multiple-objects-from-one-drawing-to-multiple-drawings/m-p/10519319#M57444</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;BR /&gt;Thats why i was thinking about option with -wblocks I just need to find some example of similar LISP and prepare it for my drawings&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;HYG&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/wblock-named-block-to-specific-path-directory/m-p/7653520#M363142" target="_blank" rel="noopener"&gt;Wblock named block to specific path/directory&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/wblock-a-selection-set/m-p/7651042#M363085" target="_blank" rel="noopener"&gt;Wblock a selection set&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 10:09:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/saving-multiple-objects-from-one-drawing-to-multiple-drawings/m-p/10519319#M57444</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2021-08-04T10:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Saving multiple objects from one drawing to multiple drawings with one drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/saving-multiple-objects-from-one-drawing-to-multiple-drawings/m-p/10519432#M57445</link>
      <description>&lt;P&gt;This is great help for me! Thank you very much. I will try to work around that - maybe later I will jsut come back with some coding tips needed ^^&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you all guys again for help and input. That was very quick from you!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 10:58:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/saving-multiple-objects-from-one-drawing-to-multiple-drawings/m-p/10519432#M57445</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-04T10:58:33Z</dc:date>
    </item>
  </channel>
</rss>

