[Search tip detail and code files using keywords, tip number, author name, etc ]
 
    For tip to function correctly, you must ensure that the downloaded file name matches the file name
    displayed in the Rename File To field. Please rename downloaded files when necessary.
Text Box
Tip# 1931 By Ramesh Gopal On 01-Mar-2004
3
Rated By 1 users Downloaded : 225
Categories : Notes/Text
Software type : AutoCAD
Rename File To : Tip1931: TBOX.LSP
Tbox command draws a rectangle around text that you select in the drawing.

It seems that Harry found a new cut-and-paste toy. Ramesh Gopal's Tip #1931 includes a LISP function called (C:TBOX). The Tbox command draws a rectangle around text that you select in the drawing. This well- written routine demonstrates how easy it is to manipulate point data obtained from entity lists and the (textbox) subroutine of Visual LISP. I was pleased to note the use of (mapcar) skillfully intertwined in the code. Thumbs up!

 

 

Average Rating:
3


User comments