wxa123wl 发表于 2023-12-29 14:36:22

superhatch超级填充后台command调用模拟


[*](defun c:tt ()
[*](princ "ddddd")
[*](command "_SUPERHATCH" "B""ZG-111" "" (getpoint) "1" "1" "0" "YES" "" "" (getpoint))
[*])
[*]超级填充无法模拟,用gpt出来的也不对
[*](defun superhatch ()(command "_SUPERHATCH" "_PATTERN" "ANSI31" "_ASSOCIATIVE" "1" "_BOUNDARY" "1" "_OUTSIDE" "0" "_ELEVATION" "0"))






wxa123wl 发表于 2023-12-29 14:38:14

(defun superhatch ()
(command "_SUPERHATCH" "_PATTERN" "ANSI31" "_ASSOCIATIVE" "1" "_BOUNDARY" "1" "_OUTSIDE" "0" "_ELEVATION" "0"))

(defun c:tt ()
        (princ "ddddd")
(command "_SUPERHATCH" "B""ZG-111" "" (getpoint) "1" "1" "0" "YES" "" "" (getpoint))       
)
没有输入方式不是在怎么模拟这种命令
页: [1]
查看完整版本: superhatch超级填充后台command调用模拟