도와주세요ㅜㅜ
예전에 다운받아서 잘 사용하던건데 캐드2007에서 실행이 않되요
줌-엔터-엔터 치면 줌이가 되는 리습이에요
; MODULE_ID PSMODE_LSP_
;;;—————————————————————————-
;;; The main dialogue.
;;;—————————————————————————-
(defun c:pas(/)
(setvar “filedia” 0)
(setvar “attdia” 0)
(setvar “cecolor” “bylayer”)
(setvar “psltscale” 0)
(setvar “tilemode” 0)
;;; (command “cmdecho” “1”)
(command “limits” “0,0” “1680,594”)
(command “zoom” “e”)
(command “_.-layer” “freeze” “window” “”)
(command “mspace”)
(command “zoom” “e”)
(command “zoom” “1xp”)
(command “pspace”)
(command “cmdecho” “0”)
(setvar “filedia” 1)
(setvar “attdia” 1)
;;; (command “zoom” “e”)
)
;;;—————————————————————————-
(princ “도면 모드 설정(PAS..Type loaded.”)
(princ)