zoom extent at the end
This commit is contained in:
@@ -264,10 +264,8 @@
|
|||||||
; CODE ;
|
; CODE ;
|
||||||
; ---------------------------------------------------------------------------- ;
|
; ---------------------------------------------------------------------------- ;
|
||||||
|
|
||||||
;; Set view
|
;; Modelspace
|
||||||
(command "._MODEL")
|
(command "._MODEL")
|
||||||
(command "._ZOOM" "e")
|
|
||||||
(command "._REGENALL")
|
|
||||||
|
|
||||||
;; Xrefs
|
;; Xrefs
|
||||||
(bindAndDetachXrefs)
|
(bindAndDetachXrefs)
|
||||||
@@ -292,6 +290,10 @@
|
|||||||
;; Variables
|
;; Variables
|
||||||
(setvar "PROXYGRAPHICS" 1)
|
(setvar "PROXYGRAPHICS" 1)
|
||||||
|
|
||||||
|
;; Zoom and regen
|
||||||
|
(command "._ZOOM" "e")
|
||||||
|
(command "._REGENALL")
|
||||||
|
|
||||||
;; Cleanup and fix
|
;; Cleanup and fix
|
||||||
(command "._-PURGE" "a" "*" "n")
|
(command "._-PURGE" "a" "*" "n")
|
||||||
(command "._AUDIT" "y")
|
(command "._AUDIT" "y")
|
||||||
|
|||||||
Reference in New Issue
Block a user