bartymic Posted December 18, 2011 Posted December 18, 2011 hi, is it possible to switch on all layouts by one command (shortcut)? thanks Quote
bartymic Posted December 18, 2011 Author Posted December 18, 2011 turn layers on for entire drawing Quote
ReMark Posted December 18, 2011 Posted December 18, 2011 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. Quote
bartymic Posted December 18, 2011 Author Posted December 18, 2011 sorry for dismising, i thought the second question Quote
ReMark Posted December 19, 2011 Posted December 19, 2011 (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) ) Edited December 19, 2011 by SLW210 Add CODE TAGS!!!!! Quote
Recommended Posts
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.