Zorg Posted July 10, 2009 Posted July 10, 2009 Hey guys, im trying to make a LSIP that will switch from from paper space to model space and vise versa. Im only aware of the command model which will switch me to the model space but i cannot switch back, is there a variable for paperspace? If not, can someone give me a starting point? Thanks Quote
ReMark Posted July 10, 2009 Posted July 10, 2009 Would it be _Tilemode? Of course you would have to set this from "1" (for model space) to "0" for paperspace. It's been a while. I may be wrong. Quote
NBC Posted July 10, 2009 Posted July 10, 2009 variable TILEMODE is the one you want. it is a toggle with value of 0 (for paperspace) and 1 (for modelspace). darn it, too slow by 1 minute Quote
Zorg Posted July 10, 2009 Author Posted July 10, 2009 10 cups of coffee make you type really fast! aha! so does being bionic! :wink: this works! i think i can make up a lisp for a simple command to activate each tab! i'll post results Quote
Zorg Posted July 10, 2009 Author Posted July 10, 2009 Probably about as basic as they come! but it works and that all i care about (defun c:mm( / ) (command "_tilemode" "1") ) (defun c:pm( / ) (command "_tilemode" "0") ) Thanks again Quote
Commandobill Posted July 10, 2009 Posted July 10, 2009 http://www.cadtutor.net/forum/showthread.php?t=35891 Quote
ReMark Posted July 10, 2009 Posted July 10, 2009 Nice pick up there Commandobill. Can we say "oops"? Quote
Commandobill Posted July 10, 2009 Posted July 10, 2009 lol yeah. we had a little too much fun with that thread. 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.