프로그램
리습 분류

cad lt2016사용자 리습

컨텐츠 정보

본문

안녕하세요 cad lt 2016버젼 정품쓰고 있는 사용자 입니다

두가지 질문좀 할께여

1. 혹시 lt 버전에서 숫자 번호로 레이어 변경 할수 있을까여? 리습은 전에 받아 논게 있는데 활용법을 

  몰라서  올려 놓겠습니다.

2. 노트북을 하나 샀습니다. asus 플립s 재품이고 cad2002 버젼 어둠의 경로로 설치를 해봤는데 다운 되고 

   13인치 모니터에 고해상율때문에 아이콘도 안보이더라구요 잠잠히 건축설계 할려는데 한데 방법이 혹시

   있을까 싶어서 여쭤봅니다.


(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))


 

관련자료

댓글 0 / 1 페이지
등록된 댓글이 없습니다.
전체 6,983 / 1 페이지
번호
제목
이름

최근글


새댓글


알림 0