Print Page | Close Window

shortcut for isometric

Printed From: CAD Forum
Category: EN
Forum Name: AutoCAD
Forum Description: Discussion about AutoCAD and AutoCAD LT, viewers, DWG and DXF formats, Design Review, AutoCAD web, Drive, add-ons
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=746
Printed Date: 12.Jun.2026 at 12:58


Topic: shortcut for isometric
Posted By: peron
Subject: shortcut for isometric
Date Posted: 19.May.2008 at 02:05
Is there any shortcut to call the isometric function?



Replies:
Posted By: Arben.Allaraj
Date Posted: 19.May.2008 at 08:49
Originally posted by peron peron wrote:

Is there any shortcut to call the isometric function?
 
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.
 


-------------
Ing Arben.Allaraj
http://cad-drafting-corner.blogspot.com


Posted By: maungthantzinoo
Date Posted: 21.May.2008 at 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..



Print Page | Close Window