• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

editor advanced attributes

  • Thread starter Thread starter Lorik_
  • Start date Start date

Lorik_

Guest
I would like to ask for information on some of the drawings I have to go to change.

in these drawings there are many text boxes: it is not simple texts or editable text boxes but just blocks that have some text properties. clicking on the text in question opens the "advanced attribute editor" dialog box that allows you to change the various fields (to change the actual text) and attributes like layer, color, height etc.

I find myself having to change the height of each text on the drawing and I am talking about a hundred text boxes for each drawing. ..unfortunately copying the properties between one and the other does not happen anything and the modification should be made one by one adding the aggravating modification of each field for each dialog. . .

is it possible to speed up such modification or should I put myself of holy patience?

thanks to all, I hope to have been clear
 
proof change_height_attributed.
the program selects all attributes in the dwg, if you want the selection of blocks to process search in the code and edit the following lines:
remove pointevirgola -> ;(prompt "\nselect the blocks to process")remove pointevirgola -> ;(setq sel (ssget '((0 . "insert"))))insert pointevirgola -> ;(setq sel (ssget "_x" '((0 . "insert"))))
 
proof change_height_attributed.
the program selects all attributes in the dwg, if you want the selection of blocks to process search in the code and edit the following lines:
remove pointevirgola -> ;(prompt "\nselect the blocks to process")remove pointevirgola -> ;(setq sel (ssget '((0 . "insert"))))insert pointevirgola -> ;(setq sel (ssget "_x" '((0 . "insert"))))
hi I wanted to know how it works to change attributes. do I have to upload lisp or can I proceed through a procedure? use autocad 2013. Thank you.
 
It's a file lisp, so you need to upload it by typing: (load "change_height_attributed") and launch it with caa

you can try mine too: varhatt
upload it with (load "varhatt") and launch it with varhatt
 

Attachments

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top