Angelo2449
Guest
Hello everyone,
I would like to calculate the coordinates of the center of an image, I think I need the initial and final ones.
here I extract the coordinates of the lower left point (xy1), where do I find the others?
Thank you.
I would like to calculate the coordinates of the center of an image, I think I need the initial and final ones.
Code:
(setq image nil)
(sing)
(= image nil)
(setq image (entsel "\nselect the image to georeferencing (inclined) : ")
)
(setq ed1 (entget)
(setq en1 (cdr -1 ed1))
(setq xy1 (cdr 10 ed1))
Thank you.