明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 705|回复: 3

[LISP群(2)] 2013-07-26 明经 AutoLISP 编程②(177027547) 群聊记录:[face25.gif]

 关闭 [复制链接]
发表于 2013-7-26 10:39:25 | 显示全部楼层 |阅读模式
[lenovo1x1]结构 10:39:25
 楼主| 发表于 2013-7-26 10:53:26 | 显示全部楼层
梅花 10:53:26
(defun dtr(a)
  (* a (/ pi 180.0))
  )
(defun c:tuyere (/ x1 x2 a x3)
  (setq p1 (getpoint "\n enter point of p1"))            
  (setq x1 (getdist "\n enter x1 of tuyere"))
  (setq  a (getangle"\ n enter angle of tuyere"))
  (setq p2 (polar p1 a x1))
  (setq x2 (getdist"\n enter x2 of tuyere"))
  (setq p3 (polar p2 a x2))
  (setq x3 (getdist "\ n enter x3 of tuyere"))
  (setq p4 (polar p1 ( + a (dtr 90)) x3))
  (command"line"p1 p2"")
  (command"line" 2 p3"")
  (command "line"p1 p4"")
  (princ)
  )
    以上程序,运行输入后返回错误:函数被取消。请帮忙。谢谢!
 楼主| 发表于 2013-7-26 11:07:36 | 显示全部楼层
梅花 11:07:36
我调试好了,谢谢!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-6 07:21 , Processed in 0.148832 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表