(DEFUN C:Test5 () (MakeBlock-$tumingfuhao$) (command "-bedit" "$tumingfuhao$" "") (setq wk_12 (ssadd)) (command "line" "0,0" "28,0" "") (setq wk_1ent (entlast)) (command "change" wk_1ent "" "p" "c" "6" "") (command "_BParameter" "l" "4,0" "24,0" "14,7" "2") (ssadd (entlast) wk_12) (command "_BActionTool" "T" "T" wk_12 "s" "29,-8" "23,4" wk_1ent "") (command "_Bclose" "s" "") (PRINC) )
为什么在运行到"_BActionTool"这里时,定义的选集参数wk_12不能使用?
命令: _BActionTool 输入动作类型 [阵列(A)/查寻(L)/翻转(F)/移动(M)/旋转(R)/缩放(S)/拉伸(T)/极轴拉伸(P)]: T 选择参数: T
*无效选择* 需要单个对象。(这里为什么说要这样???) ; 错误: 函数被取消
请予以帮助!
|