Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

automated editing of text in blocks an attributes

2 REPLIES 2
Reply
Message 1 of 3
Anonymous
281 Views, 2 Replies

automated editing of text in blocks an attributes

I am after a lisp routing to automatically change the text height in a block from 312.5 to 250.
Alos i am after alisp routine to change the attributes of the lblocks from 312.5 to 250.

Thanks in advance

Colin
2 REPLIES 2
Message 2 of 3
Anonymous
in reply to: Anonymous

;;;Attribute height change (defun c:ahc () (setq atth(getreal "\nEnter new attribute height: ")) (command "attedit" "y" "*" "*" "*" "c" pause pause) (while (= 1 (logand (getvar "cmdactive") 1)) (command "h" atth "n") );;; end while );;; end lisp This was gleaned from this news group many moons ago, and I can't take credit for writing it, but I've used it often. Casey "colin1234" wrote in message news:30405886.1107974332119.JavaMail.jive@jiveforum1.autodesk.com... > I am after a lisp routing to automatically change the text height in a block from 312.5 to 250. > Alos i am after alisp routine to change the attributes of the lblocks from 312.5 to 250. > > Thanks in advance > > Colin
Message 3 of 3
cadman777
in reply to: Anonymous

Casey,

do you have a routine for editing plain text inside a block?
I need to change the width factor from 1 to .75 for all text inside a block.

Thanks ... Chris

... Chris
Win 7 Pro 64 bit + IV 2010 Suite
ASUS X79 Deluxe
Intel i7 3820 4.4 O/C
64 Gig ADATA RAM
Nvidia Quadro M5000 8 Gig
3d Connexion Space Navigator

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost