明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1542|回复: 3

不知道错误在那里,高手帮我找找

[复制链接]
发表于 2005-5-31 23:08:00 | 显示全部楼层 |阅读模式
我开始运动还正确,不止到怎么回事换了机子就不行了,倒角到不了了 (defun c:draw4()
(setq pc (list 500 500) d0 700 e 10 H 60 H1 50 d1 720 R 25)
(command "circle" pc (- (/ d0 2) e))
(command "line" pc (polar pc (* 0.1 pi) d0)"")
(command "line" pc (polar pc (* 0.4 pi) d0) "")
(setq pn (polar pc (* pi 0.1) 400))
(setq pm (polar pc (* 0.4 pi) 400))
(command "fillet" "r" R "fillet" pn (polar pc (* 0.5 pi) (- (/ d0 2) e)))
(command "fillet" "r" R "fillet" pm (polar pc (* 0.5 pi) (- (/ d0 2) e)))
(command "fillet" "r" R "fillet" pn pm)
(command "trim" "w" (polar pc (* (/ pi 4) 3) d1)
(polar pc (* -1 (/ pi 4)) d1) ""
(polar pc 0 (- (/ d0 2) e)) "")
)
 楼主| 发表于 2005-5-31 23:32:00 | 显示全部楼层
我第一次打开AUTOCAD后加载运行可以画出一个完整的图,可再次打开一个新的CAD窗口后加载运行就只能画到倒圆角的地方,当把所有的CAD界面关闭,重新打开AUTOCAD在加载运行又可以画出完整图,这是怎么回事?
发表于 2005-5-31 23:46:00 | 显示全部楼层
在 (command "line" pc (polar pc (* 0.4 pi) d0) "")后面加上一句
(command "zoom" "E")
发表于 2005-6-1 08:58:00 | 显示全部楼层
(list 500 500)应该超过你的图形界限了


只需象楼上所说那样即可
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-17 10:41 , Processed in 0.151643 second(s), 25 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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