<?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: setbylayer in AutoCAD for Mac Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/12755820#M36101</link>
    <description>&lt;P&gt;Greetings&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6320644"&gt;@miba4p&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your only option today is to use LISP (after you download it to your computer): here is an explanation in HELP for how you can setup/use LISP in AutoCAD2025 for MAC to get you started&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.autodesk.com/view/ACDMAC/2025/ENU/?guid=GUID-49BC17B0-D6CC-4FD2-980F-184ACC9708E8" target="_blank"&gt;https://help.autodesk.com/view/ACDMAC/2025/ENU/?guid=GUID-49BC17B0-D6CC-4FD2-980F-184ACC9708E8&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 06 May 2024 15:44:42 GMT</pubDate>
    <dc:creator>pendean</dc:creator>
    <dc:date>2024-05-06T15:44:42Z</dc:date>
    <item>
      <title>setbylayer</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/2918294#M36087</link>
      <description>&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am in an AutoCAD class with a teacher who could careless that I am using AutoCAD '11 for mac and doesn't know why the 'setbylayer' command doesn't work.&amp;nbsp; I looked at the list of commands that don't work with the mac version and I don't see this specific command on the list.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone have any ideas on the subject?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greg Bolton&lt;/P&gt;&lt;P&gt;Loyalist College - BRET&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2011 14:28:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/2918294#M36087</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-16T14:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: setbylayer</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/2918732#M36088</link>
      <description>&lt;P&gt;I would imagine that your instructors lack of enthusiasm to fix your issue is due to the fact that you are not using the same software as the rest of the class. &amp;nbsp;It would be like taking a Microsoft Word class and then getting mad when someone won't help you with Wordpad. &amp;nbsp;Apples and oranges, if you will.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2011 17:22:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/2918732#M36088</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-16T17:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: setbylayer</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/2918768#M36089</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I never use SETBYLAYR command. But you can do the same (as SETBYLAYER do) with Properties Inspector: just select objects you want to change and in Properties Inspector select from drop-down lists "ByLayer":&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://forums.autodesk.com/t5/image/serverpage/image-id/4084i25F946BE074932D5/image-size/original?v=mpbl-1&amp;amp;px=-1" title="Screen shot 2011-02-16 at 20.38.28.png" alt="Screen shot 2011-02-16 at 20.38.28.png" align="center" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maxim&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2011 17:40:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/2918768#M36089</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2011-02-16T17:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: setbylayer</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/2919730#M36090</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use also simple LISP routine to add SETBYLAYER command to AutoCAD for Mac, if you don't need to change default settings for this command (that is, everything change to Bylayer):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;(defun c:SETBYLAYER ( / ss1 old_cmd )
(setq old_cmd (getvar "CMDECHO"))
(setvar "CMDECHO" 0)
(setq ss1 (ssget))
(if (= 1 (getvar "PSTYLEMODE"))
(progn
(princ "\nChanged settings: Color Linetype Lineweight Transparency Material")
(command "_chprop" ss1 "" "_C" "ByLayer" "_LT" "ByLayer" "_LW" "ByLayer" "_TR" "ByLayer" "_M" "ByLayer" "")
)
(progn
(princ "\nChanged settings: Color Linetype Lineweight Transparency Material Plotstyle")
(command "_chprop" ss1 "" "_C" "ByLayer" "_LT" "ByLayer" "_LW" "ByLayer" "_TR" "ByLayer" "_M" "ByLayer" "_PL" "ByLayer" "")
)
)
(setvar "CMDECHO" old_cmd)
(princ)
)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just appload Setbylayer.lsp ad you can use SETBYLAYER command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;You can say to&lt;/SPAN&gt; your&lt;SPAN&gt; teacher&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;that&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;there is &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;almost&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;everything&lt;/SPAN&gt; &lt;SPAN&gt;is possible&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt; &lt;SPAN&gt;in&lt;/SPAN&gt; &lt;SPAN&gt;AutoCAD &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://forums.autodesk.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Maxim&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2011 10:53:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/2919730#M36090</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2011-02-17T10:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: setbylayer</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/8657177#M36091</link>
      <description>&lt;P&gt;Hello &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/665765"&gt;@maxim_k&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can i get a variation of this LISP that will allow me to also change the layers use in a block's definition ?&lt;/P&gt;
&lt;P&gt;I am trying to find a work around to not being able to delete layers on my file due to them being used in block definitions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am sure this such a common case and that there is a solution for it. I am working with multiple people on a project and my layer system structure keeps getting VERY hectic due to layers from blocks others are using.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 22:22:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/8657177#M36091</guid>
      <dc:creator>UNKNOWN.DESIGN.LAB</dc:creator>
      <dc:date>2019-03-13T22:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: setbylayer</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/8657871#M36092</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7167450"&gt;@UNKNOWN.DESIGN.LAB&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I saw your initial post in Customization Forum and I responded here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-a-lisp-code/m-p/8657860#M382480" target="_blank"&gt;https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-a-lisp-code/m-p/8657860#M382480&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope someone will help you there.&lt;/P&gt;
&lt;P&gt;If not, come back here, we will try to find another way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 08:33:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/8657871#M36092</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2019-03-14T08:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: setbylayer</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/8658447#M36093</link>
      <description>LAYMRG layers you do not want but cannot delete, there is no need to spend any time doing anything else &lt;A href="https://knowledge.autodesk.com/support/autocad-for-mac/learn-explore/caas/CloudHelp/cloudhelp/2018/ENU/AutoCAD-MAC-Core/files/GUID-7D66940F-EC67-4DEC-89BC-82B887EABD6E-htm.html" target="_blank"&gt;https://knowledge.autodesk.com/support/autocad-for-mac/learn-explore/caas/CloudHelp/cloudhelp/2018/ENU/AutoCAD-MAC-Core/files/GUID-7D66940F-EC67-4DEC-89BC-82B887EABD6E-htm.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Mar 2019 12:40:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/8658447#M36093</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2019-03-14T12:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: setbylayer</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/8860128#M36094</link>
      <description>&lt;P&gt;Since you need vanilla lisp on Mac to do this, use Lee's 'blockcomponents' from &lt;A href="https://www.cadtutor.net/forum/topic/67956-reference-to-objects-nested-in-a-block/?tab=comments#comment-551722" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;HERE&lt;/STRONG&gt;&lt;/A&gt; and call like so:&lt;/P&gt;&lt;PRE&gt;(defun c:foo (/ blockcomponents a b)
  (while (setq a (tblnext "block" (null a)))
    (or	(wcmatch (setq b (cdr (assoc 2 a))) "*|*")
	(foreach x (blockcomponents b) (entmod (append (entget x) '((62 . 256)))))
    )
  )
  (princ)
)&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 Jun 2019 12:41:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/8860128#M36094</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2019-06-19T12:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: setbylayer</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/8863730#M36095</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/593837"&gt;@ronjonp&lt;/a&gt; thank you for your addition. I created the LISP and used the &lt;EM&gt;Appload&lt;/EM&gt; command to load it onto the model file but i was not prompted anything. Is that the way it should be ?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 20:00:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/8863730#M36095</guid>
      <dc:creator>UNKNOWN.DESIGN.LAB</dc:creator>
      <dc:date>2019-06-20T20:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: setbylayer</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/8863753#M36096</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7167450"&gt;@UNKNOWN.DESIGN.LAB&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/593837"&gt;@ronjonp&lt;/a&gt; thank you for your addition. I created the LISP and used the &lt;EM&gt;Appload&lt;/EM&gt; command to load it onto the model file but i was not prompted anything. Is that the way it should be ?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Did you add the 'blockcomponents' function from CADTutor? When you run 'foo' it will not prompt to do anything, just process all blocks in the drawing.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 20:16:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/8863753#M36096</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2019-06-20T20:16:20Z</dc:date>
    </item>
    <item>
      <title>Betreff: setbylayer</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/12287113#M36097</link>
      <description>&lt;P&gt;Guten Tag zusammen&lt;/P&gt;&lt;P&gt;aktuell habe ich Autocad Mac 2024.1 (U.100.M.315) installiert.&lt;/P&gt;&lt;P&gt;Um eine Zeichnung (inkl. Blöcke) in einer anderen Zeichnung zu referenzieren, sollte diese Referenz mit der Farbe 253 angezeigt werden.&lt;/P&gt;&lt;P&gt;Ich finde den Befehl "setbyLayer" in der Version 2024 nicht.&lt;/P&gt;&lt;P&gt;Die oben beschriebene Lösung über die Eigenschaften habe ich versucht, allerdings ändert das nicht die Farbe der Blöcke.&lt;/P&gt;&lt;P&gt;Hat jemand eine Idee, wie ich den gesamten Plan als Referenz in grau (253) darstellen kann?&lt;/P&gt;&lt;P&gt;Vielen Dank für die Inputs (Beginner)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 15:02:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/12287113#M36097</guid>
      <dc:creator>miba4p</dc:creator>
      <dc:date>2023-10-05T15:02:19Z</dc:date>
    </item>
    <item>
      <title>Betreff: setbylayer</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/12287700#M36098</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6320644"&gt;@miba4p&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, SETBYLAYER is still unavailable in AutoCAD for Mac.&lt;/P&gt;&lt;P&gt;You can try to use AutoLISP routine from &amp;gt;&lt;A href="https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/2919730#M1652" target="_blank" rel="noopener"&gt;&amp;gt;&amp;gt;THIS&amp;lt;&amp;lt;&amp;lt;&lt;/A&gt; post.&lt;/P&gt;&lt;P&gt;If you need to set color "ByLayer" - use routine from &lt;A href="https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/8860128#M35350" target="_blank" rel="noopener"&gt;&amp;gt;&amp;gt;&amp;gt;THIS&amp;lt;&amp;lt;&amp;lt;&lt;/A&gt; post.&lt;/P&gt;&lt;P&gt;Of course, you need to use there routines in attached drawing (Xref), but not in "master" drawing.&lt;/P&gt;&lt;P&gt;After you change color to "ByLayre" in the attache drawing, you can change color of all Xref layers to grey in "master" drawing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 18:47:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/12287700#M36098</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2023-10-05T18:47:05Z</dc:date>
    </item>
    <item>
      <title>Betreff: setbylayer</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/12288801#M36099</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/665765"&gt;@maxim_k&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks a lot for your Answer&lt;/P&gt;&lt;P&gt;i‘ll try the different Versions … and hope I’ll find a Tutorial „how to generate a AutoLisp“ &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;I‘ve learned the AutoCAD by myself and are still Beginner-Level&lt;/P&gt;&lt;P&gt;Do you know the „&lt;SPAN&gt;XREFOVERRIDE“ and „L&lt;/SPAN&gt;&lt;SPAN&gt;AYKONV„ and are they also a Option? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I‘ll study them also to see how i can use them&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best Regards and a happy day to you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Michael&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2023 08:15:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/12288801#M36099</guid>
      <dc:creator>miba4p</dc:creator>
      <dc:date>2023-10-06T08:15:39Z</dc:date>
    </item>
    <item>
      <title>Betreff: setbylayer</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/12752660#M36100</link>
      <description>&lt;P&gt;Guten Tag zusammen&lt;BR /&gt;da ich die Geschichte mit dem „Auto-LISP“ nicht hinbekommen habe, habe ich mit einem Workaround gearbeitet. Ich versandte die Datei auf einen Windowsrechner und nutzte dort setbylayer. Dieser Computerzugang fällt demnächst weg. Auf dem AutoCAD 2025 for Mac finde ich den Befehl "setbylayer" nicht. Suche ich falsch, oder wurde er nicht implementiert?&lt;BR /&gt;... und wenn er nicht implementiert wurde, wie bekomme ich es hin, dass ich eine ganze Zeichnung mit verschachtelten Blöcken mit einem Befehl auf die Farbe 253 einstellen kann?&lt;/P&gt;&lt;P&gt;Wenn ich die Zeichnung auswähle, dann habe ich im Menü „Eigenschaften-Inspektor“ keine Felder, die ich auf „byLayer“ umstellen könnte.&lt;BR /&gt;Vielen Dank für die Unterstützung … drehe aktuell etwas am Rad :-S&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 15:10:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/12752660#M36100</guid>
      <dc:creator>miba4p</dc:creator>
      <dc:date>2024-05-06T15:10:05Z</dc:date>
    </item>
    <item>
      <title>Betreff: setbylayer</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/12755820#M36101</link>
      <description>&lt;P&gt;Greetings&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6320644"&gt;@miba4p&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your only option today is to use LISP (after you download it to your computer): here is an explanation in HELP for how you can setup/use LISP in AutoCAD2025 for MAC to get you started&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.autodesk.com/view/ACDMAC/2025/ENU/?guid=GUID-49BC17B0-D6CC-4FD2-980F-184ACC9708E8" target="_blank"&gt;https://help.autodesk.com/view/ACDMAC/2025/ENU/?guid=GUID-49BC17B0-D6CC-4FD2-980F-184ACC9708E8&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 15:44:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/12755820#M36101</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2024-05-06T15:44:42Z</dc:date>
    </item>
    <item>
      <title>Betreff: setbylayer</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/12764642#M36102</link>
      <description>&lt;P&gt;Hi pendean&lt;/P&gt;&lt;P&gt;thanks a lot for helping ... i'll try it again ... and hope the best&amp;nbsp;&lt;/P&gt;&lt;P&gt;It cost so much additional time to solve this Problems ...&lt;/P&gt;&lt;P&gt;Best Regards and a happy Weekend,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 11:07:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/12764642#M36102</guid>
      <dc:creator>miba4p</dc:creator>
      <dc:date>2024-05-10T11:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: setbylayer</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/12777442#M36103</link>
      <description>&lt;P&gt;This worked perfectly ! Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 10:20:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/12777442#M36103</guid>
      <dc:creator>stnada002</dc:creator>
      <dc:date>2024-05-16T10:20:11Z</dc:date>
    </item>
    <item>
      <title>Betreff: setbylayer</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/12836577#M36104</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/665765"&gt;@maxim_k&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I'm one step closer to mapping the setbylayer function.&lt;BR /&gt;I have installed Visual-Code and created the two functions "foo.lsp" and "setbylayer.lsp"&lt;BR /&gt;I can select the two files after the "Appload" command and also load and execute them.&lt;BR /&gt;Unfortunately, both *.lsp files do not perform the same functions as setbylayer in Autocad for Windows&lt;BR /&gt;Do you see what I am doing wrong?&lt;BR /&gt;The goal is that the attached architectural drawing outputs everything in color 253 and I can simply hide the layers I don't need.&lt;BR /&gt;I get the file as a modified version each time, which I then have to use as an xref again... the process repeats several times and I can't manually rearrange each element, dimension line and block.&lt;BR /&gt;Many thanks for your support&lt;BR /&gt;Best regards,&lt;BR /&gt;Michael&lt;BR /&gt;Best regards,&lt;BR /&gt;Michael&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 06:29:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/12836577#M36104</guid>
      <dc:creator>miba4p</dc:creator>
      <dc:date>2024-06-13T06:29:31Z</dc:date>
    </item>
    <item>
      <title>Betreff: setbylayer</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/12837085#M36105</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6320644"&gt;@miba4p&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you need to change color of all objects, including blocks, to 253, you can try attached LSP.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.autodesk.com/view/ACDMAC/2025/ENU/?guid=GUID-47621BB1-F29D-4A69-9C99-A6E1495FBA38" target="_blank" rel="noopener"&gt;APPLOAD&lt;/A&gt; it and use&amp;nbsp;&lt;STRONG&gt;SET_253&lt;/STRONG&gt; command.&lt;/P&gt;&lt;P&gt;This AutoLISP routine doesn't change the color inside MTEXT objects if some text was formatted with other then "ByLayer" color and doesn't update the color of attributes of inserted blocks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 11:13:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/12837085#M36105</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2024-06-13T11:13:47Z</dc:date>
    </item>
    <item>
      <title>Betreff: setbylayer</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/12841747#M36106</link>
      <description>&lt;P&gt;Hello &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/665765"&gt;@maxim_k&lt;/a&gt;&amp;nbsp;, thank you very much!&lt;BR /&gt;I tried the macro and it does exactly what I need (4 files and 4 times success = 100% success)&lt;BR /&gt;Thank you very much, that makes my life a lot easier.&lt;BR /&gt;What can I return the favor with - as an energy exchange?&lt;BR /&gt;Have a particularly good weekend,&lt;BR /&gt;best regards,&lt;BR /&gt;Michael&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jun 2024 16:06:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/setbylayer/m-p/12841747#M36106</guid>
      <dc:creator>miba4p</dc:creator>
      <dc:date>2024-06-15T16:06:07Z</dc:date>
    </item>
  </channel>
</rss>

