From 8afb2313883cdd760e2111d2df351fa1b2743720 Mon Sep 17 00:00:00 2001 From: infeeeee Date: Thu, 28 Nov 2019 01:32:36 +0100 Subject: [PATCH] zoom extent at the end --- revitDwgImportCleaner.lsp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/revitDwgImportCleaner.lsp b/revitDwgImportCleaner.lsp index f79360d..ed12eb7 100644 --- a/revitDwgImportCleaner.lsp +++ b/revitDwgImportCleaner.lsp @@ -264,10 +264,8 @@ ; CODE ; ; ---------------------------------------------------------------------------- ; -;; Set view +;; Modelspace (command "._MODEL") -(command "._ZOOM" "e") -(command "._REGENALL") ;; Xrefs (bindAndDetachXrefs) @@ -292,6 +290,10 @@ ;; Variables (setvar "PROXYGRAPHICS" 1) +;; Zoom and regen +(command "._ZOOM" "e") +(command "._REGENALL") + ;; Cleanup and fix (command "._-PURGE" "a" "*" "n") (command "._AUDIT" "y")