건축설계 합니다.
매일 반복되는일중에 주차선을 일일이 그리거나 등등.
아니면 기존에 있는거 따와서 그리는데요..
숫자1을 평행주차로 지정을 해서 그키를 누르면 블럭이 잡혀서 나오는 리습이나
방법좀 알켜 주시면 감사 하겠습니다. 아니면 쉬운 방법이라도 부탁 드릴께요.
전에 했던거 찾아보니..
(command “-LAYER” “S” “0” “”)
(princ));
(defun c:1()
(prompt “nCommand: CENTER Draw…”)(terpri)
(command “-layer” “M” “CENTER” “cen” “14” “CEN” “L” “CEN” “” “”)
(command “-LAYER” “S” “CEN” “”)
(princ));
(defun c:2()
(prompt “nCommand: col LAYER Draw…”)(terpri)
(command “-layer” “M” “col” “C” “2” “col” “”)
(command “-LAYER” “S” “col” “”)
(princ));
(defun c:3()
(prompt “nCommand: wal LAYER Draw…”)(terpri)
(command “-layer” “M” “wal” “C” “3” “wal” “”)
(command “-LAYER” “S” “wal” “”)
(princ));
(defun c:4()
(prompt “nCommand: etc LAYER Draw…”)(terpri)
(command “-layer” “M” “etc” “C” “7” “etc” “”)
(command “-LAYER” “S” “etc” “”)
(princ));
(defun c:5()
(prompt “nCommand: HAT LAYER Draw…”)(terpri)
(command “-layer” “M” “HAT” “C” “5” “HAT” “”)
(command “-LAYER” “S” “HAT” “”)
(princ));
(defun c:6()
(prompt “nCommand: dim LAYER Draw…”)(terpri)
(command “-layer” “M” “dim” “C” “134” “dim” “”)
(command “-LAYER” “S” “dim” “”)
(princ));
(defun c:7()
(prompt “nCommand: tex LAYER Draw…”)(terpri)
(command “-layer” “M” “tex” “C” “3” “tex” “”)
(command “-LAYER” “S” “tex” “”)
(princ));
(defun c:8()
(prompt “nCommand: wid LAYER Draw…”)(terpri)
(command “-layer” “M” “wid” “C” “4” “wid” “”)
(command “-LAYER” “S” “wid” “”)
(princ));
(defun c:9()
(prompt “nCommand: lan LAYER Draw…”)(terpri)
(command “-layer” “M” “lan” “C” “3” “lan” “”)
(command “-LAYER” “S” “lan” “”)
(princ))
(princ));
(defun c:1()
(prompt “nCommand: CENTER Draw…”)(terpri)
(command “-layer” “M” “CENTER” “cen” “14” “CEN” “L” “CEN” “” “”)
(command “-LAYER” “S” “CEN” “”)
(princ));
(defun c:2()
(prompt “nCommand: col LAYER Draw…”)(terpri)
(command “-layer” “M” “col” “C” “2” “col” “”)
(command “-LAYER” “S” “col” “”)
(princ));
(defun c:3()
(prompt “nCommand: wal LAYER Draw…”)(terpri)
(command “-layer” “M” “wal” “C” “3” “wal” “”)
(command “-LAYER” “S” “wal” “”)
(princ));
(defun c:4()
(prompt “nCommand: etc LAYER Draw…”)(terpri)
(command “-layer” “M” “etc” “C” “7” “etc” “”)
(command “-LAYER” “S” “etc” “”)
(princ));
(defun c:5()
(prompt “nCommand: HAT LAYER Draw…”)(terpri)
(command “-layer” “M” “HAT” “C” “5” “HAT” “”)
(command “-LAYER” “S” “HAT” “”)
(princ));
(defun c:6()
(prompt “nCommand: dim LAYER Draw…”)(terpri)
(command “-layer” “M” “dim” “C” “134” “dim” “”)
(command “-LAYER” “S” “dim” “”)
(princ));
(defun c:7()
(prompt “nCommand: tex LAYER Draw…”)(terpri)
(command “-layer” “M” “tex” “C” “3” “tex” “”)
(command “-LAYER” “S” “tex” “”)
(princ));
(defun c:8()
(prompt “nCommand: wid LAYER Draw…”)(terpri)
(command “-layer” “M” “wid” “C” “4” “wid” “”)
(command “-LAYER” “S” “wid” “”)
(princ));
(defun c:9()
(prompt “nCommand: lan LAYER Draw…”)(terpri)
(command “-layer” “M” “lan” “C” “3” “lan” “”)
(command “-LAYER” “S” “lan” “”)
(princ))
이걸 어느 파일에다가 넣어야 되나여? 2016 LT(케드파워) 입니다