2451| 3
|
单线变双线能不能改成这样 |
2明经币
最佳答案我改了一下,试验好使~ 你试试吧~
(defun c:bs()
(command "undo" "be")
(command "celtype" "ACAD_ISO03W100")
(setq pt1 (getpoint "请选择第1点"))
(princ "\n")
(setq pt2 (getpoint "请选择第2点"))
(princ "\n")
(command "line" pt1 pt2 "")
(setq o1 (entlast))
(command "change" o1 "" "p" "la" "zdy1" "")
(command "celtype" "Continuous")
(setq dis (g ...
| ||
发表于 2014-7-20 20:46:01
|
显示全部楼层
| ||
发表于 2014-8-1 16:22:38
|
显示全部楼层
| ||