<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>CAD Forum discussion (EN) : help w/layer creation lisp</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : help w/layer creation lisp]]></description>
  <pubDate>Fri, 12 Jun 2026 04:15:57 +0000</pubDate>
  <lastBuildDate>Fri, 04 Apr 2008 12:14:53 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.cadforum.cz/forum_en/RSS_post_feed.asp?TID=610</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD Forum discussion (EN)]]></title>
   <url>https://www.cadforum.cz/forum_en/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum_en/</link>
  </image>
  <item>
   <title><![CDATA[help w/layer creation lisp :   CHECK FORHELPABOUTPROGRAMMING...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=610&amp;PID=1586&amp;title=help-w-layer-creation-lisp#1586</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=2361">Arben.Allaraj</a><br /><strong>Subject:</strong> 610<br /><strong>Posted:</strong> 04.Apr.2008 at 12:14<br /><br /><DIV></DIV><DIV></DIV>&nbsp;<DIV>&nbsp;CHECK&nbsp; FOR&nbsp;&nbsp;HELP&nbsp;ABOUT&nbsp;&nbsp;PROGRAMMING TO AUGI.COM.</DIV><DIV>&nbsp;YOU&nbsp; CAN SEE A GOOD WEB ABOUT LISP.</DIV><DIV>&nbsp;<FONT color=#3333cc><a href="http://www.afralisp.net/lisp" target="_blank">http://www.afralisp.net/lisp</A></FONT></DIV>]]>
   </description>
   <pubDate>Fri, 04 Apr 2008 12:14:53 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=610&amp;PID=1586&amp;title=help-w-layer-creation-lisp#1586</guid>
  </item> 
  <item>
   <title><![CDATA[help w/layer creation lisp : I am trying to figure out how...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=610&amp;PID=1580&amp;title=help-w-layer-creation-lisp#1580</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=4062">brenth</a><br /><strong>Subject:</strong> 610<br /><strong>Posted:</strong> 03.Apr.2008 at 19:41<br /><br />I am trying to figure out how to add an if condition to the following lisp routine: <DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp; ; LAYER SETUP<BR>&nbsp;&nbsp;&nbsp;&nbsp; ;<BR>(defun C:CHECKLA (HDNAME HDCOLOR HDLTTYPE)<BR>&nbsp; (command "cmdecho" "0")<BR>&nbsp;&nbsp;&nbsp;&nbsp; ;&nbsp; (if (= (tblsearch "layer" hdname) nil)<BR>&nbsp; (command "layer" "m" HDNAME "c" HDCOLOR "" "lt" HDLTTYPE "" ""<BR>&nbsp;&nbsp; )<BR>&nbsp; (command "layer" "s" HDNAME "")<BR>&nbsp;&nbsp;&nbsp;&nbsp; ;&nbsp; )<BR>)</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>This routine creates a new layer in the drawing when the user selects the layer name from a pulldown menu. variables are set for HDNAME, HDCOLOR AND HDLTTYPE. I want to add a conditon where if HDNAME is equivalant to C-BORDER or BORDER, then the new layer is turned to a non-plot layer.</DIV><DIV>&nbsp;</DIV><DIV>Any help is appreciated</DIV><DIV>&nbsp;</DIV><DIV>Also If anyone can suggest a website, or book that is a dictionary of lisp commands I would love to get ahold of that info</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><span style="font-size:10px"><br /><br />Edited by brenth - 04.Apr.2008 at 01:48</span>]]>
   </description>
   <pubDate>Thu, 03 Apr 2008 19:41:30 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=610&amp;PID=1580&amp;title=help-w-layer-creation-lisp#1580</guid>
  </item> 
 </channel>
</rss>