<?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 Nested blocks problem in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/nested-blocks-problem/m-p/12382369#M25489</link>
    <description>&lt;P&gt;There are too many nested blocks in my Autocad drawing. I need to enter the block 4 times to change the layer color of a block. Is there an easier and more practical solution for nested blocks?&lt;/P&gt;</description>
    <pubDate>Thu, 16 Nov 2023 19:05:20 GMT</pubDate>
    <dc:creator>muhendisleman</dc:creator>
    <dc:date>2023-11-16T19:05:20Z</dc:date>
    <item>
      <title>Nested blocks problem</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/nested-blocks-problem/m-p/12382369#M25489</link>
      <description>&lt;P&gt;There are too many nested blocks in my Autocad drawing. I need to enter the block 4 times to change the layer color of a block. Is there an easier and more practical solution for nested blocks?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 19:05:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/nested-blocks-problem/m-p/12382369#M25489</guid>
      <dc:creator>muhendisleman</dc:creator>
      <dc:date>2023-11-16T19:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Nested blocks problem</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/nested-blocks-problem/m-p/12382372#M25490</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9663627"&gt;@muhendisleman&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;There are too many nested blocks in my Autocad drawing. I need to enter the block 4 times to change the layer color of a block. Is there an easier and more practical solution for nested blocks?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Like this&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/removing-nested-block-from-main-block/td-p/4483899" target="_blank"&gt;https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/removing-nested-block-from-main-block/td-p/4483899&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/removing-nested-empty-blocks/m-p/1084370#M156152" target="_blank"&gt;https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/removing-nested-empty-blocks/m-p/1084370#M156152&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 19:08:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/nested-blocks-problem/m-p/12382372#M25490</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2023-11-16T19:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Nested blocks problem</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/nested-blocks-problem/m-p/12383902#M25491</link>
      <description>&lt;P&gt;In the &lt;STRONG&gt;REFEDIT&lt;/STRONG&gt; command, you get a choice of &lt;EM&gt;which level&lt;/EM&gt; of information you want to edit, so you can go directly into editing the nested Block you want to work on, no matter how many levels deep it is.&amp;nbsp; Pick one:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kent1Cooper_0-1700225818562.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1294261iE72BE84A8BE1CB93/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kent1Cooper_0-1700225818562.png" alt="Kent1Cooper_0-1700225818562.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Same with the &lt;STRONG&gt;BEDIT&lt;/STRONG&gt; command, though it doesn't show the &lt;EM&gt;nesting structure&lt;/EM&gt; the way REFEDIT does:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kent1Cooper_1-1700225908660.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1294262i4AB0CEBC9AC98792/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kent1Cooper_1-1700225908660.png" alt="Kent1Cooper_1-1700225908660.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 12:58:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/nested-blocks-problem/m-p/12383902#M25491</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-11-17T12:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Nested blocks problem</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/nested-blocks-problem/m-p/12390410#M25492</link>
      <description>&lt;P&gt;Thank you very much.&amp;nbsp;With the information you sent, I processed my blocks faster.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 06:27:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/nested-blocks-problem/m-p/12390410#M25492</guid>
      <dc:creator>leman_aliyevaK2WX8</dc:creator>
      <dc:date>2023-11-21T06:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Nested blocks problem</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/nested-blocks-problem/m-p/12390412#M25493</link>
      <description>&lt;P&gt;Thank you for the information you gave, but my blocks were deleted with this lisp, my aim was to perform operations on nested blocks without deleting them.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 06:29:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/nested-blocks-problem/m-p/12390412#M25493</guid>
      <dc:creator>leman_aliyevaK2WX8</dc:creator>
      <dc:date>2023-11-21T06:29:05Z</dc:date>
    </item>
  </channel>
</rss>

