Can I unfreeze many layers at once?

Discussion in 'AutoCAD' started by Happy Trails, Sep 24, 2005.

  1. Happy Trails

    Happy Trails Guest

    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
     
    Happy Trails, Sep 24, 2005
    #1
  2. Happy Trails

    Paul Turvill Guest

    -LAYER [note the hyphen]
    T
    *
    enter
    enter
    ___
     
    Paul Turvill, Sep 24, 2005
    #2
  3. Happy Trails

    R.K. McSwain Guest

    Use the command line version of -layer

    -layer
    t
    *

    on
    *
     
    R.K. McSwain, Sep 24, 2005
    #3
  4. Happy Trails

    Roarmeister Guest

    Create a button with this macro.
    I've also got a turn ON all, unlock all, yada yada yada
     
    Roarmeister, Sep 24, 2005
    #4
  5. 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 to be made visible:"))
    (command "_layer" "t" str "on" str "")
    (princ)
    )
     
    Michael Bulatovich, Sep 24, 2005
    #5
  6. Happy Trails

    Happy Trails Guest

    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.






    Happy Trails To You
     
    Happy Trails, Sep 24, 2005
    #6
  7. Happy Trails

    squib Guest

    yes, layer manager is your friend, most of the time.

    ~squib
     
    squib, Sep 27, 2005
    #7
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.