Jump to content

Recommended Posts

Posted

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?:oops:

 

Thanks

Posted

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.

Posted

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

Posted

10 cups of coffee make you type really fast!:shock:

Posted
10 cups of coffee make you type really fast!:shock:

 

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 :D

Posted

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

Posted

Nice pick up there Commandobill. Can we say "oops"?

Posted

lol yeah. we had a little too much fun with that thread.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...