Jump to content

AUTOCAD SNAP - Drafting settings like a floating toolbar ?


gashaglava

Recommended Posts

Hello everyone,

 

is it possible to make this like a floating toolbar where I can toggle on/off certain snap types ?

 

snap.gif

 

 

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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))

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...