Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

ACAD 2005 - SELECT OBJECTS IN DIFFERENT LAYOUTS 2

Status
Not open for further replies.

SeanSweeney

Civil/Environmental
Joined
Mar 16, 2005
Messages
173
Location
NO
I have 11 title blocks in 11 different layouts in one drawing. I need to fill out a new line in the blocks - the same on each.

Is it possible to slect all the title blocks in the document and edit attributes to them all at one go?
 
If you know LISP, you can do a

(ssget "x" '((2 . "YOUR_BLK_NAME")))

to get a selection set of your titles and then just iterate through them.

"Everybody is ignorant, only on different subjects." — Will Rogers
 
There is a command that I believe is part of the express tools, that is "Global Attribute Edit" the command is "GATTE"
This should do what you want.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top