277283904 发表于 2024-5-6 11:59:31

这段倒圆角代码在CAD2010里用不了呢,2007就可以

(defun c:f ()(command"fillet""r""指定圆角半径:"))

自贡黄明儒 发表于 2024-5-6 13:57:45

((if command-s command-s command) "fillet" "r" 50))

rocking2008 发表于 2024-5-12 22:57:47

自贡黄明儒 发表于 2024-5-6 13:57
((if command-s command-s command) "fillet" "r" 50))

command-s,是从AUTOcad哪个版本开始的?是2015吗?
页: [1]
查看完整版本: 这段倒圆角代码在CAD2010里用不了呢,2007就可以