<?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: Object preview not visible when inserting block composed of blocks in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/object-preview-not-visible-when-inserting-block-composed-of/m-p/12299485#M27407</link>
    <description>&lt;P&gt;I think that * (as for explode) causes the preview not to show.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try it without it and EXPLODE the LAST object afterward.&lt;/P&gt;</description>
    <pubDate>Wed, 11 Oct 2023 16:48:51 GMT</pubDate>
    <dc:creator>ВeekeeCZ</dc:creator>
    <dc:date>2023-10-11T16:48:51Z</dc:date>
    <item>
      <title>Object preview not visible when inserting block composed of blocks</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/object-preview-not-visible-when-inserting-block-composed-of/m-p/12298867#M27406</link>
      <description>&lt;P&gt;Hello!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I made a legacy drop down menu from where I can insert different blocks into the drawing. The blocks are just dwg files with the symbols drawn inside them. I use this makro inside the CUI&amp;nbsp;&lt;/P&gt;&lt;P&gt;^C^C-EINFÜGE;"*Path to dwg i want to insert as block/BLOCK.DWG";\;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I basically clears the command line, uses the insert command and then navigates to the path where the block is saved as dwg, inserts it and explodes it, so the elements inside the block can be rearranged if necessary.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem comes with the blocks that are made our of several other blocks. Single symbols that are only polylines are previewed when dragging the cursor around the model space. But if I want to insert a block that is made out of several blocks, I cannot see the preview of it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DRAGMODE is set to 2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I make object preview visible for composed blocks?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 13:00:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/object-preview-not-visible-when-inserting-block-composed-of/m-p/12298867#M27406</guid>
      <dc:creator>k_geo</dc:creator>
      <dc:date>2023-10-11T13:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Object preview not visible when inserting block composed of blocks</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/object-preview-not-visible-when-inserting-block-composed-of/m-p/12299485#M27407</link>
      <description>&lt;P&gt;I think that * (as for explode) causes the preview not to show.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try it without it and EXPLODE the LAST object afterward.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 16:48:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/object-preview-not-visible-when-inserting-block-composed-of/m-p/12299485#M27407</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2023-10-11T16:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Object preview not visible when inserting block composed of blocks</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/object-preview-not-visible-when-inserting-block-composed-of/m-p/12300885#M27408</link>
      <description>&lt;P&gt;Hello!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just tested it by inserting the block without the makro, just be inserting it the classic way.&lt;/P&gt;&lt;P&gt;You are right. It is the explode command at the beginning of my script.&lt;/P&gt;&lt;P&gt;Is there a way to use the explode command at the end, inside that makro? I could only find that " * " command to do it.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 07:11:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/object-preview-not-visible-when-inserting-block-composed-of/m-p/12300885#M27408</guid>
      <dc:creator>k_geo</dc:creator>
      <dc:date>2023-10-12T07:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Object preview not visible when inserting block composed of blocks</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/object-preview-not-visible-when-inserting-block-composed-of/m-p/12300929#M27409</link>
      <description>&lt;P&gt;Something like this...&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;^C^C-EINFÜGE;"Path to dwg i want to insert as block/BLOCK.DWG";\;;_explode;_last;;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 07:38:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/object-preview-not-visible-when-inserting-block-composed-of/m-p/12300929#M27409</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2023-10-12T07:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Object preview not visible when inserting block composed of blocks</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/object-preview-not-visible-when-inserting-block-composed-of/m-p/12301027#M27410</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1779365"&gt;@ВeekeeCZ&lt;/a&gt;&amp;nbsp;and thank you for your help. It worked, after I modified the macro a bit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;^C^C-EINFÜGE;"Path to BLOCK.DWG";\;;;URSPRUNG;L;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the German commands. So for English software users, URSPRUNG will be EXPLODE. The L is selecting the last inserted object. In the macro from your last post, there was a semicolon missing somewhere, but it probably would have worked if added.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit your macro to this so others find it immediately:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;^C^C-EINFÜGE;"Path to dwg i want to insert as block/BLOCK.DWG";\;;;_explode;_last;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I will accept as solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks! This forum is a great place.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 08:31:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/object-preview-not-visible-when-inserting-block-composed-of/m-p/12301027#M27410</guid>
      <dc:creator>k_geo</dc:creator>
      <dc:date>2023-10-12T08:31:56Z</dc:date>
    </item>
  </channel>
</rss>

