Just use the zoom C option you just need to work out the zoom factor for 1:16 etc
Just make a viewport then MS then Z C use the model point picked you can do plan, left elevs, right etc thsi way.
this is bits cut out not tested
Code:(setvar "tilemode" 0) (command "_.pspace") (command "_.ZOOM" "ALL") (command "_.mview" mp1 mp2) ;mp1 & mp2 is size of mview reqd (command "_.mspace") (command "zoom" "e") (setq zc (getpoint "\nPick pt in new window")) (setq sc (getstring "\nScale for this window 1: ")) (setq sc3 (strcat "1/" sc "xp")) (command "_.zoom" "_center" zc sc3)




Reply With Quote

Bookmarks