[Search tip detail and code files using keywords, tip number, author name, etc ]
 
Set Snapstyle to Standard
Tip# 3095 By Azfar Mahmood On 08-Jan-2009
3
Rated By 1 users
Categories : Tips & Tools Weekly Archive Tips
Software type : AutoCAD
Rename File To : No Files to download.
When set, the macro checks to see which isometric plane the user is working in and adjusts the snap setting automatically to match.

Azfar Mahmood sent the following Custom User Interface macro for AutoCAD, which he uses to set the SNAPSTYL standard to isometric before changing the isoplane with the F5 function key. When set, the macro checks to see which isometric plane the user is working in and adjusts the snap setting automatically to match.

["F5"]'SETVAR;SNAPSTYL;$M=$(IF,$(!=,$(GETVAR,SNAPSTYL),1),1);+
'SETVAR;SNAPISOPAIR;$(IF,$(=,$(GETVAR,SNAPISOPAIR),2),0,$(+,$(GETVAR,
SNAPISOPAIR),1))
 

NOTES FROM CADALYST TIP PATROL:
This tip helps to save a few keystrokes, which is the key to efficiency. Thanks, Azfar!
 

 

Average Rating:
3


User comments