<?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 Betreff: Lips like LAYMCUR that works with objects inside a block or dynamic blocks. in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/lips-like-laymcur-that-works-with-objects-inside-a-block-or/m-p/12814474#M14942</link>
    <description>&lt;P&gt;Thank you so much for your quikck answer. I will try the lisp you have shared.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could not understand your question but let me try to explain wha I am searching for:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let us think that, there is a block and there are some different objects in it. And they are in different layers. Not `0`. And I would like to be able change the current layer into any of them just selecting it. It is very similar to LAYMCUR procedure but LAYMCURE does not allow us to select objects (and their layers) in blocks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jun 2024 09:53:43 GMT</pubDate>
    <dc:creator>latif_ozdem</dc:creator>
    <dc:date>2024-06-03T09:53:43Z</dc:date>
    <item>
      <title>Lips like LAYMCUR that works with objects inside a block or dynamic blocks.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/lips-like-laymcur-that-works-with-objects-inside-a-block-or/m-p/12814386#M14940</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it a possible to work with LAYMCUR command with nested objects in a block/dynamic blocs? Is there any lisp for this kind of command?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I simply would like to change the current layer into an object`s layer which is in a block/dynamic block.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would be glad if you can help about it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards..&lt;/P&gt;&lt;P&gt;Latif&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 09:12:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/lips-like-laymcur-that-works-with-objects-inside-a-block-or/m-p/12814386#M14940</guid>
      <dc:creator>latif_ozdem</dc:creator>
      <dc:date>2024-06-03T09:12:55Z</dc:date>
    </item>
    <item>
      <title>Betreff: Lips like LAYMCUR that works with objects inside a block or dynamic blocks.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/lips-like-laymcur-that-works-with-objects-inside-a-block-or/m-p/12814433#M14941</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;sure! But the Question is: What Layer you are after?&lt;/P&gt;
&lt;P&gt;A very simple one, without Error handling:&lt;/P&gt;
&lt;P&gt;(defun c:LAYMCUR+ nil (command "_.-LAYER" "_set" (cdr(assoc 8 (entget (car(nentsel))))) ""))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But if you select an object within an Xref..&lt;/P&gt;
&lt;P&gt;or an object what is drawn on Layer 0 inside a block (what is the most common practise)&lt;/P&gt;
&lt;DIV id="simple-translate" class="simple-translate-system-theme"&gt;
&lt;DIV&gt;
&lt;DIV class="simple-translate-button isShow" style="background-image: url('moz-extension://bdcf6203-1d8d-4f0c-b98e-eba5f03789eb/icons/512.png'); height: 22px; width: 22px; top: 185px; left: -66px;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px;"&gt;
&lt;DIV class="simple-translate-result-wrapper" style="overflow: hidden;"&gt;
&lt;DIV class="simple-translate-move" draggable="true"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="simple-translate-result-contents"&gt;
&lt;P class="simple-translate-result"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="simple-translate-candidate"&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 03 Jun 2024 09:33:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/lips-like-laymcur-that-works-with-objects-inside-a-block-or/m-p/12814433#M14941</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2024-06-03T09:33:20Z</dc:date>
    </item>
    <item>
      <title>Betreff: Lips like LAYMCUR that works with objects inside a block or dynamic blocks.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/lips-like-laymcur-that-works-with-objects-inside-a-block-or/m-p/12814474#M14942</link>
      <description>&lt;P&gt;Thank you so much for your quikck answer. I will try the lisp you have shared.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could not understand your question but let me try to explain wha I am searching for:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let us think that, there is a block and there are some different objects in it. And they are in different layers. Not `0`. And I would like to be able change the current layer into any of them just selecting it. It is very similar to LAYMCUR procedure but LAYMCURE does not allow us to select objects (and their layers) in blocks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 09:53:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/lips-like-laymcur-that-works-with-objects-inside-a-block-or/m-p/12814474#M14942</guid>
      <dc:creator>latif_ozdem</dc:creator>
      <dc:date>2024-06-03T09:53:43Z</dc:date>
    </item>
  </channel>
</rss>

