Jump to content

switch on layouts


Recommended Posts

Posted

hi,

is it possible to switch on all layouts by one command (shortcut)?

thanks

Posted

I'm not sure I follow you. First you ask about switching on all layouts but now you want to turn on all layers for an entire drawing. There are lisp routines for turning on/off all layers.

Posted

sorry for dismising, i thought the second question

Posted (edited)

A lisp for turning on all layers as originally submitted by R.K.McSwain on the AutoDesk Discussion Groups website.

 

(defun c:laa ()
 (command "._layer" "_T" "*" "_On" "*" "")
 (princ)
)

 

:nono:

Edited by SLW210
Add CODE TAGS!!!!!

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...