Author Topic: Redefine Block  (Read 2601 times)

0 Members and 1 Guest are viewing this topic.

V-Man

  • Bull Frog
  • Posts: 343
  • I exist therefore I am! Finally Retired!
Redefine Block
« on: August 02, 2006, 07:14:30 AM »

I have this block that is made up of just attributes. All attributes are visible. Since then I have gone back into the original block and made some of the attributes invisible. When I try to insert into an existing drawing that already has the blocks in them to redefine them it does but the attributes do not disappear to reflect the new invisible attributes. Any way around this?
AutoCAD 9 - 2023, AutoCADMap 2008 - 2010, Revit 2012 - 2022, Autocad Civil 3D 2023

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Redefine Block
« Reply #1 on: August 02, 2006, 07:25:57 AM »
For each instance of a block insertion collect the attribute values, delete the block, reinsert the new one and re-apply the attributes . I have a recollection that there are several routines around to automate the process.

 .. If memory serves ..
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

nivuahc

  • Guest
Re: Redefine Block
« Reply #2 on: August 02, 2006, 07:30:30 AM »
wouldn't ATTREDEF do pretty much what you're looking for?

Insert an instance of the new block. Explode it. Use ATTREDEF to redefine the block, selecting the new attributes. The rest of the blocks in the drawing are updated as well, attribute properties included.

CADaver

  • Guest
Re: Redefine Block
« Reply #3 on: August 02, 2006, 10:46:57 AM »
ATTSYNC will syncronize existing attributes to the new attribute definition.

nivuahc

  • Guest
Re: Redefine Block
« Reply #4 on: August 02, 2006, 11:59:20 AM »
Yeah, what he said. :)

V-Man

  • Bull Frog
  • Posts: 343
  • I exist therefore I am! Finally Retired!
Re: Redefine Block
« Reply #5 on: August 02, 2006, 07:58:23 PM »

Quote
ATTSYNC will syncronize existing attributes to the new attribute definition.

Thanks guys. That was it, ATTSYNC worked just fine.
AutoCAD 9 - 2023, AutoCADMap 2008 - 2010, Revit 2012 - 2022, Autocad Civil 3D 2023

CADaver

  • Guest
Re: Redefine Block
« Reply #6 on: August 03, 2006, 08:20:00 AM »
you're welcome.


<even a blind hog finds an acorn every now and agian>
« Last Edit: August 03, 2006, 08:21:13 AM by CADaver »

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Redefine Block
« Reply #7 on: August 03, 2006, 08:22:09 AM »
Silly me, I thought you wanted to roll your own ...
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.