gashaglava Posted January 30, 2014 Posted January 30, 2014 Hello everyone, is it possible to make this like a floating toolbar where I can toggle on/off certain snap types ? i know there is a snap toolbar, but it snaps only once to desired snap type if the OSNAP (F3) ... i want to be able to toggle on "intersection" for example, draw few lines, and then turn it off ... i hope that you will understand what i need thanks in advance, cheers miroslav Quote
rkent Posted January 30, 2014 Posted January 30, 2014 Go into your CUI, Keyboard Shortcuts, Temporary Override Keys, set up keys for intersection, etc. I use the Function keys and have F7 set for appintersection. Hold shift and hit the right mouse button while in a command. Quote
BIGAL Posted January 30, 2014 Posted January 30, 2014 I use defuns in autoload we have about 5 for different settings basicly the variable osmode sets the osnaps. Just type the number, you can create your own toolbar if you want pretty easy either use cui or a partial just steal the existing images from the immense autocad ones. ; sets snaps on (defun C:39 ()(setvar "osmode" 47)) (defun C:99 ()(setvar "osmode" 31743)) (defun C:8 ()(setvar "osmode" ) (defun C:59 ()(setvar "osmode" 15359)) (defun C:9 ()(setvar "osmode" 9)) Quote
RobDraw Posted January 31, 2014 Posted January 31, 2014 Shift+Right click can bring up OSnap menu on the fly. Quote
SuperCAD Posted January 31, 2014 Posted January 31, 2014 I have made a few custom buttons that activate different snap modes so I can click which one I need when I need it. Quote
Recommended Posts
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.