JJuno Posted May 21, 2012 Posted May 21, 2012 Every time I switch back to model space from a layout view, the model space view zooms way out. This is a recent problem and I must have changed something to set this view problem. Every time I go back to model space I have to zoom in on a spec and find the area I was working on. Placing text in paper space is a real pain when switching back and forth is necessary. Any suggestions? Quote
ReMark Posted May 21, 2012 Posted May 21, 2012 Maybe you have some geometry that is way off in space that you are unaware of. A copy command could have gone astray and you didn't know it? Quote
JD Mather Posted May 21, 2012 Posted May 21, 2012 Attach your file here and someone will find your "floater?. Quote
nestly Posted May 21, 2012 Posted May 21, 2012 The problem is probably what ReMark suggested. Zoom out one more click after returning to the layout and then use selection windows around the edges of your display to find the rogue object(s). Alternately, you can use SELECT > ALL and you may see the rogue object's grips light up. Regardless of what you find or don't find, changing UCSFOLLOW to 0 should prevent the automatic zooms when you return to a layout. Quote
JJuno Posted May 22, 2012 Author Posted May 22, 2012 Setting UCSFOLLOW to 0 seemed to do the trick. Quote
Dadgad Posted May 22, 2012 Posted May 22, 2012 (edited) There is also an automatic zoom extents option hidden away inside the VIEWCUBE settings. The first thing I usually try is switching my visual style to CONCEPTUAL, which makes it a little easier to see a small remote object, though I think I prefer the (CTRL+A) select all option, now that I think about it. Edited May 23, 2012 by Dadgad Quote
BIGAL Posted May 23, 2012 Posted May 23, 2012 Just a thought a lisp getvar extmax & extmin then zoom C at say 100 this should find the offending object. Not tested (command "zoom" "C" (getvar "extmax") 100) (getstring "\npress any key or else press Esc) (command "zoom" "C" (getvar "extmin") 100) Had a go may need to play with c value not 100 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.