본문 바로가기
반응형

autocad154

exportlayout (defun c:exx ( / dir_layout dwg_layout layoutdwgname)(vl-load-com)(setq dir_layout (strcat (getvar "DWGPREFIX") "layout\\")) ;; 현재폴더에 layout 폴더 붙이기 (setq dwg_layout (strcat (substr (getvar "dwgname") 1 (- (strlen (getvar "dwgname")) 4)) "_layout")) ;; dwg 이름 마지막에 _layout 붙이기;;(if (not (vl-file-directory-p dir_layout)) ;;layout 폴더 없으면 만들기 (vl-mkdir dir_layout) );;(setq layoutdwgname (strcat d.. 2026. 4. 15.
Quit all drawings without saving CAD Forum - How to quit all open drawings without saving?If you want to quickly close (abandon, quit) all drawings opened in your AutoCAD session, without saving and without any prompts and questions, you can use the following VisualLISP macro: ;Quit all drawings without saving (CAD Studio - www.cadforum.cz) (vlwww.cadforum.cz;Quit all drawings without saving (CAD Studio - www.cadforum.cz)(vl-lo.. 2026. 4. 10.
vla-object error vla-object 에러(error)" data-og-description="캐드를 주 업무로 사용하다가 리습을 실행했을때 "no function definition: vlax-ename->vla-objec..." data-og-host="blog.naver.com" data-og-source-url="https://m.blog.naver.com/p9o/222001650066" data-og-url="https://blog.naver.com/p9o/222001650066" data-og-image="https://blog.kakaocdn.net/dna/cXQiwC/dJMb9kmdJsE/AAAAAAAAAAAAAAAAAAAAAOov5paueecoyR3y3UqktHQhB1tk3e4b58IQboRj--xl/img.png?credential=yqXZFxpELC7KVnFOS48ylbz2pIh7yKj8&expires=1777561199&allow_ip=&allow_referer=&signature=lFdTm9MucIcGK1vtX43TWhDbCpQ%3D 2026. 4. 9.
OpenDCL Beginner's Tutorial pdf OpenDCL Tutorial Novo - PDFCOFFEE.COMOpenDCL Tutorial: DCL Has Evolved! Barry RalphsIntroduction: I know what you’re thinking: "Why learn OpenDCL when ther...pdfcoffee.com 2026. 3. 9.
dcl 미리 보기 에러 warning:cannot create tmp file for DCL: “C:/Program Files/Autodesk/AutoCAD 2023/$vld$.dclVisual Lisp for AutoCAD>Tools>Interface Tools>Preview DCL in Editor캐드를 종료한 후 탐색기에서 해당 폴더에 모든 권한을 주면 해결됨..AfraLisp에 해결법이 있었음 Previewing DCL Files | AfraLISPPreviewing DCL Files by Kenny Ramage Dialog boxes can be previewed without running the associated AutoLISP code using the Visual LISP editor. This is ext.. 2026. 2. 25.
아키모아 아키모아(Archimore)각종 설계에 필요한 캐드 및 리습 자료모음(건축/토목/기계/전기/기타/...)cafe.daum.net모든 고수분들은 여기에... 2026. 2. 23.
반응형