Version 15 Look From Display

Is it possible to turn this off all together. I know I can turn it off on each drawing but being a 2d drawing only person this is an annoyance.

Comments

  • Haven't tested, but something like

    (command "LOOKFROM" "OFF")

    in on_doc_load.lsp should do the trick.

  • Rob,

    You can turn it off in _SETTINGS. Do a search for LookFrom (NAVVCUBEDISPLAY). This variable is saved in your drawing, so as Donald has indicated you would need to turn it off for each drawing you open, or update your templates (.dwt) to have this off by default.

    No need to run a command to turn off, can directly access the variable
    [code](setvar 'NAVVCUBEDISPLAY 0)[/code]

    Regards,

    Jason Bourhill

    CAD Concepts 


    imagedlgSettings_LookFrom.png
This discussion has been closed.