Code Red > AutoLISP (Vanilla / Visual)

Send images to back (Model only)

(1/3) > >>

w64bit:
I am using
(if (setq img (ssget "_X" '((0 . "IMAGE"))))(command "_DRAWORDER" img "" "_BACK"))
to send images to back, but I want to select only images in model space.
What code should I add?
Thank you.

Lee Mac:
Add (410 . "Model") to the ssget filter list.

w64bit:
Thank you.

One more question.
I am using the code for IMAGE and GEOMAPIMAGE.
Are they any other types of image or raster except these?

Grrr1337:

--- Quote from: w64bit on April 22, 2017, 12:20:54 PM ---One more question.
I am using the code for IMAGE and GEOMAPIMAGE.
Are they any other types of image or raster except these?

--- End quote ---

You could do this:

--- Code: ---(0 . "*IMAGE*")
--- End code ---

w64bit:
I am using
(0 . "IMAGE")
and
(0 . "GEOMAPIMAGE")

Is there any other type of image/raster available?

Navigation

[0] Message Index

[#] Next page

Go to full version