Layer Isolate in AutoCAD

by Cad Technician
(Corona, Ca, usa)

How do I isolate my layers in AutoCAD without screening all the others back?

Example... When I turn on layer isolate you can still layers in the background, and I was wondering how can I isolate layers and not see other layers screened in background.........

Comments for Layer Isolate in AutoCAD

Average Rating starstarstarstarstar

Click here to add your own comments

Mar 24, 2011
Rating
starstarstarstarstar
Freeze the Rest
by: Anonymous

I use Layer Isolate every now and then, but quite frankly find the screened background a bit annoying.

Maybe it's because I'm old school where we would just set to the current layer and freeze the rest.

In fact I still do that in AutoCAD 2011.

I just click on the "Make Object's Layer Current" icon (or use he LAYMCUR command)to set the current layer by picking it on the screen.

Then I use a little simple macro to freeze all the other layers.

^C^C-la;f;*;;

It evokes the layer command the old way, then freezes all the layers.

I made an icon for it using the custom user interface; type CUI at the command line.

Then under the "Search Command List" you'll see a star with a little sun above it. If you hover your mouse over it, it will show "Create a New Command".

Then on the "Properties" area, where it says "Macro" just put:

^C^C-la;f;*;;

... in the space.

Give the macro a name and create an icon for it above.

Then when you click on that icon it will freeze everything except your current layer.

I created another to Thaw All Layers too.

Just replace the "f" with "t" in the macro.

i.e. ^C^C-la;t;*;;

There maybe an easier way to do all this, but this is what I've always used and it works great.

Mar 22, 2012
Rating
starstarstarstarstar
SETING ISOLATE LAYER BACK TO "NORMAL"
by: Schulien

Type in the command line "LAYISO"
Type "S" for Settings
Type "O" for Off

Now when you isolate a layer all the others turn off instead of fading and locking.

Click here to add your own comments

Join in and write your own page! It's easy to do. How? Simply click here to return to AutoCAD Questions and Answers.


Sign up for our FREE CAD Tips and Tricks Newsletter:
"The CAD Times"

Enter Your E-mail Address
Enter Your First Name (optional)
Then

Don't worry — your e-mail address is totally secure.
I promise to use it only to send you "The CAD Times".

Enjoy this page? Here's another way to pay it forward...

Would you prefer to share this page with others by linking to it?

  1. Click on the HTML link code below.
  2. Copy and paste it, adding a note of your own, into your blog, a Web page, forums, a blog comment, your Facebook account, or anywhere that someone would find this page valuable.

Join "The CAD Times"  Newsletter Along With 5,000 Subscribers

Enter Your E-mail Address
Enter Your First Name (optional)
Then

Don't worry — your e-mail address is totally secure.
I promise to use it only to send you "The CAD Times".



Recent Articles

  1. What is AutoCAD Used For?

    Jan 27, 23 07:50 PM

    If you ever wondered what is AutoCAD used for, read on...

    Read More

  2. Viewport turns black

    Oct 29, 21 09:34 AM

    I was giving a dog file to work on, and when I try to insert a north arrow into layout viewport, the viewport turn black when I move my cursor into the

    Read More

  3. Converting .pdf's to .dwgs

    Oct 29, 21 09:31 AM

    I get a LOT of plans from clients where they used some cad program that will only create .pdf files or they found a plan on a site and it came to them

    Read More