Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations IDS on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

ô_SWISOö from the View toolbar

Status
Not open for further replies.

memechanical

Mechanical
Oct 20, 2007
3
Is there a keyboard command for the command “_SWISO” from the View toolbar in ACAD 07?
 
Replies continue below

Recommended for you

Hi memechanical,

No - but you can make one:

Code:
(defun c:swiso ()
  (command "_-View" "_swiso")
  (princ)
)

put that into your startup "stuff" and you'll have it whenever you need it.

HTH
Todd
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor