Layer aliases

Discussion in 'AutoCAD' started by strawberry, Jan 8, 2008.

  1. strawberry

    strawberry Guest

    Does AutoCAD 2008 allow a user to assign aliases to layer names? I
    can't see anything in the help files so presumably it doesn't - but
    maybe I'm just looking for the wrong thing. If it doesn;t exist I
    think this would be a great feature.
     
    strawberry, Jan 8, 2008
    #1
  2. Why not just name them what you want them to be?
     
    Michael Bulatovich, Jan 8, 2008
    #2
  3. strawberry

    strawberry Guest

    Ah, the life of the sole practitioner is a happy one. Unfortunately,
    there's a whole department here dedicated to the single-minded pursuit
    of other people's misery through the ruthless imposition of so-called
    'standards'. Even asking them why is enough to score a black mark
    against your name. Nice health care plan, though.
     
    strawberry, Jan 8, 2008
    #3
  4. It has its moments for sure, but there is the big sack of worry too.
    I guess it was a silly question. Forgive me.

    From the command line you can define lisp variables that will only persist
    as long as the drawing session. I.E., :

    (setq a "1-above")

    will save "1-above" in the variable "a".

    Typing "!a" at any prompt will relay "1-above" to the command in progress,
    so you could use the command line version of the layer command like this:

    layer>>s>>!a

    to set the current layer to "1-above".

    If you want to do this over and over, a simple lisp routine that does a big
    list of alias definitions would allow you to do the above in many drawing
    sessions, presuming that the naming conventions are fairly rigorous....which
    it sounds like they might be ; )
     
    Michael Bulatovich, Jan 8, 2008
    #4
  5. strawberry

    Bill Gilliss Guest

    Take a look at LAYTRANS.

    You can use it to change some or all of the layer names in a drawing
    from a standard to your preference. This way, you can just enter "wall"
    instead of "1-a-wall-exg" and not have to remember any command syntax
    changes.

    Renaming layers back to their approved names is just as easy - just
    don't forget to do it.

    -Bill
     
    Bill Gilliss, Jan 9, 2008
    #5
  6. strawberry

    strawberry Guest

    Thanks Bill, I'll take a closer look at that.
     
    strawberry, Jan 9, 2008
    #6
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.