PDA

View Full Version : Combining mtext



johnengineer
1st Jun 2007, 07:23 pm
Autocad Express Tools allows converting text to mtext. How would I be able to combine multiple mtext into a single mtext?

ReMark
1st Jun 2007, 07:40 pm
A routine to do just that is included in:

ToolPac 11.0 by dotsoft. $245 US.

A steep price to pay unless you can make use of the other routines included or you have a great deal of mtext to combine.

Alan Cullen
1st Jun 2007, 07:52 pm
Have you ever tried Copy/paste??????

It really is very easy.........

johnengineer
1st Jun 2007, 09:32 pm
It would be tedious if the drawing had multiple mtexts.

StykFacE
1st Jun 2007, 10:34 pm
if the MTEXT are all in line, the EXPLODE to text, then run the TXT2MTXT command.

ChrisCMU
26th Feb 2008, 11:17 pm
That command works, but they are still stacked into lines. I see you can stretch the text by grabbing the handles and modifying it until it is on one line, but then it has spaces between the former lines. Do you know a way of having it do that automatically, and remove spaces where you want to?

Example:

123
456
789


becomes:

123456 789

The space between 3 and 4 removed.

ChrisCMU
26th Feb 2008, 11:37 pm
it seems like if there was a way to do the mtext ruler without the dialog box that would be the key. but ddedit and mtedit don't seem to work in command line only.

osenmer
5th Jan 2012, 01:11 pm
this works ( http://cadtips.cadalyst.com/notestext/merge-text-objects )
:)