Renaming the layers of a bound drawing to the original layer names

Discussion in 'AutoCAD' started by A Diaz, Feb 19, 2004.

  1. A Diaz

    A Diaz Guest

    I want to delete the name of the xref and the $#$ and leave just the name of
    the layer.
    Does anyone has a lisp to do this?

    TIA
     
    A Diaz, Feb 19, 2004
    #1
  2. A Diaz

    OLD-CADaver Guest

    Well to start with, don't bnd XREFs, insert 'em. There was a lisp posted here a long time ago, a search may turn it up.
     
    OLD-CADaver, Feb 19, 2004
    #2
  3. A Diaz

    Scot-65 Guest

    :

    Tia,

    Use the RENAME function.

    Set up either as a entget or keyboard entry
    for the old, and keyboard entry for the new layer...


    Scot-65
     
    Scot-65, Feb 19, 2004
    #3
  4. A Diaz

    Jan C Guest

    If you use:

    (command "-xref" "bind" xrefname)

    the xref layer-names will keep their old xref-name-prefix, but if you first
    set the BINDTYPE to 1 then you only get plain layer-names.

    (setvar "bindtype" 1)
    (command "-xref" "bind" xrefname)

    JanC
     
    Jan C, Feb 21, 2004
    #4
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.