Jump to content

Default value for GetOrient?


chulse

Recommended Posts

Not sure if this is what you're asking for, but something like this may help:

 

(setq rot1 (if (setq tmp (getorient "Specify angle...")) tmp 0))

 

This will get the orientation, and if it exists, will set the variable rot1 to it. If it does not (say the user cancels out of it by right-clicking or what-have-you), then it will set rot1 to 0 instead.

Link to comment
Share on other sites

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...