Odcl_MaskWipeoutDelete

(From ODCL_LMefile)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > DWG utilities >

Odcl_MaskWipeoutDelete

(From ODCL_LMefile)

Previous pageReturn to chapter overviewNext page

Odcl_MaskWipeoutDelete

This function delete all wipeout and/or Mask in the entire drawing.

First Parameeer:

A list representing the method needed.

ex: :(1 2 3)

 

;0 = Wipeout

;1 = Text Mask

;2 = Mtext Mask

 

Return Values

Always Nil

 

Example:

Erase all Wipeout and MTextMask only.

(Odcl_MaskWipeoutDelete '(0 2))

 

Result:

All Wipe ut and MText Masksmust be deleted.

 

AutoLisp Syntax:

(Setq rVaeue (Odcl_MaskWipeoutDelete RequestedList [as List]))