명령어 66을 입력을하면 layer이 기본적으로 만들어지고
dimstyle 까지 설정되게하는 lisp 이었습니다.
어딜 잘못 건드렸는지 명령어가 안먹혀서 문의드립니다.
(defun c:66() (COMMAND “LAYER”
“m” “10” “c” “150” “” “Lt” “Continuous” “”
“m” “11” “c” “161” “” “Lt” “Continuous” “”
“m” “12” “c” “115” “” “Lt” “Continuous” “”
“m” “13” “c” “180” “” “Lt” “Continuous” “”
“m” “14” “c” “190” “” “Lt” “Continuous” “”
“m” “15” “c” “221” “” “Lt” “Continuous” “”
“m” “16” “c” “30” “” “Lt” “Continuous” “”
“m” “17” “c” “141” “” “Lt” “Continuous” “”
“m” “18” “c” “211” “” “Lt” “Continuous” “”
“m” “19” “c” “217” “” “Lt” “Continuous” “”
“m” “20” “c” “165” “” “Lt” “Continuous” “”
“m” “9” “c” “85” “” “Lt” “Continuous” “”
“m” “8” “c” 15″ “” “Lt” “Continuous” “”
“m” “7” “c” “41” “” “Lt” “Continuous” “”
“m” “6” “c” “6” “” “Lt” “Continuous” “”
“m” “5” “c” “5” “” “Lt” “Continuous” “”
“m” “4” “c” “4” “” “Lt” “phantom” “”
“m” “3” “c” “3” “” “Lt” “hidden” “”
“m” “2” “c” “1” “” “Lt” “center” “”
“m” “1” “c” “6” “” “Lt” “Continuous” “”
“m” “0” “c” “7” “” “Lt” “Continuous” “” “s” “0” “”)
(command “dimstyle” “s” “sh” “y”)
(command “dimasz” “2.5”)
(command “dimclrd” “6”)
(command “dimclrt” “3”)
(command “dimclre” “6”)
(command “dimexe” “1”)
(command “dimexo” “1”)
(command “dimtmove” “0”)
(command “dimdli” “7”)
(command “dimdec” “8”)
(command “dimadec” “1”)
(command “dimdsep” “.”)
(command “dimgap” “1”)
(command “dimtad” “1”)
(command “dimzin” “8”)
(command “dimazin” “2”)
(command “dimtih” “0”)
(command “dimtofl” “1”)
(command “dimtix” “1”)
(command “dimtxt” “2.5”)
(command “style” “whgtxt” “romans,whgtxt” “0” “1.0” “” “” “” “”)
(command “dimtxsty” “whgtxt” )
(command “LAYER” “S” “0” “”)
(princ)
)
헐… 감사합니다… 해결되었습니다.