TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: CADEC70 on February 07, 2008, 12:49:06 PM

Title: LINE WITH TEXT ABOVE
Post by: CADEC70 on February 07, 2008, 12:49:06 PM
Can please someone, create a lisp for me that when you draw a line (on any angle) it will have a text above it (will follow the angle of the line) above it. Thanks
Title: Re: LINE WITH TEXT ABOVE
Post by: T.Willey on February 07, 2008, 01:22:13 PM
Can please someone, create a lisp for me that when you draw a line (on any angle) it will have a text above it (will follow the angle of the line) above it. Thanks
This place is more of a learning environment than a give environment, so if you start something people will help you more.

If that doesn't help, then you can use a dimension line, and turn off both extension lines, and change the arrow head to a line, so that it will look like a regular line.
Title: Re: LINE WITH TEXT ABOVE
Post by: CAB on February 07, 2008, 01:30:06 PM
There are several versions of this type of routine around.
You may want to modify one to fit your needs.
http://www.theswamp.org/index.php?topic=3489.0
Title: Re: LINE WITH TEXT ABOVE
Post by: CAB on February 08, 2008, 09:20:59 AM
Tim,
That's a great tip for text attached to a line.