AutoLISP: Purge Missing SHX files

If you have drawings that are constantly missing SHX (shape) files, the routine posted below is now your friend.

The routine was posted in the LISP forum at CADTutor at the following link. Please refer questions there.
http://www.cadtutor.net/forum/showthread.php?37306-remove-unknown-SHX-files&highlight=delete+shape+files

Here’s how:

  • PSHX <enter>

The result in the command line will show how many unresolved shape files were removed from the drawing.

Missing SHX 1Missing SHX2Thanks for sharing this routine Kheylan


PSHX.lsp


'CAD > Lisp' 카테고리의 다른 글

(mapcar) 와 (lambda)  (0) 2014.10.25
Entmake 할 때, 객체별 요구리스트 정리  (0) 2014.10.25
켜 생성  (0) 2014.10.11
아이소매트릭 글자 만들기  (0) 2014.09.08
치수문자 리셋  (0) 2014.09.08