나는 캐드 14를 사용하여 건축도면을 작업하고 있는데
딤의 보조치수선에 꼬리를 달아 멋을? 부리고 싶은데
다음의 맹구메뉴의 딤셋업을 설정하여 사용하는데
위로는 꼬랑지가 나오나 좌우는 절대? 안나오므로
고걸 아는분이 있으면 감사하겠습니다….
다음 딤변수중 어느것을 핸드링혀야 할지 아직
발견치 못하여 땀을 흘리고 있습니다….
도와주시면 고맙겠습니다.
끝…..백발노인…..
(defun mgset2 ()
(setvar "cmdecho" 0)
(setvar "ltscale" (* 3 SCL_1))
(command "units" 2 0 1 2 0 "n")
(command "ucsicon" "off")
(command "mirrtext" "0")
(command "color" "bylayer")
(command "pdmode" "3")
(command "pdsize" "-20")
(command "dimadec" "2")
(command "dimalt" "off")
(command "dimalt" "off")
(command "dimaltd" "0")
(command "dimalttd" "0")
(command "dimalttz" "0")
(command "dimaltu" "8") ;;
(command "dimaltz" "8") ;;
(command "dimapost" ".")
(command "dimaso" "on")
(command "dimasz" "1") ;;"1"
(command "dimaunit" "0")
(command "dimblk" "dot")
(command "dimblk1" ".")
(command "dimblk2" ".")
(command "dimcen" "1")
(command "dimclrd" "256")
(command "dimclre" "256")
(command "dimclrt" "256")
(command "dimdec" "0")
(command "dimdle" "2") ;;원 1
(command "dimdli" "8") ;;8
(command "dimexe" "2") ;;원 1
(command "dimexo" "1") ;;1
(command "dimfit" "5")
(command "dimgap" "1") ;;1 조정요
(command "dimjust" "0")
(command "dimlfac" "1")
(command "dimlim" "off")
(command "dimpost" ".")
(command "dimrnd" "0")
(command "dimsah" "on")
(command "dimscale" SCL_1)
(command "dimsd1" "off")
(command "dimsd2" "off")
(command "dimse1" "off")
(command "dimse2" "off")
(command "dimsho" "on")
(command "dimsoxd" "on") ;;off
;; (command "dimstyle" "_s" "mgnew")
(command "dimtad" "1")
(command "dimtdec" "0")
(command "dimtfac" "1")
(command "dimtih" "off")
(command "dimtix" "on")
(command "dimtm" "0")
(command "dimtofl" "on")
(command "dimtoh" "off")
(command "dimtol" "off")
(command "dimtolj" "1")
(command "dimtp" "0")
(command "dimtsz" "0")
(command "dimtvp" "1")
;; (command "dimtxsty" "ktxt")
(command "dimtxsty" "hws")
(command "dimtxt" "3")
(command "dimtzin" "8") ;; 0 8
(command "dimunit" "8") ;; 2 8
(command "dimupt" "off")
(command "dimzin" "8") ;; 0 8
(command "fillet" "r" "0")
(setvar "cmdecho" 1)
(setvar "blipmode" 0)
)