TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: Joe Burke on December 06, 2006, 09:51:44 AM

Title: Add wipeouts to existing blocks
Post by: Joe Burke on December 06, 2006, 09:51:44 AM
All,

Something I've been working on which may be interesting/useful.

The primary routine is BlockWipeouts v1.lsp. The ObjMatrix and TraceObject functions must be loaded for it to work. The function TraceJoin is optional.

There's an example file included, which I hope demonstrates how it works and what the options are.

See the header comments in the other .lsp files for details about what they do.

This is intended for 2004 or later where wipeouts are native objects. The example file is 2004 format.

Thanks to Gile for the MakeWipeout function and others as noted.

Suggestions for improvements welcome.

Title: Re: Add wipeouts to existing blocks
Post by: Murphy on December 06, 2006, 12:41:01 PM
Word of caution:

When doing PDFs, the wipeouts are filled in with black. Anythng contained within cannot be seen.
This is an issue with Autocad 2006 and Adobe 7 or higher.
Title: Re: Add wipeouts to existing blocks
Post by: SPDCad on December 06, 2006, 06:53:00 PM
Word of caution:

When doing PDFs, the wipeouts are filled in with black. Anythng contained within cannot be seen.
This is an issue with Autocad 2006 and Adobe 7 or higher.

Try changing the pen color of the 'wipeout' to have a screening of 1% and to move all items you want shown above the wipeout.
I don't seem to have any problems with my wipeouts printing to PDF and I have been using wipeouts from 2004 thru to 2007.
It maybe the PDF writer software that is a fault not the wipeouts.
Title: Re: Add wipeouts to existing blocks
Post by: Glenn R on December 06, 2006, 07:02:06 PM
Just set the colour of the wipeout to 255 and be done with it.
Title: Re: Add wipeouts to existing blocks
Post by: Crank on December 12, 2006, 07:13:19 AM
Just set the colour of the wipeout to 255 and be done with it.
That only works if your .pc3 file has a screening of 0% for that colour. At our office color 255 has a screening of 15%, so that will not work.