안녕하세요~
오토케드 선에 색깔 및 센터선 히든선 색깔 넣는 명령어 쓰고 계시는분? 첨부해주실수 있나요?
제가 쓰는건 전에 선임이 알려준 명령어를 쓰고 있어요
아래 처럼……. 근데 색깔별로 쭈욱 설정해서 쓰시는분은
메일 : 013099@NAVER.COM 이나 아래에 덧글로 달아주시면 삽입해서 써보려구요
잘 안먹는 번호도 있어서;;;
고수님들 비오는데 오늘도 화이팅입니다~
(defun c:1 ()
(setq ent (ssget))
(command “chprop” ent “” “c” “1” “lt” “center” “”))
(defun c:22 ()
(setq ent (ssget))
(command “chprop” ent “” “c” “2” “lt” “center” “”))
(defun c:2 ()
(setq ent (ssget))
(command “chprop” ent “” “c” “2” “lt” “hidden” “”))
(defun c:3 ()
(setq ent (ssget))
(command “chprop” ent “” “c” “3” “lt” “continuous” “”))
(defun c:4 ()
(setq ent (ssget))
(command “chprop” ent “” “c” “4” “lt” “continuous” “”))
(defun c:5 ()
(setq ent (ssget))
(command “chprop” ent “” “c” “5” “lt” “continuous” “”))
(defun c:we ()
(setq ent (ssget))
(command “chprop” ent “” “c” “7” “lt” “continuous” “la” “rev1_cloud” “”))
(defun c:6 ()
(setq ent (ssget))
(command “chprop” ent “” “c” “6” “lt” “phantom” “”))
(defun c:7 ()
(setq ent (ssget))
(command “chprop” ent “” “c” “7” “lt” “continuous” “”))
(defun c:8 ()
(setq ent (ssget))
(command “chprop” ent “” “c” “8” “lt” “hidden” “”))
(defun c:88 ()
(setq ent (ssget))
(command “chprop” ent “” “c” “8” “lt” “center” “”))
(defun c:9 ()
(setq ent (ssget))
(command “chprop” ent “” “c” “9” “lt” “continuous” “”))
(defun c:10 ()
(setq ent (ssget))
(command “chprop” ent “” “c” “10” “lt” “continuous” “”))
(defun c:11 ()
(setq ent (ssget))
(command “chprop” ent “” “c” “11” “lt” “continuous” “”))
(defun c:12 ()
(setq ent (ssget))
(command “chprop” ent “” “c” “12” “lt” “continuous” “”))
(defun c:13 ()
(setq ent (ssget))
(command “chprop” ent “” “c” “13” “lt” “continuous” “”))
(defun c:14 ()
(setq ent (ssget))
(command “chprop” ent “” “c” “14” “lt” “continuous” “”))
(defun c:33 ()
(setq ent (ssget))
(command “chprop” ent “” “c” “33” “”))
(defun c:40 ()
(setq ent (ssget))
(command “chprop” ent “” “c” “40” “lt” “continuous” “”))
(defun c:44 ()
(setq ent (ssget))
(command “chprop” ent “” “c” “40” “lt” “continuous” “”))
(defun c:55 ()
(setq ent (ssget))
(command “chprop” ent “” “c” “55” “lt” “continuous” “”))
(defun c:130 ()
(setq ent (ssget))
(command “chprop” ent “” “c” “130” “lt” “continuous” “”))
(defun c:154 ()
(setq ent (ssget))
(command “chprop” ent “” “c” “154” “lt” “continuous” “”))
(defun c:210 ()
(setq ent (ssget))
(command “chprop” ent “” “c” “210” “lt” “continuous” “”))
(defun c:254 ()
(setq ent (ssget))
(command “chprop” ent “” “c” “254” “lt” “continuous” “”))