討論串[問題] AutoCAD lisp做subtract
共 3 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓1(1推 0噓 1→)留言2則,0人參與, 最新作者sjgau (sjgau)時間14年前 (2012/05/24 07:51), 編輯資訊
0
0
1
內容預覽:
新的版本. 不用管 group. (defun PurgeAllGroups (/ grpList index grp). (setq grpList (dictsearch (namedobjdict) "ACAD_GROUP")). (setq index 1). (while (setq gr
(還有1067個字)

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者sjgau (sjgau)時間14年前 (2012/05/24 05:44), 編輯資訊
0
0
1
內容預覽:
(defun c:test ( / ). ; 上面的 / 的左右都要 空一格. (command "sphere" '(0 0 0) 10). (command "-group" "c" "big" "big" "L" ""). ; 執行 test 之前,必須先. ; -group. ; E. ;
(還有943個字)

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者tn00364361 (小氵斿)時間14年前 (2012/05/23 22:26), 編輯資訊
0
0
0
內容預覽:
小弟我查不到如何在autolisp裡面使用subtract這個功能. 我的程式碼:. (defun c:test (/). (command "sphere" '(0 0 0) 10). (command "sphere" '(5 0 0) 6). (princ). ). 我想用第二個小球讓第一個大
首頁
上一頁
1
下一頁
尾頁