[求助]如果让command函数调用cad对话框方式的命令
www.dimcax.com
[求助]如果让command函数调用cad对话框方式的命令
如题,我用command都会是命令行模式的,怎么让他是对话框式的?谢谢了~~~~~~~~
(defun c:bo () (initdia)(command ".boundary") (princ))
这个为什么不行~~~?
autolisp我喜欢哈哈
vba也想喜欢
d
因为initdia只对以下命令有效
attdef, attext, bhatch, block, color, image, imageadjust, insert, layer, linetype, mtext, plot, rename, style, toolbar, 和 view
d
那就是说除了这之外的的命令没有办法了???
如题?
autolisp我喜欢哈哈
vba也想喜欢
d
是的
d
晕~~~
autolisp我喜欢哈哈
vba也想喜欢
d
怎么就不支持dimstyle啊,不公平啊。。