본문 바로가기
autocad

Update sheet; xr, -la s 0, pu, pdf, saveas 2000, Close

by kmlab 2021. 4. 6.

(defun c:zz( )
(command "-insert" "gc-sheet=C:\\Users\\...\\Documents\\gc-sheet_stamp" "y")
(command \e "resume")
(command "-insert" "gc-xr-plan=C:\\Users\\...\\Documents\\gc-xr" "y")
(command \e "resume")
(command "-insert" "gc-xr-sec=C:\\Users\\...\\Documents\\gc-xr" "y")
(command \e "resume")
(command "-insert" "gc-xr-elev=C:\\Users\\...\\Documents\\gc-xr" "y")
(command \e "resume")
(command "-layer" "s" "0" "")
(command "-purge" "a" "*" "n")
(command "-purge" "a" "*" "n")
(command "-purge" "a" "*" "n")
(command "sd")
(command "saveas" "2000" "" "y")
(command "close")
)

 

반응형

'autocad' 카테고리의 다른 글

Autodesk DXF Entities Section  (0) 2021.06.29
Entity.Auto lisp (펌)  (0) 2021.06.16
PDF 자동출력  (0) 2021.04.06
Overkill  (0) 2021.04.05
AEC Objects error in AutoCAD  (0) 2021.03.31