Very nice!




Registered forum members do not see this ad.
Hello Everyone,
I am not sure this is of any use to you all, But I wanted to keep this thread simple. The attached code creates text brackets as pictured in the image. I have two codes posted, One for imperial units TBI and one for metric units TBM. There is an area at the beginning of the code for you to adjust your layer and font style. This code also has an error trap so that you do not create the bracket too small to avoid a deformed bracket drawn. There is minimum input required to operate it. You can enter the text you wish.
Enjoy the code.
For code loading instructions, See this thread: http://www.cadtutor.net/forum/showth...n-this-archive
The User Default function.
Code:; ; F02 - User Defaults. ; (defun TBI_UD () (setq LN "TEXT" ;Change layer name here. LC 6 ;Change layer color here. LT "Continuous" ;Change layer linetype here. FSN "ARIAL-1.0" ;Change font style name here. FWF 1.0 ;Change font width factor here. FOA 0.0 ;Change font obliquing angle here. FFN "Arial.ttf" ;Change full font name here. BFN "") ;Change big font name here. (TBI_MF) (princ)) ;
Last edited by The Buzzard; 13th Oct 2010 at 10:02 pm.




I just got back from my vacation yesterday. I'll have to check the other one out. I know someone that could use this and plan on passing it on.




Hilarious. Cheers!![]()
"Potential has a shelf life." - Margaret Atwood




Registered forum members do not see this ad.
I figured it out. Works great!
Bookmarks