- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
What I'm trying to do is use SCALETEXT to scale all the text within the drawing area while not scaling the text in the drawing title block area. I can't use ALL to select the target objects, nor can I use coordinates as the drawings change size due to the objects being drawn to-scale and the title block is then scaled up or down to fit around the object.
With SCALETEXT, the only option I can see that would work is the GROUP option. Conveniently, the text in the drawing area is all on one layer (16) while the text in the title block is on a different layer (0).
The problem is that the GROUP command does not seem to support creating a group from a layer (available options shown below). Is there any way to do this without using a LISP routine? (We use Multi-Batch to run ACAD scripts and I have no experience with LISP).
Expects a point or Window/Last/Crossing/BOX/ALL/Fence/WPolygon/CPolygon/Group/Add/Remove/Multiple/Previous/Undo/AUto/SIngle
Solved! Go to Solution.