Angelo2449
Guest
Hello everyone,
I would like to write about the code that can select a text string present in the autocad display by selecting another text string.
I'll explain.
- select through (entsel) a string (text1) that contains its own coordinates.
- next to this string there is another (text2) of which I know the coordinates relative to the first.
- calculate the absolute coordinates of start of text2 through the coordinates present in text1. (1450000,5450000)
How can I extract text2 content?
Thank you.
I would like to write about the code that can select a text string present in the autocad display by selecting another text string.
I'll explain.
- select through (entsel) a string (text1) that contains its own coordinates.
- next to this string there is another (text2) of which I know the coordinates relative to the first.
- calculate the absolute coordinates of start of text2 through the coordinates present in text1. (1450000,5450000)
How can I extract text2 content?
Thank you.