Entity Snap Breaking

hi all -

i regularly work with running entity snap - selecting all first 9 options from the list (endpoint, intersection, etc.).
I use the software in a single interface mode, with all open files set as **tabs ** ....
however - **WHENEVER **i open a new session / file - the Entity Snap defined by me for each open file is **BROKEN **for every open project, obligating me to re-enter my preferences for each file !
this is quite a nuisance, as i regulary work with many instances open an constantly open and close files according to my work flow....

is there something to be done about this ?

Thanks -
Assaf.

Comments

  • That shouldn't happen.
    Maybe there's something in your on_doc_load.lsp file, which runs automatically every time you open a file.

    To set the first 9 osnaps every time you open a file, put this on the last line of the on_doc_load.lsp file:
    (setvar "osmode" 511)

  • wow !!! Should've asked for this advise years ago !
    Thanx so much !