- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Running Autocad Civil3D 2016.
What I want to happen is when any drawing is opened I want the layer filter, if available, to switch to "All non-Xref Layers" (autocad automatically adds this filter if an xref is present). The reason I want this to run this is every drawing we use has xrefs, and when the filter is not selected on larger drawings it can have a very large performance impact.
I know how to run it through the command line
-LA (enter) Filter (enter) Set (enter) All non-Xref Layers (enter) (esc) (esc)
If I run the command is written, it does not matter if that layer filter is availble or not, and the will be back at the command promt when its done.
The +Layer command will not work here, as it does not contain the autocad created All non-Xref-Layers
I currently use an acaddoc.lsp and everything in that is written as such
(setvar "osnapz" 1)
(setvar "spaceswitch" 0)
(setvar "SAVETIME" 20)
(setvar "PICKSTYLE" 1)
(setvar "PICKFIRST" 1)
(setvar "FILEDIA" 1)
(setvar "CMDDIA" 1)
(setvar "NAVBARDISPLAY" 0)
How can I add the layer filter selection to my acad doc?
Solved! Go to Solution.