304| 7
|
[提问] 如何: 将 【多 重 引 线 】有序排列? |
10明经币
最佳答案(defun c:t1()
(setvar "cmdecho" 0)
(defun t1(en)
(setq
ed(entget en)
ps1(vl-remove-if-not '(lambda(x)(wcmatch(itoa(car x))"10,12,110"))ed)
ps2 (mapcar 'cdr(reverse(cdr(reverse ps1))))
ed1(subst(cons 10(setq p6(polar(nth 2 ps2)(* pi 0.5)500)))(nth 5 ps1)ed)
ed2(subst(cons 10(setq p4(polar p6 0 1000)))(nth 3 ps1)ed1)
ed3(subst(cons 12(setq p2( ...
| ||
发表于 2024-8-24 15:56:39
|
显示全部楼层
| ||
| ||
| ||
| ||
发表于 2024-8-28 16:28:18
|
显示全部楼层
| ||
| ||