(defun C:TW2()
(setq !Sel (entsel “n기본 객체 선택: “))
(setq !Layer (cdr (assoc 8 (entget (car !Sel)))))
(setq !Sel1 (ssget ‘((8 . “!Layer”)(0 . “LINE”))))
(setq !Color (getint “n변경할 색상 번호: “))
(command “chprop” !Sel1 “” “c” “!Color” “”)
)
이 리습 수정 부탁해요..객체선택이 안되네요.
특정 레어어 중에서 LINE만 선택하고 싶습니다. 부탁드립니다..
공유