Author Topic: Changing text 2x dimscale  (Read 1050 times)

0 Members and 1 Guest are viewing this topic.

Royalchill

  • Guest
Changing text 2x dimscale
« on: March 21, 2007, 09:52:30 AM »
I need some help getting this macro to scale the text 2 times the set dimscale. This routine works fine for my regular text but I need this one for titles of general note, key note, etc., Thanks for taking a look.

^C^C-style;avbook;;^C^C-layer;make;P-ANNO-TTLB;color;cyan;;;^C^C-layer;set;P-ANNO-TTLB^C^Cd;\(*(getvar "dimscale")(getvar "dimtxt"));<0>;^M;

ronjonp

  • Needs a day job
  • Posts: 7529
Re: Changing text 2x dimscale
« Reply #1 on: March 21, 2007, 10:39:44 AM »
Possibly change this portion >> (* (getvar "dimscale") (getvar "dimtxt"))

to this >> (* (getvar 'dimscale) 2)

Ron

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

Royalchill

  • Guest
Re: Changing text 2x dimscale
« Reply #2 on: March 22, 2007, 01:42:11 PM »
thanks

ronjonp

  • Needs a day job
  • Posts: 7529
Re: Changing text 2x dimscale
« Reply #3 on: March 23, 2007, 10:31:55 AM »
glad to help

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC