TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: TJAM51 on October 22, 2004, 10:50:57 AM

Title: Setting dtext height in a script file
Post by: TJAM51 on October 22, 2004, 10:50:57 AM
I have the folliwng script file that sets all parameters to 1/8" scale. How do I get dtext height to setup to the correct height of 9 1/2"....or is there a better way?



Thanks
Title: Setting dtext height in a script file
Post by: TJAM51 on October 22, 2004, 10:52:38 AM
Sorry


UNITS
4
8
1
0
0
N
LTSCALE
96.00


VIEWRES
Y
20000
DIM
DIMASO
OFF
DIMASZ
9.50
DIMTXT
9.50
DIMEXE
9.50
DIMEXO
9.50
dimscale
96.00
attdia
1
EXIT
Title: Setting dtext height in a script file
Post by: M-dub on October 22, 2004, 10:55:56 AM
TEXTSIZE?
Title: Setting dtext height in a script file
Post by: TJAM51 on October 22, 2004, 10:56:55 AM
Yes....
Title: Setting dtext height in a script file
Post by: CAB on October 22, 2004, 11:01:27 AM
Quote from: M-dub
TEXTSIZE?

TEXTSIZE
9.5

Not sure you understood, that was the answer.
Title: Setting dtext height in a script file
Post by: M-dub on October 22, 2004, 11:03:35 AM
Thanks CAB, I was just about to post that.;)
Title: Setting dtext height in a script file
Post by: TJAM51 on October 22, 2004, 03:52:28 PM
Thank you very much.