Author Topic: Double or more Reference a entity in one dwg  (Read 2645 times)

0 Members and 1 Guest are viewing this topic.

MSTG007

  • Gator
  • Posts: 2598
  • I can't remeber what I already asked! I need help!
Double or more Reference a entity in one dwg
« on: June 22, 2004, 01:36:34 PM »
Sorry, this is a great board, I hate to let all these cheesy ideas go.

I need to know if there is a way to copy a text enitity or block and place it somewhere else in the same drawing, but once you edit the text or block, the others which were copied will update as well.

does that make sense? I hope....

Thanks for your help once again!
Civil3D 2020

nivuahc

  • Guest
Double or more Reference a entity in one dwg
« Reply #1 on: June 22, 2004, 01:40:04 PM »
Other than block editing or attribute redefining?

ELOQUINTET

  • Guest
Double or more Reference a entity in one dwg
« Reply #2 on: June 22, 2004, 01:46:31 PM »
maybe wanna check this out

http://www.codezebra.com/attlink.html

MSTG007

  • Gator
  • Posts: 2598
  • I can't remeber what I already asked! I need help!
Double or more Reference a entity in one dwg
« Reply #3 on: June 22, 2004, 01:56:25 PM »
wow... thats the idea... so nuthing basic which autocad can do? besides defining blocks with aletter A B C... etc... bummers
Civil3D 2020

nivuahc

  • Guest
Double or more Reference a entity in one dwg
« Reply #4 on: June 22, 2004, 02:56:40 PM »
First of all, if you're using AutoCAD 2002 or above, try double-clicking a block. That should bring up the refedit command (unless the block has attributes... more on that in a sec.) Select the items you want to change, change them however you want, click the 'Save' button on the toolbar that should pop-up with that command and all of the other blocks in the drawing will be updated.

If the block has attributes you can do the same thing with the refedit command except that it's easier to just run it from the command line. Double-clicking a block with attributes will bring up the BattMan command (Block Attribute Manager) which allows you to modify the attribute properties of a block.

If you are talking about a mass update of one attribute value to another value then you can use -attedit. Say, for instance, that you have a bunch of terminal blocks on a drawing and the all are number A-1, A-2, A-3, etc... and you need to change them to B-1, B-2, B-3, etc...

Use -attedit to perform a mass change in much the same way that you use chgtext or CT. When prompted 'Edit attributes one at a time? [Yes/No] <Y>: answer NO then take the default for the rest of the prompts. Select all of the blocks you want to change and hit ENTER. Type the string you want to change (in our example 'A-') and hit ENTER. Type the new string (in our example 'B-') and hit ENTER.

Voila!