<?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 LAYTRANS Multiple Drawings in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/laytrans-multiple-drawings/m-p/12453149#M20280</link>
    <description>&lt;P&gt;Hello, would anyone know how to use the Laytrans command across multiple drawings at a single time, it appears to extract only the layers of the drawing I am in, forcing me to manually use this command on hundreds of drawigns.&lt;BR /&gt;&lt;BR /&gt;Is there a program or method which extract all the layer properties from any selected drawing file which I can then control all the layers before running them, similar to a script but more of a manual window which I can control if that makes sense.&lt;BR /&gt;&lt;BR /&gt;Kind Regards,&lt;/P&gt;</description>
    <pubDate>Wed, 20 Dec 2023 12:26:35 GMT</pubDate>
    <dc:creator>kieran.leadbetter</dc:creator>
    <dc:date>2023-12-20T12:26:35Z</dc:date>
    <item>
      <title>LAYTRANS Multiple Drawings</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/laytrans-multiple-drawings/m-p/12453149#M20280</link>
      <description>&lt;P&gt;Hello, would anyone know how to use the Laytrans command across multiple drawings at a single time, it appears to extract only the layers of the drawing I am in, forcing me to manually use this command on hundreds of drawigns.&lt;BR /&gt;&lt;BR /&gt;Is there a program or method which extract all the layer properties from any selected drawing file which I can then control all the layers before running them, similar to a script but more of a manual window which I can control if that makes sense.&lt;BR /&gt;&lt;BR /&gt;Kind Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 12:26:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/laytrans-multiple-drawings/m-p/12453149#M20280</guid>
      <dc:creator>kieran.leadbetter</dc:creator>
      <dc:date>2023-12-20T12:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: LAYTRANS Multiple Drawings</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/laytrans-multiple-drawings/m-p/12454825#M20281</link>
      <description>&lt;P&gt;The&amp;nbsp; moment you introduce I want input then the automation stops. May have to just think out the square more.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 01:06:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/laytrans-multiple-drawings/m-p/12454825#M20281</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2023-12-21T01:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: LAYTRANS Multiple Drawings</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/laytrans-multiple-drawings/m-p/12454836#M20282</link>
      <description>&lt;P&gt;I am not familiar with LayTrans. Does this merge layers? Is that what you want to do? Or are you wanting to change properties of layers so they exist the same across multiple drawings?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reason I ask is I am in the early stages of creating such a script, but unfortunately as&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6254908"&gt;@Sea-Haven&lt;/a&gt;&amp;nbsp;has pointed out when you include human input (especially a lot of human input) it starts becoming more tedious and less automated. Because of this, the script I was thinking about is kind of on hold unless I can come up with a better method for the user to interact with all the different layer options one can set.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 01:17:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/laytrans-multiple-drawings/m-p/12454836#M20282</guid>
      <dc:creator>MrJSmith</dc:creator>
      <dc:date>2023-12-21T01:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: LAYTRANS Multiple Drawings</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/laytrans-multiple-drawings/m-p/12455474#M20283</link>
      <description>I was hoping it would run through all the files selected, gather up all the layer names and properties, and only at the end of the file list would it then allow me to put my input into them if that makes sense, sorry</description>
      <pubDate>Thu, 21 Dec 2023 10:32:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/laytrans-multiple-drawings/m-p/12455474#M20283</guid>
      <dc:creator>kieran.leadbetter</dc:creator>
      <dc:date>2023-12-21T10:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: LAYTRANS Multiple Drawings</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/laytrans-multiple-drawings/m-p/12455984#M20284</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12891562"&gt;@kieran.leadbetter&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I was hoping it would run through all the files selected, gather up all the layer names and properties, and only at the end of the file list would it then allow me to put my input into them if that makes sense, sorry&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Explore these ideas on this other site (free to join, don't ever let that stop you if you are serious about customizing)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cadtutor.net/forum/topic/61127-how-to-laytrans-multi-cad-file/?do=findComment&amp;amp;comment=504820" target="_blank"&gt;https://www.cadtutor.net/forum/topic/61127-how-to-laytrans-multi-cad-file/?do=findComment&amp;amp;comment=504820&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Give up on the idea of you interacting with the underway task mid-processing: you'll want to deal with that validation/catch-that-odd-layer issue separately.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 15:03:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/laytrans-multiple-drawings/m-p/12455984#M20284</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2023-12-21T15:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: LAYTRANS Multiple Drawings</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/laytrans-multiple-drawings/m-p/12459829#M20285</link>
      <description>&lt;P&gt;You could write to a file any dwg's names that need further investigation as they had some form of needing human interaction. If you use the "A" option append to file it will add to a file and allow you to close the text file and go to next dwg. So need a bit of lisp code to check is all OK. Like say 56 layers but only 50 checked.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(setq fo (open "C:\\yourdirectory\\baddwgs.txt "A"))&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 24 Dec 2023 00:20:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/laytrans-multiple-drawings/m-p/12459829#M20285</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2023-12-24T00:20:47Z</dc:date>
    </item>
  </channel>
</rss>

