See the top rated post in this thread. Click here

Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Please help me redefine an Attribute Block

  1. #1
    Member
    Join Date
    2005-09
    Posts
    28
    Login to Give a bone
    0

    Smile Please help me redefine an Attribute Block

    I have a portion of a title block set up as an attribute block. I have made a change to the block (external drawing) and I want to redefine the block in an existing drawing from the updated external drawing.

    I used IconTOOL for years until they finally dropped it, and there was a tool that I used that did this automatically. AutoCAD probably has an analog, but I sure as heck cannot find it.

    For the life of me I cannot find a lisp routine that will simply redefine a block from an existing external file.

    Please help this pathetic CAD monkey.

    Cheers,
    Chris

  2. #2
    AUGI Addict .T.'s Avatar
    Join Date
    2000-12
    Location
    Lost
    Posts
    1,473
    Login to Give a bone
    0

    Default Re: Please help me redefine an Attribute Block

    I may be way off, but to redefine a block from a drawing use

    -insert blockname=drive:/path/blockname.dwg

    where blockname is the block name
    drive is the drive letter
    path is the path to the drawing
    and blockname.dwg is the drawing you want to insert to redefine blockname.

    It will ask if you want to redefine; say yes. After that, you can cancel before inserting, and the redefinition is still in effect.

    You can also do this through ddinsert, just browse to the dwg instead of dropping down the list and selecting the block, and it will ask if you want to redefine.

    Or, maybe check out DesignCenter, if you have a recent release.

    HTH

  3. #3
    The Silent Type Mike.Perry's Avatar
    Join Date
    2000-11
    Posts
    13,656
    Login to Give a bone
    1

    Default Re: Please help me redefine an Attribute Block

    Hi

    See if the following couple of threads offer any assistance...

    Attribute block switching routine

    How do I to tell AutoCAD to update block?

    Have a good one, Mike

  4. #4
    100 Club The VLG's Avatar
    Join Date
    2005-04
    Location
    on the up....
    Posts
    137
    Login to Give a bone
    1

    Default Re: Please help me redefine an Attribute Block

    Quote Originally Posted by cscott.94049
    I have a portion of a title block set up as an attribute block. I have made a change to the block (external drawing) and I want to redefine the block in an existing drawing from the updated external drawing.

    I used IconTOOL for years until they finally dropped it, and there was a tool that I used that did this automatically. AutoCAD probably has an analog, but I sure as heck cannot find it.

    For the life of me I cannot find a lisp routine that will simply redefine a block from an existing external file.

    Please help this pathetic CAD monkey.

    Cheers,
    Chris
    I use Design Centre, just use it as a normal explorer window to browse to the drawing that contains the updated blk expand the drawing in the left window secect blocks & on the right will be displayed the blocks contained in the drawing then right click on the title block icon and select redefine block (assumes that the blocks have the same name, use rename if not)

  5. #5
    Member
    Join Date
    2005-09
    Posts
    28
    Login to Give a bone
    0

    Default Re: Please help me redefine an Attribute Block

    Quote Originally Posted by VLG
    I use Design Centre, just use it as a normal explorer window to browse to the drawing that contains the updated blk expand the drawing in the left window secect blocks & on the right will be displayed the blocks contained in the drawing then right click on the title block icon and select redefine block (assumes that the blocks have the same name, use rename if not)
    O.K., but how do I change existing instances of the block based on the new definition?

    I'd like to update these title blocks without having to re-entering all of the title info.

    Thanks a lot for all of the input everybody!

    Cheers,
    Chris

  6. #6
    Certified AUGI Addict jaberwok's Avatar
    Join Date
    2000-12
    Location
    0,0,0 The Origin
    Posts
    8,570
    Login to Give a bone
    1

    Default Re: Please help me redefine an Attribute Block

    Quote Originally Posted by cscott.94049
    O.K., but how do I change existing instances of the block based on the new definition?

    I'd like to update these title blocks without having to re-entering all of the title info.

    Thanks a lot for all of the input everybody!

    Cheers,
    Chris
    Chris

    Do it the way Tim said - all instances should update.

  7. #7
    Member
    Join Date
    2005-09
    Posts
    28
    Login to Give a bone
    0

    Default Re: Please help me redefine an Attribute Block

    Well shoot,

    That's exactly what I was hoping you wouldn't say, because it isn't working. I'll continue to play with it and see if I can get it to work.

    Cheers,
    Chris

  8. #8
    Certified AUGI Addict jaberwok's Avatar
    Join Date
    2000-12
    Location
    0,0,0 The Origin
    Posts
    8,570
    Login to Give a bone
    0

    Default Re: Please help me redefine an Attribute Block

    Quote Originally Posted by cscott.94049
    Well shoot,

    That's exactly what I was hoping you wouldn't say, because it isn't working. I'll continue to play with it and see if I can get it to work.

    Cheers,
    Chris
    So, you have two different blocks with the same name?
    I hope not because it shouldn't be possible.

    BTW, you can start to insert the new block from file, pick an insertion point and then escape from the command.

  9. #9
    Member
    Join Date
    2005-09
    Posts
    28
    Login to Give a bone
    0

    Default Re: Please help me redefine an Attribute Block

    No... It's a single block with multiple instances. I just modified the external wblock drawing and want to redefine it's instances inside my plan based on the wblock drawing.

    I'll try it a few different ways this afternoon and see if I can get a better result. I probably just missed something silly.

    Thanks again,
    Chris

  10. #10
    AUGI Addict .T.'s Avatar
    Join Date
    2000-12
    Location
    Lost
    Posts
    1,473
    Login to Give a bone
    0

    Default Re: Please help me redefine an Attribute Block

    It will update every instance.

    Darn refresh anyway. I missed a couple of posts.

    Let me ask:

    Is the block you are trying to redefine from contained in another drawing, or is it a drawing itself?
    Last edited by .T.; 2006-05-09 at 08:03 PM.

Page 1 of 2 12 LastLast

Similar Threads

  1. 2012: Block won't redefine
    By jpglisson in forum AutoCAD General
    Replies: 12
    Last Post: 2012-11-27, 11:57 AM
  2. won't redefine block
    By jpglisson in forum AutoCAD Mechanical - General
    Replies: 0
    Last Post: 2012-11-16, 04:16 PM
  3. VBA to redefine block
    By peter.allsopp in forum AutoCAD Customization
    Replies: 3
    Last Post: 2010-10-11, 06:58 PM
  4. Redefine block with attribute
    By bmckenzie in forum AutoCAD Customization
    Replies: 2
    Last Post: 2009-11-02, 01:13 PM
  5. Attribute redefine.
    By revacservice in forum AutoCAD General
    Replies: 5
    Last Post: 2006-09-08, 11:10 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •