Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Kent1Cooper
en respuesta a: Anonymous


@Anonymous wrote:
How to keep OSNAP or F3 on.. i keep turning it on tonnes of times a day.. and our company too.. help us get rid of this problem. Can i get a permanent solution for this.


The suggestion from @Anonymous in Post 2 will turn running Object Snap off  when each drawing is opened, rather than keep it on.  Also, setting OSMODE to zero means that even hitting F3 will not turn on your desired modes -- none will be set to turn on.  But you could  have it set it to your preferred combination rather than to zero -- I like (setvar 'osmode 163) for END/MID/INT/PER.  However, that will only help when you first open each drawing.  If you are constantly finding it off and needing to turn it back on, you must have custom commands or routines that are turning it off.  Search all your .lsp files for either OSNAP commands or OSMODE System Variable settings.  But you may not find the problem that way, if it is happening in compiled files of filetypes other than .lsp.  See whether you notice what command or routine you are using when it gets turned off.  And read about the SYSVARMONITOR command to help you identify when it happens.  Once you isolate what is causing them to be turned off, you may or may not be able to fix the code that's responsible, depending on what kind of file is the culprit.

Kent Cooper, AIA