View Full Version : Turn off automatic face selection when 3d modelling
shumphries
2007-05-15, 12:44 AM
the automatic face selection when working in a 3d view is driving me crazy..it seems like a good idea however its really clumsy.... can anybody tell me how to turn this function?
cheers
Mike.Perry
2007-05-15, 04:45 AM
Hi
Or look at setting system variable UCSDetect = 0 (Saved in: Drawing).
If you want UCSDetect = 0 set permanently, look at setting it via your Acad.lsp or AcadDoc.lsp or Custom.mnl or...
Have a good one, Mike
rkmcswain
2007-05-16, 01:42 PM
If you want UCSDetect = 0 set permanently, look at setting it via your Acad.lsp or AcadDoc.lsp or Custom.mnl
Since that sysvar is saved in the drawing, you should set it in your template drawing(s).
If you must use a startup file to alter this setting, then be aware that doing so will alter DBMOD.
Use "acaddoc.lsp" to do this. Using "acad.lsp" won't necessarily help, since that file is only loaded once per ACAD session (unless ACADLSPASDOC is set to the legacy setting of 1 - which should be avoided).
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.