37
158
124
后起之秀
(cond ((setq hide (getkword "\nHide Box? [Y/N] ? <Y>"))) (if hide (command "-layer" "s" "Dim" "off" "Dim" "") ("") )
使用道具 举报
15
102
106
初露锋芒
(command "-layer" "s" "Dim" "off" "Dim" "")
(command "_.layer" "s" "Dim" "off" "Dim" "Y")
5
194
193
初来乍到
(initget "Y N") ;Set the key words (setq hide (getkword "\nHide Box? [Y/N] ? <Y>")) ;Get the input (if (= hide "Y") ;If the user has entered the required key "Y" (command "_.layer" "s" "Dim" "off" "Dim" "Y" "") ;Turn off the layer )
114
1万
中流砥柱
(initget 1 "Y N") ; 1 = no null input (setq hide (getkword "\nHide Box? [Y/N] ? <Y>")) ;Get the input (if (= hide "Y") ;If the user has entered the required key "Y" (command "_.layer" "s" "Dim" "off" "Dim" "Y" "") ;Turn off the layer )
26
1495
20
(initget "Yes No") (if (/= "No" (getkword "\nHide Box? [Yes/No] ? <Y>: ")) (command "_.LAYER" "s" "Dim" "_Off" "Dim" "_Y" ""))
本版积分规则 发表回复 回帖后跳转到最后一页
微信公众平台
扫描访问手机版
点击图片下载手机App
|关于我们|小黑屋|乐筑天下 繁体中文
GMT+8, 2025-3-4 17:39 , Processed in 0.457706 second(s), 64 queries .
© 2020-2025 乐筑天下
在线时间:10:00-17:00
暂无
扫一扫,关注我们
帮助中心
关于我们
下载APP客户端