<?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) : Lisp Program Help</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : Lisp Program Help]]></description>
  <pubDate>Mon, 01 Jun 2026 06:57:57 +0000</pubDate>
  <lastBuildDate>Wed, 25 Feb 2009 21:11:05 +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=1730</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[Lisp Program Help : That is closer to what I want...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1730&amp;PID=4745&amp;title=lisp-program-help#4745</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=39024">k8nadeau</a><br /><strong>Subject:</strong> 1730<br /><strong>Posted:</strong> 25.Feb.2009 at 21:11<br /><br />That is closer to what I want  <img src="https://www.cadforum.cz/forum_en/smileys/smiley1.gif" border="0" align="middle" />  Thanks! But it is now drawing the line from the bottom of the vertical line. How do I get it so that it reads the coordinates correctly and draws the line from the quarter point?]]>
   </description>
   <pubDate>Wed, 25 Feb 2009 21:11:05 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1730&amp;PID=4745&amp;title=lisp-program-help#4745</guid>
  </item> 
  <item>
   <title><![CDATA[Lisp Program Help : Not tested but the last line should...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1730&amp;PID=4744&amp;title=lisp-program-help#4744</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=3">Vladimir Michl</a><br /><strong>Subject:</strong> 1730<br /><strong>Posted:</strong> 25.Feb.2009 at 21:02<br /><br />Not tested but the last line should read something like:<DIV>&nbsp;</DIV><DIV><FONT color=#993300>(command "_LINE" (list X DRL) <EM>...here add the second point of the line...)</EM></FONT></DIV>]]>
   </description>
   <pubDate>Wed, 25 Feb 2009 21:02:50 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1730&amp;PID=4744&amp;title=lisp-program-help#4744</guid>
  </item> 
  <item>
   <title><![CDATA[Lisp Program Help : I am trying to create a lisp program...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1730&amp;PID=4743&amp;title=lisp-program-help#4743</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=39024">k8nadeau</a><br /><strong>Subject:</strong> 1730<br /><strong>Posted:</strong> 25.Feb.2009 at 20:53<br /><br />I am trying to create a lisp program that will find the quarter point of a vertical line in order to draw a new line horizontally to represent welded wire fabric.<br /><br />This is what I have. Everything works except the command line, which will not draw the line correctly.<br /><br />(defun c:test()<br />  (setq Pt1 (getpoint "\nSelect bottom point of line:"))<br />  (setq X (car Pt1))<br />  (setq Y1 (cadr Pt1))<br />  (setq Pt2 (getpoint "\nSelect top point of line:"))<br />  (setq Y2 (cadr Pt2))<br />  (setq D (/(- Y2 Y1)4))<br />  (setq DRL (+ D Y1))<br />  (command "line" X DRL)<br />)<br /><br />If anyone has any ideas, please don't hesitate. Thanks!<br /><br /><br />]]>
   </description>
   <pubDate>Wed, 25 Feb 2009 20:53:02 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1730&amp;PID=4743&amp;title=lisp-program-help#4743</guid>
  </item> 
 </channel>
</rss>