Attach leader to text or mtext

Attach leader to text or mtext

Anonymous
Not applicable
28,481 Views
14 Replies
Message 1 of 15

Attach leader to text or mtext

Anonymous
Not applicable
why is it that i can sometime attach a leader to text or mtext and other times i cant?
0 Likes
Accepted solutions (2)
28,482 Views
14 Replies
Replies (14)
Message 2 of 15

mwgrutter
Advocate
Advocate
Accepted solution
What command are you using to try to connect the two?

QLATTACH is the express tool for this.

Can you post a drawing file that has the problem?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Michael Grutter
Cedar Engineering and Design Service
http://www.cedarengineering.com

2D Drafting, 3D Modeling, Legacy Conversion
0 Likes
Message 3 of 15

Anonymous
Not applicable
i am using that command. here is the file. some are attached and some arent. thanks
0 Likes
Message 4 of 15

mwgrutter
Advocate
Advocate
Accepted solution
Sorry it took so long to reply.

The issue is elevation. The leaders will not attach to the MText objects if they are not on the same "Z" plane.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Michael Grutter
Cedar Engineering and Design Service
http://www.cedarengineering.com

2D Drafting, 3D Modeling & Legacy Conversion
Message 5 of 15

Rickquin1965
Contributor
Contributor
Handy little command, thank you mwgrutter.
0 Likes
Message 6 of 15

Anonymous
Not applicable

Can you use this command with lite version? If so how exactly is this command used? I am trying to link some text to a leader, so when I move the leader it moves the text and visa versa is this the command I would use? Thanks sorry if this is the wrong thread I couldn't find anything on the forum as close to what I am asking as this one.

0 Likes
Message 7 of 15

chriscowgill7373
Mentor
Mentor

Hi Mike,  This is a really old post, however, the command is still not available in AutoCAD LT.  the command to attach the leader to the text is an express tool, which is not available for LT.

I'd recommend using MLEADER in the future, for existing leaders/text, there isnt much you can do in LT other than possibly recreated it as an MLEADER.


Christopher T. Cowgill, P.E.

AutoCAD Certified Professional
Civil 3D Certified Professional
Civil 3D 2026 on Windows 11

Please select the Accept as Solution button if my post solves your issue or answers your question.

0 Likes
Message 8 of 15

Anonymous
Not applicable
As I feared, thanks for the response on a dead thread much appreciated.
0 Likes
Message 9 of 15

Anonymous
Not applicable

Hey guys,

 

Stumbled on this thread wrestling with the same issue. I found this AutoLISP function that seems to do the trick.

 

https://autocadtips1.com/2012/03/12/add-leader-to-text-make-multileader/

 

Goodluck

 

-RT

0 Likes
Message 10 of 15

Anonymous
Not applicable
I tried this command, it says unknown command. I'm pretty sure it is
because I have the lite version.
0 Likes
Message 11 of 15

chriscowgill7373
Mentor
Mentor

@Anonymous

Yes, that would be correct, LT cannot run LISP programs.  Most of the Express tools were LISP programs, so they fall under the same umbrella.


Christopher T. Cowgill, P.E.

AutoCAD Certified Professional
Civil 3D Certified Professional
Civil 3D 2026 on Windows 11

Please select the Accept as Solution button if my post solves your issue or answers your question.

0 Likes
Message 12 of 15

ebaum42M7L
Community Visitor
Community Visitor

Even with the full program, I am not able to run this command (mt2ml).  I still get the "unknown command" error.  I have the full version of AutoCAD - 2013.

0 Likes
Message 13 of 15

Ranjit_Singh
Advisor
Advisor

How did you load the lisp? Can you post a screenshot of command line history showing unknown command error?

0 Likes
Message 14 of 15

pendean
Community Legend
Community Legend
Walk us through exactly how you got the code off the site and into AutoCAD2013 in detail.
0 Likes
Message 15 of 15

ndixon1096
Observer
Observer

I don't know if anyone has answered your question yet regarding MT2ML.  It isn't a native command in AutoCAD.  To use follow the steps below:

1.  Download the MT2ML LISP routine from the web.

2. Use APPLOAD command to load the LISP routine.

3. Type the MT2ML command to start the LISP routine.

 

If you close AutoCAD you will need to use APPLOAD command to reload the routine.

 

I am stuck with the same original issue of having leaders that aren't associated with Mtext.  Unfortunately I don't have a current version of full blown AutoCAD.  Good luck.