Message 1 of 13

Not applicable
08-06-2016
04:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
;;;================================================
;;; Modified version of Bland.lsp Hot Tip Hartry Tip 3938
;;;=================================================
(defun c:Bland ()
(setq loc (getfiled "C:\Program Files\Autodesk\ACADM 2011\Acadm\acad\NEW TEMPLATE.DWG" "NEW
TEMPLATE.DWG" "*" 8))
(command"layout" "t" loc "*")
(alert "New Layout been inserted")
(princ)
);end defun
Hello, I like to use this small script to import my layout tabs. But I have a problem with the order that the tabs are inserted. How can I keep the same layout that is in the dwg file after importing?
Solved! Go to Solution.