PDA

View Full Version : Global Rescale Tex LISP ?


omorah
2008-03-19, 02:18 AM
I am looking for the lisp "Global Rescale.LSP" (hope I got the name of the routine correctly).

My goal is to select a group of texts and globally rotate (or even scale) the selected texts to a specified rotation angle with reference to the individual (original) insertion points of each text. That is, each text (or block) would rotate at the specified angle from it's original angle.

I did a Google search but could not find the routine. I found a few routines on the net but none of them would do it.

Thanks in advance.

irneb
2008-03-19, 06:53 AM
Doesn't AutoCAD's built-in Properties Palette provide you with this? Ensure your PICKFIRST is set to 1. Select the texts (use filter or qselect, or simply by crossing over). See the attached. Once you've got the texts selected, check in the PP at the top drop-down if you've got MText and / or Text. Select one or the other. Then scroll down in PP to the text height & rotation - change as needed.

FRAMEDNLV
2008-03-19, 08:15 PM
Try tscale or torient command. I think they are part of expresstools.

Chris

Robert.Hall
2008-03-25, 02:27 PM
Try tscale or torient command. I think they are part of expresstools.

Chris

Nice tip. I did not know about the tscale command.
Augi is always teaching old dogs new tricks :mrgreen: