|
马上注册,结识高手,享用更多资源,轻松玩转三维网社区。
您需要 登录 才可以下载或查看,没有帐号?注册
x
本帖最后由 zuoyemoming 于 2010-1-18 13:52 编辑 % M8 x9 W6 ?) d1 b( ?
5 e6 s( G$ a5 o) H
为什么我照着教程编写的LSP程序,老是提示输入中的点位置不正确。$ r1 S& u: a; s" G1 H& O: _+ T
这个是照着教程自己写的源码:6 O) G! J2 C1 ~: A
;this program will prompt you to enter three points
' Q: v8 \0 o3 W/ r7 G) I;of a triangle from the keyboard ,or select three points& i9 Y: ]; W9 R1 [/ h1 u
;by using the screen cursor .P1,P2,P3 are triangle corners
! _6 R, j- ~. j ~5 h% H; B* K4 p; Y e6 o' i
(defun: C:triang1()
4 ]% H+ L' K! `/ F! w6 _ (setq p1(getPoint“\n Enter first Point of triangle:”))1 p7 s/ A7 X/ Z
(setq p2(getPoint“\n Enter second Point of triangle:”))
5 N7 U' A6 |% d, ~" { (setq p3(getPoint“\n Enter third Point of triangle:”))
* u& U$ p/ B6 ]( I7 y+ B! A+ c4 S" ^( R (Command“line” p1 p2 p3“C”)+ J' o5 X2 d" T5 T/ F o$ w
)1 H, q% }" o$ F0 t" S) c
教程为下面的图片 |
|