Zoro7610
Guest
Good day to all,
Having regard to the answers to my previous post and the enormous competence I have found in the field of lisp by the users of the forum, I kindly ask you if there is the possibility to solve this problem:
for the calculation program I use I need to give it the coordinates of every single line and polyline that make up my design. I explain some details:
- no matter where you start taking the coordinates
- the lines and polylines that make up the design on all "connected with each other"
- I care to have in excel in column at all x and in column b all y
- There's no z coordinates.
making an example:
line 1 : 4,76(x), 18,99
(initial point) ; 4,76(x), 16,00
(final point of line)
in excel must be:
column
4,76
4,76
column b
18,99
16,00
I don't know if I could explain my problem.
Thank you in advance for any help.
Hi.
Having regard to the answers to my previous post and the enormous competence I have found in the field of lisp by the users of the forum, I kindly ask you if there is the possibility to solve this problem:
for the calculation program I use I need to give it the coordinates of every single line and polyline that make up my design. I explain some details:
- no matter where you start taking the coordinates
- the lines and polylines that make up the design on all "connected with each other"
- I care to have in excel in column at all x and in column b all y
- There's no z coordinates.
making an example:
line 1 : 4,76(x), 18,99
in excel must be:
column
4,76
4,76
column b
18,99
16,00
I don't know if I could explain my problem.
Thank you in advance for any help.
Hi.