Author Topic: Image in Xref Draworder issue...  (Read 1486 times)

0 Members and 1 Guest are viewing this topic.

BazzaCAD

  • Guest
Image in Xref Draworder issue...
« on: January 19, 2010, 03:03:35 PM »
I know I can something like this:
Code: [Select]
(if (ssget "X" '((0 . "IMAGE"))) (command "._draworder" (ssget "X" '((0 . "IMAGE"))) "" "Back" ) ( ) )to send an image to the back of my dwg, but if the image is in an Xref, this doesn't work.
I can send the Xref to the back & it looks correct, but then when you save & reopen the DWG, the image is back on top again...

Anyone have any suggestions/code to send an image in an xref to the back?

BuckoAk

  • Newt
  • Posts: 69
Re: Image in Xref Draworder issue...
« Reply #1 on: January 24, 2010, 06:41:18 AM »
What version of autocad are you using, we do this with our production drawings and this is not a problem for us.
I double check this on our system and still couldn't reproduce your draw order issue, what type of images are you working with, tif, sid, jpg, bmp and etc.
Is it possible that another user has a lisp, vba or such that is counter acting the draw order on the xref?