There is no Detach method for the raster images ?

There is no Detach method for the raster images ?

Anonymous
Not applicable
302 Views
1 Reply
Message 1 of 2

There is no Detach method for the raster images ?

Anonymous
Not applicable
Hi there,

I was just wondering how to get rid of some raster images that were brought
in the drawing while building a custom frame. These two images (a logo and
some other stuff) are added to the frame block (the frame is used kind of
like a cookie cutter, in order to extract some details from existing
drawings), which is built on the fly. In the end, after creating a PDF file,
the frame is deleted, but the images persist in the drawing as external
references. I didn't find any method like Detach for Raster objects,
although there is one for Xrefs.

My question is how to get rid of these raster images, how to detach them
without a Detach method.

TIA

--
Humans are born with a wide horizon.
As time goes by, the horizon narrows and
narrows, until it becomes a point of view.
0 Likes
303 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
OK people,

Don't bother (if you ever did 🙂 I've found the answer, it's about a
dictionary named "ACAD_IMAGE_DICT"))). The images are written in there and
in order to "detach" an image, you have to delete the recording referring to
it in that dictionary.

--
Humans are born with a wide horizon.
As time goes by, the horizon narrows and
narrows, until it becomes a point of view.

"Some Buddy" a écrit dans le message de news:
6140834@discussion.autodesk.com...

Hi there,

I was just wondering how to get rid of some raster images that were brought
in the drawing while building a custom frame. These two images (a logo and
some other stuff) are added to the frame block (the frame is used kind of
like a cookie cutter, in order to extract some details from existing
drawings), which is built on the fly. In the end, after creating a PDF file,
the frame is deleted, but the images persist in the drawing as external
references. I didn't find any method like Detach for Raster objects,
although there is one for Xrefs.

My question is how to get rid of these raster images, how to detach them
without a Detach method.

TIA

--
Humans are born with a wide horizon.
As time goes by, the horizon narrows and
narrows, until it becomes a point of view.
0 Likes