一个菜鸟问题
<P><FONT face=宋体><FONT size=2>我刚学ARX,想根据lsp程序原理试做一个ARX程序。我在看文字打断程序段时有如下不明白,请指教。<BR>(defun c:wdbrk (/ e0 e1 e10 le le0 le1 p1 px a a1 d d1 dx</FONT></FONT></P><P><FONT face=宋体><FONT size=2> dm i i1 txt txt1 cha tfhz tf)<BR> (if (and (setq e0 (entsel "\n请点取要打断的文字 <退出>: "))<BR> (setq e0 (car e0)</FONT></FONT></P>
<P><FONT face=宋体 size=2> </FONT><FONT face=宋体 size=2>le0 (entget e0)</FONT></P>
<P><FONT face=宋体 size=2> )<BR> (= "TEXT" (cdr (assoc 0 le0)))<BR> (progn (redraw e0 3)<BR> (setq le_drw (cons e0 le_drw)<BR> px (getpoint "\n再点一下要打断的位置 <退出>: ")<BR> )<BR> )<BR> (> (setq e1 (assoc 1 le0)<BR> txt (cdr e1)<BR> e10 (assoc 10 le0)<BR> p1 (cdr e10)<BR> a (cdr (assoc 50 le0))<BR> a1 (+ a _pi2)<BR> <U>dx (p_l px p1 (polar p1 a1 <FONT color=#ff0000>1e3</FONT>))</U> \\此句中的1e3是代表哪个点的距离呢?</FONT></P>
<P><FONT face=宋体><FONT size=2> ) 0<BR> )<BR> )</FONT></FONT></P>
<P><FONT face=宋体><FONT size=2><BR>................</FONT></FONT></P>
<P><FONT face=宋体 size=2></FONT> </P>
页:
[1]