(defun c:0()
(setvar “cmdecho” 0)
(command “-layer” “s” “0” “”)
(setq ent (ssget))
(command “chprop” ent “” “c” “bylayer” “lt” “bylayer” “la” “0” “”)
(command “-overkill” ent “” “D” )
(prompt “nSet 0 Layer & OVERKILL… “)
(setvar “cmdecho” 1)
(princ)
)
선종류축척 수정관련 명령어를 넣고싶은데
어떻게하면될까요?
ltscale 조절해 보시구요.. 선 배율이 넘 작거나 넘 크거나 하면 안보입니다. 다시 load 해 보세요