Jump to content

Recommended Posts

Posted

Hello,

 

When I use LAYISO, the layers I don't want shown only fade out. I want them to completely turn off. My CAD used to do this, then something changed. I need the other layers off so I don't snap to an unwanted Z elevation.

 

Ideas?

 

Thanks!

Posted

Watch the command line for your options, adjust there.

Posted

Awesome!

 

Thank you sir! Cheers!

Posted

If it's of any use to anyone here are three very simple routines I use:

 

LIO isolates selected layers with everything else turned off;

LUN unisolates everything

LIF isolates selected layers with everything else locked and faded.

 

(DEFUN c:LIO () (COMMAND "LAYISO" "S" "OFF" "OFF" ))
(DEFUN c:lun () (COMMAND "LAYUNISO"))
(defun c:LIF () (command "LAYISO" "S" "L" "70"))

 

 

dJE

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...