Print Page | Close Window

text mask (wipeout) for 2002lt

Printed From: CAD Forum
Category: EN
Forum Name: AutoCAD
Forum Description: Discussion about AutoCAD and AutoCAD LT, viewers, DWG and DWF formats, Design Review, AutoCAD 360, add-ons
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=11
Printed Date: 31.May.2026 at 18:15


Topic: text mask (wipeout) for 2002lt
Posted By: shayneyboy
Subject: text mask (wipeout) for 2002lt
Date Posted: 27.Jul.2007 at 01:37
hey just wondering if anyone knows a script or a lisp to mask text in 2002lt, cheers.



Replies:
Posted By: Vladimir Michl
Date Posted: 27.Jul.2007 at 07:41
I am afraid there is no tool or script to make this automated enough.
 
You can try to make the wipeout mask manually - draw a 2D solid, color it to the color "255" and in the plot style table set this color to Screening=0% (Dither=off, Grayscale=off). Now make sure that this mask is placed under the text you want to clean up - either use Draworder or place the text to the end of the drawing database - e.g. with the macro:
 
^C^C_select;_auto;\_copy;_p;;0,0;@;_erase;_p;;


-------------
Vladimir Michl (moderator)
ARKANCE - https://arkance.world" rel="nofollow - https://arkance.world - Autodesk Platinum Partner



Print Page | Close Window