Instead of "_.view "_restore"
I just tried it.. it works here.Code:Enter drawing orientation [Portrait/Landscape] <Landscape>: L Plot upside down? [Yes/No] <No>: N Enter plot area [Display/Extents/Limits/View/Window] <Window>: V Enter view name <>: [supply View Name Here]
Code:(defun c:testplot (/ view) (while (setq view (tblnext "view" (null view))) (command "_.plot" "Yes" "Model" "YourPrinter" "A3" "Inches" "Landscape" "No" "View" (cdr (assoc 2 view)) "Fit" "Center" "Yes" "standard.ctb" "Yes" "Wireframe" "No" "No" "Yes") ) ;_ while (princ) )




Reply With Quote


Bookmarks