Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Enclose Text with Object

6 REPLIES 6
SOLVED
Reply
Message 1 of 7
smaher12
4633 Views, 6 Replies

Enclose Text with Object

Much like Tcircle in express tools, does anyone have anything that will place just ONE box/retangle around mutiple selected mtext instances.

6 REPLIES 6
Message 2 of 7
hmsilva
in reply to: smaher12

This Kent1Cooper's post, might give you some ideas...

 

Henrique

EESignature

Message 3 of 7
smaher12
in reply to: hmsilva

That works for me. Thanks Henrique!

Thanks Kent1Cooper!

Message 4 of 7
hmsilva
in reply to: smaher12

You're welcome, smaher12!

Henrique

EESignature

Message 5 of 7
Kent1Cooper
in reply to: smaher12


@smaher12 wrote:

That works for me. Thanks Henrique!

Thanks Kent1Cooper!


I'm glad to see people are finding that useful.  Now I'm wondering whether to make it a little more like Tcircle and/or TextMask, with an option to draw the rectangle outboard of the actual extents if you want.  It wouldn't be difficult -- is that something you would use?

Kent Cooper, AIA
Message 6 of 7
smaher12
in reply to: Kent1Cooper


@Kent1Cooper wrote:

I'm glad to see people are finding that useful.  Now I'm wondering whether to make it a little more like Tcircle and/or TextMask, with an option to draw the rectangle outboard of the actual extents if you want.  It wouldn't be difficult -- is that something you would use?


For what I need it for it for, it works great. I did add your following input for the offset. 

 

(setq rect (entlast))
(vla-offset (vlax-ename->vla-object (entlast)) 2.5)
(entdel rect)

Message 7 of 7
lima_david
in reply to: Kent1Cooper

Hello,
Yes it can be very interesting to see how to make a text inside rectangle.
Idea is really like "old" Tcircle Express toll command !

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost