IF I SELECT THE LINE HOW TO GET THE START AND END POINT OF TEXT ?

IF I SELECT THE LINE HOW TO GET THE START AND END POINT OF TEXT ?

jaimuthu
Advocate Advocate
418 Views
5 Replies
Message 1 of 6

IF I SELECT THE LINE HOW TO GET THE START AND END POINT OF TEXT ?

jaimuthu
Advocate
Advocate

I draw the traingle  A B D if i select the line how i get the start and end point of text ?Traingle.jpg

0 Likes
419 Views
5 Replies
Replies (5)
Message 2 of 6

Kent1Cooper
Consultant
Consultant

If you mean how to you get the Text objects near the start and end points of the Line, a question:

 

Is the triangle made of LINE entities specifically, or is it a POLYLINE?  The answer makes a big difference in the way of determining where those endpoints are.

 

Then it would probably need to use (ssget) with a window built around the endpoints, at some size that is sure to include the Text within it.

Kent Cooper, AIA
0 Likes
Message 3 of 6

jaimuthu
Advocate
Advocate

 

 

Yes ,This is a line entities

 

 

0 Likes
Message 4 of 6

devitg
Advisor
Advisor

@jaimuthu , for better understanding, please upload your sample.dwg

 

0 Likes
Message 5 of 6

Sea-Haven
Mentor
Mentor

So select line you want the "B" & "D" or the "Leader" text pointing to the end points, clarify in your dwg that needs to be posted.

0 Likes
Message 6 of 6

jaimuthu
Advocate
Advocate

Select the Line i want B & D (Text Value) for (alert messagebox in lisp )

0 Likes