반응형 전체 글299 지정 레이어, 선종류 등 있는지 확인하기 https://www.google.com/search?q=tblobjname+autolisp&oq=%28tblobjname&gs_lcrp=EgZjaHJvbWUqBggBEAAYHjIGCAAQRRg5MgYIARAAGB4yBwgCEAAY7wUyBwgDEAAY7wUyBwgEEAAY7wUyBwgFEAAY7wXSAQkyMzg1ajBqMTWoAgGwAgE&sourceid=chrome&source=chrome.rb&ie=UTF-8&atvm=2(tblobjname table-name symbol-name)(if (tblobjname "LTYPE" "HIDDEN2")hidden2 가 로드되어 있는지 확인,,, 없으면 로드하기다음 코드는 "AA-WALL_DEMO" 레이어가 있으면,그 레이어의 선종류를 "HIDDEN2"로 지.. 2026. 9. 4. Edit Default String by DCL 기본 문자열을 글자 그대로 띄워놓고 커서를 움직여 일부만 수정 🔎 캐드 리습 문자열 입력에서 디폴트 문자열 보여주고 편집하기: Google 검색 www.google.com(defun c:EditDefault ( / defVal dcl_id userVal txtFile) (setq defVal "수정할 기본 문자열") ; 기본값 ;; 1. 임시 DCL 파일 생성 (setq txtFile (open (setq dclFile (vl-filename-mktemp "editbox.dcl")) "w")) (write-line "edit_text : dialog { title = \"문자열 편집\";" txtFile) (write-line " : edit_box { label = \"내용 : \"; k.. 2026. 9. 1. VeLISP GitHub - ten0s/velisp: AutoLISP interpreter with DCL supportAutoLISP interpreter with DCL support. Contribute to ten0s/velisp development by creating an account on GitHub.github.comVeLISP: AutoCAD 없이 lisp, dcl 에뮬레이트 2026. 8. 31. Select dwg files DCL https://www.google.com/search?q=dcl+dwg+files+selection&oq=dcl+dwg+files+selection&gs_lcrp=EgZjaHJvbWUyBggAEEUYOTIHCAEQIRigATIHCAIQIRigATIHCAMQIRigAdIBCjE2MjU1ajBqMTWoAgCwAgE&sourceid=chrome&source=chrome.rb&ie=UTF-8 //dwg_select.dcldwg_dialog : dialog { label = "Select Drawing Files"; : list_box { key = "dwg_list"; width = 40; height = 15; multiple_select = true; } ok_cancel;} 2026. 8. 28. lisp으로만 batch 실행하기 Batch-processing AutoCAD drawings from LISP without SDI - Through the InterfaceAs mentioned in this previous post, there has been some discussion internally around the future of SDI. Given the change this will bring to applications, SDI is going to be around until we next deliberately choose to break binary application compatibilitykeanw.com(defun C:BATCH(/ dwgs scr-name lsp-name) (setq dwgs '(.. 2026. 8. 27. 구글 스프레드 시트 마지막 열 값 가져 오기 🔎 구글 스프레드 시트 마지막 열 값 가져 오기: Google 검색 www.google.com=LOOKUP(2, 1/(A2:Z2""), A2:Z2) 2026. 8. 22. 이전 1 2 3 4 ··· 50 다음 반응형