ANALYSISZEBRA Overriding my "ZE" lisp

ANALYSISZEBRA Overriding my "ZE" lisp

Anonymous
Not applicable
766 Views
2 Replies
Message 1 of 3

ANALYSISZEBRA Overriding my "ZE" lisp

Anonymous
Not applicable

Hi All,

      I've been using ZE as zoom extents for years with the following script/lisp:
(defun C:ZE () (command "ZOOM" "E")(princ))

this morning ZE is triggering ANALYSISZEBRA which until now I didn't know existed. and to make things worse cant be changed or deleted from the pgp file.

How can I make sure my lisp is triggered and not this command thats useless to me?

0 Likes
767 Views
2 Replies
Replies (2)
Message 2 of 3

RobDraw
Mentor
Mentor

This one is different:

http://www.thecadmasters.com/2012/03/21/autocad-analysis-zebra/


Rob

Drafting is a breeze and Revit doesn't always work the way you think it should.
0 Likes
Message 3 of 3

cadffm
Consultant
Consultant

I guess

 

Type in

Command: ZE[NO Space or Enter hit, just: ZE]

take a closer look to your commandline... can you see the problem? (If not, share a screenshot of this situation)

 

 

Autocomplete and more settings are located here

INPUTSEARCHOPTIONS

http://help.autodesk.com/view/ACD/2021/ENU/?guid=GUID-3B84DB63-C960-45CF-A8E1-3BB405CF3A46

 

Sebastian

0 Likes