Angelo2449
Guest
Hello everyone,
I would like to extract the starting and end coordinates of > primeline < and > second line < after shifting.
How can I proceed?
Thank you.
I would like to extract the starting and end coordinates of > primeline < and > second line < after shifting.
Code:
(command "_circle" coordspfgps 0.50)
(command "_line" firsttargetlat xystl ")
(entlast)
(command "_line" firsttargetlat coordspfgps")
(secondline setq (entlast))
(command "_move" primaline "" primotargetlat primogpslat ")
(command "_move" second line "" primotargetlat primogpslat "")
(command "_line" firstgpslat secondgpslat")
(setq third line (entlast))
Thank you.