• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

problem with "draworder"

  • Thread starter Thread starter Angelo2449
  • Start date Start date

Angelo2449

Guest
Hello everyone,
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)
where (regenerates) is a "rigen", the image "image" is not placed in the second floor.
Why, thank you so much!
 
thanks rpor66,
shifting all the rest is a problem, the command with this syntax:
(command "_draworder" image back)
does not work, as well as the reverse command (command "_draworder" image front)
do not produce any effect even with (command "_draworder" image back ")
with (command "_draworder" image "_back") from error.
mystery!
but it works very well the command : (command "_texttofront"")
 
I finally found the right syntax:
(command "_.draworder" image "_front")
so it works great!
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top