Jump to content

Zoom, Extents


cadmench

Recommended Posts

I am currently using Autocad 2008, I remember that there was a way to enter zoom and extents together and that they would be executed. I am speaking of versions,of Autocad, like 10, 12 or 14. I know that I used an alias " ZE " for zoom extents. how do you do this with 2008 ?

Link to comment
Share on other sites

Correct me if I am wrong but, if you type ZE like you mentioned it should zoom extents, you could also if you have a 3 button mouse, double click the middle button, if it is set to default

Link to comment
Share on other sites

I have a dell wheelmouse I had to exit the deluxe features that come with it to get it to zoom using the wheel. But that is another issue. As far as ZE that is why I posted the question. Nothing happens when I enter ZE . " Unknown command ZE . Press F1 for help ".This is what I get on the command line.

Link to comment
Share on other sites

How about if you typed ZOOM enter

then E enter

 

I think ZE might be a lisp just to make typing it easier instead of typing all that. I am not for certain, as I do not use the command line for zoom extents, since my mouse is setup that way

Link to comment
Share on other sites

Yes I can zoom extents. It is just that in earlier version of autocad I just entered ze just as has been posted on this page. Now I get the response that I posted earlier. I am just wondering if it is something that I am not aware of that keeps me from doing it. I think that every step you can save is worth looking at .:) Besides if I can nest "extents" inside the zoom command, then I may be able to do simailar things in other commands.

Link to comment
Share on other sites

thanks I am sure that will work , I can't change the acad2008doc.lsp file though it has to be changed in the corporate office. I noticed this:

 

;;; Shortcuts for multiple zoom functions

 

(defun c:ze () (command "zoom" "e"))

(defun c:zw () (command "zoom" "w"))

(defun c:zd () (command "zoom" "d"))

(princ)

 

in my old lsp file. So this indicates that at one time it was set up in the lisp file as well. I just have to fight with them to get it changed back.

Link to comment
Share on other sites

Just make your own acaddoc.lsp file and put it in your support path. It's better to do customization there instead of acad2008doc.lsp anyway (acad2008doc.lsp gets overwritten if you do a repair or reinstall).

Link to comment
Share on other sites

  • 11 months later...

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