Angelo2449
Guest
Hello everyone,
with this code:
where (regenerates) is a "rigen", the image "image" is not placed in the second floor.
Why, thank you so much!
with this code:
Code:
(setq image nil)
(sing)
(= image nil)
(setq image (entsel "\nselect the image to georeferencing : "))
);
(command "_move" image "imageuno dwgpuntouno)
(command "_rotate" image ")
(command "_scale" image "_r" dist1 dist2)
(command "_draworder" image back)
(regenerates)
Why, thank you so much!