BLOCK UPDATE

Discussion in 'AutoCAD' started by ADK, Jan 11, 2005.

  1. ADK

    ADK Guest

    I have a attributed block that is on a number of drawings. We recently added
    a few attributed lines to the master block. Is there a lisp routine or way
    to easily update the already inserted blocks to incorporate the addition
    attributes in the block?

    Thanks

    -ADK
     
    ADK, Jan 11, 2005
    #1
  2. ADK

    OLD-CADaver Guest

    Insert the new block and redefine the old, cancel without inserting. Then use ATTSYNC.

    If you're just a little handy with lisp, you can automate it.
     
    OLD-CADaver, Jan 12, 2005
    #2
  3. ADK

    Tom Hanley Guest

    If you are looking to just reinsert/redfine the block without entering the
    attribute data, you can use scriptpro to do a batch update.
     
    Tom Hanley, Jan 12, 2005
    #3
  4. ADK

    Cad Dept Guest

    all you need is attredef (Redefines a block and updates associated
    attributes )

    You insert a the new block then expplode it making sure you know where
    the insertion point is from the orginal block

    at the Command line: attredef

    Enter the name of the block you wish to redefine:

    Select objects for new block: (select in the order that you want)

    Select objects:

    Insertion base point of new block: Specify a point

    New attributes assigned to existing block references use their default
    values. Old attributes in the new block definition retain their old
    values. AutoCAD deletes any old attributes that are not included in the
    new block definition.
     
    Cad Dept, Jan 12, 2005
    #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.