반응형 enterprise16 nwc 서버에 복사하기 setlocal set tgt_fd="X:\02. Review\01. General\02. Clash Detective\04. Upload NWC\05 건축\ rem set tgt_fd="D:\NWC\05 건축\ copy/y "CJ_M15P3_C01_NA_ST_NA_NA_Central.nwc" %tgt_fd%01. FAB\" 2024. 11. 14. BIM 교육 목차BIMRevitDigital : Information : ParameterFamily (형태구속 > soild > family(family))Dynamo (unjoin, getboundary)BIM 용어1) Building Information Model2) 2d설계 vs. 3d설계(기대)3) 3d 형상(어려움) + 매개변수(쉬움)4) Geometry5) Category : Building Elements : LayersRevit 역사1) Coputer history: https://www.computerhistory.org/timeline/computers/2) CAD history https://partsolutions.com/60-years-of-cad-infographic-the-history.. 2024. 7. 15. 구글 스프레드시트 날짜함수 (부제: 핸드폰으로 청구서 발행) 엑셀로 만들어진 "계약서 및 청구서" 를 구글 스프레드시트로 이전하여 모바일로 발행. "청구금액" 만 입력하면 모바일로 청구서 발행 가능(오늘날짜 자동 입력). == 컴터 켜지않아도 됨^^ 아이폰에서 스프레드시트로 작업해서 PDF 전송. ㅋㅋㅋ 이상의 기능을 구현하기 위한 구글 스프레드시트에 필요한 함수들 모음. Arabic -> 한글: ₩123원정 -> 백이십삼원정 numberstring(f19) github: script numberstring.js 날짜 관련 함수들: 2023년 3월 29일 year(today()); month(today()); day(today()); today() 함수 날짜 조정: GMT+9 Seoul 이번달 월말 찾기: 용역기간 3월1일~3월31일 day(eomonth(toda.. 2023. 3. 9. KMSTART.lsp ;;; ;=============copy string================= (defun c:tc (/ txt1 msg txt_lst) (setq txt1 (cdr (assoc 1 (entget (car (entsel "\n>>> Select Source Text: ")))))) (setq msg (strcat "\n >>Select Target Text: [" (print txt1) "]:")) (setq txt_lst (entget (car (entsel msg)))) (entmod (subst (cons 1 txt1) (assoc 1 txt_lst) txt_lst)) (princ) ) (defun c:tcc (/ txt1 msg txt_lst) (setq txt1 (cdr (assoc 1 (.. 2022. 12. 7. 이전 1 2 3 다음 반응형