看板
[ HSNU_986 ]
討論串[八六] 借我放
共 8 篇文章
內容預覽:
(defun C:angle (/ ip ). (command "osnap" "none"). (command "ucs" "w"). (graphscr). (if (setq ip (getpoint "\nInput IP :")). (progn (drawit ip)). ). (p
(還有1584個字)
內容預覽:
(defun C:UJ3d (/ ip r r1 D H1 H2 Thick W). (graphscr). (if (null finddat) (load "util")). (command "ucs" "w"). (command "osnap" "none"). (if (and (set
(還有2406個字)
內容預覽:
(if (null finddat) (load "util")). (defun C:nut3d (/ ip d dlist pitch). (graphscr). (command "osnap" "none"). (command "ucs" "w"). (if (and (setq ip (
(還有2515個字)
內容預覽:
(if (null finddat)(load "util.lsp")). (defun C:bolt3d (/ ip d len dlist pitch). (graphscr). (command "osnap" "none"). (command "ucs" "w"). (if (and (s
(還有2446個字)
內容預覽:
(defun c:th (/ en ed et ip h nh str). (graphscr). (if (setq en (entsel "\nSelect a text <exit> :")). (setq en (car en). ed (entget en). et (cdr (assoc
(還有285個字)