Display full version of the post: shortcut for isometric

peron
19.05.2008, 02:05
Is there any shortcut to call the isometric function?

Arben.Allaraj
19.05.2008, 08:49
[QUOTE=peron]Is there any shortcut to call the isometric function? [/QUOTE]
 
Maybe I can't undestand your meaning , but in isometric drawing Change tha snap style and use F5 key to change the Planes.
Maybe you want for a routine Lisp.
 

maungthantzinoo
21.05.2008, 06:28
You can use short cut command in AutoCAD for Isometric. Before you wanna use, you put below lisp in your accadoc.lsp . after load that lisp, you can use that command.(defun c:sn () (command "snap" "s" "i" ".001") (command "snapmode" 0) (princ))command is sn..