<?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: Global edit layer descriptions in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6598918#M258651</link>
    <description>&lt;P&gt;Hi Neil,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think it looks fine. I attached my version for you to try also. Make sure that you put the CSV in the C:\CADLAYERS folder so the lisp can find it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I run LAYRSEC, I see SEC at the bottom of the list (alphabetical)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, if you have your linetypes in a .LIN file, you can automatically load those with the LISP file as well in the&lt;FONT color="#FF0000"&gt; load linetypes&lt;/FONT&gt; section.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Oct 2016 18:41:16 GMT</pubDate>
    <dc:creator>john.vellek</dc:creator>
    <dc:date>2016-10-03T18:41:16Z</dc:date>
    <item>
      <title>Global edit layer descriptions</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6595059#M258640</link>
      <description>&lt;P&gt;I'm updating our layer template and want to fill out the layer descriptions in more detail. Is there a way to make global edits to descriptions? For example I'd like to use a FIND/REPLACE tool or a RENAME tool with wildcards or&amp;nbsp;export to an external file, make the edits and re-import. Perhaps&amp;nbsp;there is a custom tool out there.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 16:29:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6595059#M258640</guid>
      <dc:creator>Neilw_05</dc:creator>
      <dc:date>2016-09-30T16:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Global edit layer descriptions</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6595146#M258641</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/231183"&gt;@Neilw_05﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the past when I have to do this I created a CSV file that I could edit Easily in Excel. I then used a LISP routine to create the layers and their properties in a new template. I imagine that you could create all the data in a CSV file and then concatenate the cells to form a script and then populate your template that way too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you give me a handful of your layers and properties I could drop them into a spreadsheet and how you how I do this.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 17:04:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6595146#M258641</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-09-30T17:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Global edit layer descriptions</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6595202#M258642</link>
      <description>&lt;P&gt;I'm posting my template (it's Civil 3D 2017). Thanks for having a look!&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 17:27:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6595202#M258642</guid>
      <dc:creator>Neilw_05</dc:creator>
      <dc:date>2016-09-30T17:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Global edit layer descriptions</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6595686#M258643</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/231183"&gt;@Neilw_05﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I dumped a bunch of your layers (over 100) into a spreadsheet and started playing with the concatenation but figured it would be too hard to deal with and too easy to break.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, instead I modified one of my old lisp routines. I have called the new one SECLAYR.lsp. When you load it by typing LAYRSEC, it will open the dialog (defined in &amp;nbsp;seclayr.dcl).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It will present a list of layer setting files to use. Currently &amp;nbsp;the only one that has your information is the ALL (SECall.csv)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you select that one it will load all of the settings stored in the file as long as the required linetypes are present. There is actually a section in the LSP file that pre-loads some linetypes so you could edit these to reflect yours.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, for this to work I suggest that you place it on your C drive at the root (C:\CADLAYERS) and be added to your file search path and trusted locations in OPTIONS. &amp;nbsp;You can modify the SECall.csv in Excel which will let you copy/paste, search/replace, etc. This will also allow you to break down the list into parts (see the list of files and names in the dialog box). This might make it easier to work on since you have SO many layers with which to accommodate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps. Let me know if this is a possibility for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#00CCFF"&gt;Please select the Accept as Solution button if my post solves your issue or answers your question.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 20:41:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6595686#M258643</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-09-30T20:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Global edit layer descriptions</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6595806#M258644</link>
      <description>&lt;P&gt;Your routine works great John. Thank you very much!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Questions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) How do I populate a CSV file with all the layers in my template so I can edit them?&lt;/P&gt;
&lt;P&gt;2) I see when I import layers from&amp;nbsp;the other CSV files you included, some of the layers come in preset to No Plot. Where is that coming from?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 21:44:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6595806#M258644</guid>
      <dc:creator>Neilw_05</dc:creator>
      <dc:date>2016-09-30T21:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Global edit layer descriptions</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6595809#M258645</link>
      <description>&lt;P&gt;One more thing: how do I update the layers that are already in my template? I can't just purge and recreate them because they are already being used by the Civil 3D styles.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 21:47:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6595809#M258645</guid>
      <dc:creator>Neilw_05</dc:creator>
      <dc:date>2016-09-30T21:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Global edit layer descriptions</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6595826#M258646</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/231183"&gt;@Neilw_05﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am glad you like it. It worked so well for me in the past I removed all layers from our templates entirely!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) &amp;nbsp;At any rate, I just copy pasted your layer info into the spreadsheet one item at a time to make sure the example came in clean for you. There are a variety of lisp routines that might automate this for you. (Check out the &lt;A href="https://apps.autodesk.com/en" target="_blank"&gt;Autodesk App Stor&lt;/A&gt;e perhaps?) You can even just use the old-fashioned -layer ? * at the command line and then grab everything off the text screen but that requires a bit of editing.&lt;/P&gt;
&lt;P&gt;2) &amp;nbsp;The no-plot layers are hard-coded into the lisp routine. I can help you with this if the rest of it works ok.&lt;/P&gt;
&lt;P&gt;3) The beauty of this routine is that it will actually reset the layers even if they already exist! It will not remove layers but it will create them and set all the properties to what you have in the CSV files.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 21:53:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6595826#M258646</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-09-30T21:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Global edit layer descriptions</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6595941#M258647</link>
      <description>&lt;P&gt;I've managed to generate my CSV file and made some edits. Now I want to test the import process. When I run the LISP I don't see my .csv file in the list. How do I get it to show up?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 23:24:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6595941#M258647</guid>
      <dc:creator>Neilw_05</dc:creator>
      <dc:date>2016-09-30T23:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Global edit layer descriptions</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6596012#M258648</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/231183"&gt;@Neilw_05﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make sure the CSV file looks similar to the ones I included. It has a "header" row of&amp;nbsp;Name Color Linetype Description&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then open the LISP file (should open with Notepad by default)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will need to add your file name in two places. The first location in the file is where it says&lt;FONT color="#800000"&gt;&amp;nbsp;(setq lb1info '("ALL" "CEILING" "PHS" "DETAILS-ELEVS-SECT" "BUBBLE" "ROOF" "CIVIL" "LIFE-SAFETY"&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;For example, replace &lt;FONT color="#800000"&gt;CEILING&lt;/FONT&gt; with &lt;FONT color="#800000"&gt;NEIL&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Just replace one of the names between quotes with the name you want displayed (case&amp;nbsp;sensitive)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Then, in the section lower in the file you will see:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#800000"&gt;(if (= item_name1 "ALL")(setq layersFile "C:\\CADLAYERS\\SECALL.csv"))&lt;BR /&gt;(if (= item_name1 "CEILING")(setq layersFile "C:\\CADLAYERS\\Ceiling.csv"))&lt;BR /&gt;(if (= item_name1 "PHS")(setq layersFile "C:\\CADLAYERS\\PHS.csv"))&lt;BR /&gt;(if (= item_name1 "DETAILS-ELEVS-SECT")(setq layersFile "C:\\CADLAYERS\\Elevation.csv"))&lt;BR /&gt;(if (= item_name1 "BUBBLE")(setq layersFile "C:\\CADLAYERS\\Bubble.csv"))&lt;BR /&gt;(if (= item_name1 "ROOF")(setq layersFile "C:\\CADLAYERS\\Roof.csv"))&lt;BR /&gt;(if (= item_name1 "CIVIL")(setq layersFile "C:\\CADLAYERS\\Civil.csv"))&lt;BR /&gt;(if (= item_name1 "LIFE-SAFETY")(setq layersFile "C:\\CADLAYERS\\Lsafe.csv"))&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;FONT color="#000000"&gt;Here you will replace&lt;/FONT&gt; CEILING &lt;FONT color="#000000"&gt;with&lt;/FONT&gt; NEIL&lt;FONT color="#000000"&gt; and then for the file name put in the exact name of the CSV file you created.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;FONT color="#000000"&gt;Let me know if this makes sense - or send me your csv file and I can make the changes for you.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Oct 2016 01:54:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6596012#M258648</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-10-01T01:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Global edit layer descriptions</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6598805#M258649</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/231183"&gt;@Neilw_05﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am checking back to see if you got this to work for your environment. You are welcome to attach your CSV file and I can make the changes in the LSP file for you if you like.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2016 17:54:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6598805#M258649</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-10-03T17:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Global edit layer descriptions</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6598900#M258650</link>
      <description>&lt;P&gt;Hi John,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was busy on a few tasks but I took the time to try your edits. I don't see my CSV file available after I made my edits to the LSP. I've posted my files for your reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2016 18:29:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6598900#M258650</guid>
      <dc:creator>Neilw_05</dc:creator>
      <dc:date>2016-10-03T18:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Global edit layer descriptions</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6598918#M258651</link>
      <description>&lt;P&gt;Hi Neil,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think it looks fine. I attached my version for you to try also. Make sure that you put the CSV in the C:\CADLAYERS folder so the lisp can find it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I run LAYRSEC, I see SEC at the bottom of the list (alphabetical)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, if you have your linetypes in a .LIN file, you can automatically load those with the LISP file as well in the&lt;FONT color="#FF0000"&gt; load linetypes&lt;/FONT&gt; section.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2016 18:41:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6598918#M258651</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-10-03T18:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Global edit layer descriptions</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6598941#M258652</link>
      <description>&lt;P&gt;John,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm still not seeing my layers file. I've closed and re-opened C3D and reloaded the LISP. Screen caps show what I see.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2016 18:55:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6598941#M258652</guid>
      <dc:creator>Neilw_05</dc:creator>
      <dc:date>2016-10-03T18:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Global edit layer descriptions</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6598942#M258653</link>
      <description>&lt;P&gt;My edited version of your latest .LSP attached.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2016 18:56:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6598942#M258653</guid>
      <dc:creator>Neilw_05</dc:creator>
      <dc:date>2016-10-03T18:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Global edit layer descriptions</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6598945#M258654</link>
      <description>&lt;P&gt;Hi Neil - It appears that you are autoloading the Lisp but I am guessing it is a different version (different location). Please remove it from the appload list for now. I would just drag and drop it into your dwg until you have finalized the editing.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2016 18:58:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6598945#M258654</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-10-03T18:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Global edit layer descriptions</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6599085#M258655</link>
      <description>&lt;P&gt;Drag and drop works. I think I am good to go. A big thanks to you for sharing this John.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2016 20:09:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6599085#M258655</guid>
      <dc:creator>Neilw_05</dc:creator>
      <dc:date>2016-10-03T20:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Global edit layer descriptions</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6599107#M258656</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/231183"&gt;@Neilw_05﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I added your linetypes to the lisp and wrote all your linetypes to the attached file. As long as it is in the path I think this should work well for you.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2016 20:17:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/global-edit-layer-descriptions/m-p/6599107#M258656</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-10-03T20:17:25Z</dc:date>
    </item>
  </channel>
</rss>

