(defun c:tt(/ ss)
(command "layer" "M" "DIM" "C" "3" "" "LT" "CONTINUOUS" "" "");设置一个标注图层
(princ "\n框选标注归到DIM层")
(setq ss (ssget ":s" '((0 . "DIMENSION"))))
(command "_.chprop" ss "" "LA" "DIM" "")
(gc)
)
这样在没有DIM图层的情况下自动加一个 挺好的,非常好用。。。。 好东西 学习一下 谢谢分享!!!
页:
1
[2]