<?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) : autolisp need help</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : autolisp need help]]></description>
  <pubDate>Mon, 20 Apr 2026 04:39:26 +0000</pubDate>
  <lastBuildDate>Tue, 03 Jun 2008 17:36:50 +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=787</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[autolisp need help : hi your program only can be separate...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=787&amp;PID=2064&amp;title=autolisp-need-help#2064</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=9328">samlimct</a><br /><strong>Subject:</strong> 787<br /><strong>Posted:</strong> 03.Jun.2008 at 17:36<br /><br />hi <br><br>your program only can be separate use for changing to polyline but does'nt work together with my grasket line.<br>anyway thanks for your help<br><br>sam<br>]]>
   </description>
   <pubDate>Tue, 03 Jun 2008 17:36:50 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=787&amp;PID=2064&amp;title=autolisp-need-help#2064</guid>
  </item> 
  <item>
   <title><![CDATA[autolisp need help : You try below lisp instead of...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=787&amp;PID=2063&amp;title=autolisp-need-help#2063</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=10890">maungthantzinoo</a><br /><strong>Subject:</strong> 787<br /><strong>Posted:</strong> 03.Jun.2008 at 11:45<br /><br /><font face="Tahoma, Arial, Sans serif"><font color="#cc0099"><font color="#3366cc">You try below lisp instead of your...</font><br><br>(command </font></font>"pedit" "m" (ssget) "" "y" "j" "" ""<font face="Tahoma, Arial, Sans serif"><font color="#cc0099">)(terpri)<br>&nbsp; )</font></font><br><br><br><br>]]>
   </description>
   <pubDate>Tue, 03 Jun 2008 11:45:21 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=787&amp;PID=2063&amp;title=autolisp-need-help#2063</guid>
  </item> 
  <item>
   <title><![CDATA[autolisp need help : (DEFUN C:Gq (/) (GRAPHSCR) ; CHANGE...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=787&amp;PID=2049&amp;title=autolisp-need-help#2049</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=9328">samlimct</a><br /><strong>Subject:</strong> 787<br /><strong>Posted:</strong> 30.May.2008 at 10:29<br /><br /><font color="#cc0099">(DEFUN C:Gq (/)<br>&nbsp; (GRAPHSCR) ; CHANGE TO GRAPHIC SCREEN<br>&nbsp; (SETQ L ( GETREAL" ENTER LENGTH OF GASKETS " )) (terpri)<br><br>&nbsp; (setq cog ( getpoint " enter corner of gasket " )) (terpri)<br>&nbsp; (setq x1 (car cog )) (terpri)<br>&nbsp; (setq y1 (cadr cog )) (terpri)<br>&nbsp; (setq x2 (+ x1 L)) (terpri)<br>&nbsp; (setq x3 (+ x1 L (/ L 2 ))) (terpri)<br>&nbsp; (setq x4 (+ x1 (/ L 2 ))) (terpri)<br>&nbsp; (setq ang (sin ( / pi 3 )))(terpri)<br>&nbsp; (setq height1 (* L ang )) (terpri)<br>&nbsp; (setq y3 ( + y1 height1)) (terpri)<br>&nbsp; (setq y4 ( + y1 height1)) (terpri)<br>&nbsp; (setq pnt1 ( list x2 y1 )) (terpri)<br>&nbsp; (setq pnt2 (list x3 y3 )) (terpri)<br>&nbsp; (setq pnt3 (list x4 y4 )) (terpri)<br>&nbsp; <br>&nbsp; (command "line" cog pnt1 pnt2 pnt3 "c" "" ) (terpri)<br><br>&nbsp;&nbsp;&nbsp; &nbsp;(prompt " change polyline")(terpri)<br>&nbsp; (command " pedit"&nbsp; "m" (ssget) "" "y" "j" cog pnt1 pnt2 pnt3 "")(terpri)<br>&nbsp; )</font><br><br>&nbsp;HI good morning all,<br><br>i'm autolisp beginner. i had write the program on&nbsp; the top but i trying to change the line into polyline. but doest'nt work. anyone can help to have a&nbsp; check.<br>thanks very much....<br>&nbsp;<br>sam<br>]]>
   </description>
   <pubDate>Fri, 30 May 2008 10:29:02 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=787&amp;PID=2049&amp;title=autolisp-need-help#2049</guid>
  </item> 
 </channel>
</rss>