View Full Version : Can I unfreeze many layers at once?
Happy Trails
09-23-2005, 04:42 PM
Hi,
I'm relatively unfamiliar with acad but must work with some fairly
large drawings which our customers send us.
I'd often like to explode a drawing which for some reason has been
saved as a single block on a layer.
I'm told I must unfreeze and turn on all layers then explode the block
to get all the objects showing on their individual layers.
Can anyone tell me the easy way to do this? Is there a group select
function for some/all layers to freeze/unfreeze/ turn on/off etc?
I also often have hundreds of instances of text and a block or crossed
lines representing an existing or proposed grade for a site
development. These are point elevations, but I have neither a "point"
nor an elevation - the block and the text are usually at zero
elevation. If I can get these into an exploded form I can use them in
Terramodel to do something useful, but I am wondering if I would be
better off learning a bit more acad and sorting them out in acad
first.
Any comments or suggestions on how to work with these?
Happy Trails To You
Paul Turvill
09-23-2005, 06:08 PM
-LAYER [note the hyphen]
T
*
enter
enter
___
"Happy Trails" <undisclosed@obscure.com> wrote in message
news:s579j19jdvpa1hea5jeo9vjnjekpg3pgm2@4ax.com... Can anyone tell me the easy way to do this? Is there a group select function for some/all layers to freeze/unfreeze/ turn on/off etc?
R.K. McSwain
09-23-2005, 06:18 PM
Happy Trails wrote: I'm told I must unfreeze and turn on all layers then explode the block to get all the objects showing on their individual layers. Can anyone tell me the easy way to do this? Is there a group select function for some/all layers to freeze/unfreeze/ turn on/off etc?
Use the command line version of -layer
-layer
t
*
on
*
--
R.K. McSwain
http://rkmcswain.blogspot.com
Michael Bulatovich
09-24-2005, 04:25 AM
Great minds....
I run this a lot:
; Makes a layer visible, no ;
; matter what. ;
;
; October 4th, 2002 mb ;
(defun C:see (/ str)
(setq str (getstring "Type layer[s] to be made visible:"))
(command "_layer" "t" str "on" str "")
(princ)
)
--------------------
MichaelB
www.michaelbulatovich.ca
"R.K. McSwain" <rkmcswain@yahoo.com> wrote in message
news:SH2Ze.1399$9E2.196@newssvr11.news.prodigy.com... Happy Trails wrote: I'm told I must unfreeze and turn on all layers then explode the block to get all the objects showing on their individual layers. Can anyone tell me the easy way to do this? Is there a group select function for some/all layers to freeze/unfreeze/ turn on/off etc? Use the command line version of -layer -layer t * on * -- R.K. McSwain http://rkmcswain.blogspot.com
Happy Trails
09-24-2005, 06:31 AM
Thanks - with a little poking around I opened the Layer Properties
Manager - I think I can find everything I need to do for now in there.
On Fri, 23 Sep 2005 19:08:11 -0700, "Paul Turvill"
<nospam@turvill.com> wrote:
-LAYER [note the hyphen]T*enterenter___"Happy Trails" <undisclosed@obscure.com> wrote in messagenews:s579j19jdvpa1hea5jeo9vjnjekpg3pgm2@4ax.com... Can anyone tell me the easy way to do this? Is there a group select function for some/all layers to freeze/unfreeze/ turn on/off etc?
Happy Trails To You
squib
09-27-2005, 01:10 PM
yes, layer manager is your friend, most of the time.
~squib
MyLounge.com Site Map
Forum:
Cars,
Cell Phone,
Database,
Games,
Home Improvement,
IT,
Music,
School,
Sports,
Web Design,
Web Server,
Weight Loss
The MyLounge.com forum is intended for informational use only and should not
be relied upon and is not a substitute for any advice. The information contained
on MyLounge.com are opinions and suggestions of members and is not a representation
of the opinions of MyLounge.com. MyLounge.com does not warrant or vouch for
the accuracy, completeness or usefulness of any postings or the qualifications
of any person responding. Please consult a expert or seek the services of an
attorney in your area for more accuracy on your specific situation. Please note
that our forums also serve as mirrors to Usenet newsgroups. Many posts you see
on our forums are made by newsgroup users who may not be members of MyLounge.com
Term of Service
vBulletin v3.0.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.