Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

wspDeleteMetalFill

wspDeleteMetalFill (
d_cellViewId
t_LayerName
?removeTrim g_removeTrim
?removePatch g_removePatch
?removePassive g_removePassive
) 
=> t / nil

Description

Deletes the shapes created by the wspMetalFillTrim() function.

Arguments

d_cellViewId

Database ID of the cellview for which the shapes are to be deleted.

t_LayerName

Name of the layer in which filled shapes are searched.

?removeTrim g_removeTrim

Deletes filled trim shapes only. The default is nil.

?removePatch g_removePatch

Deletes filled patch shapes only. The default is nil.

?removePassive g_removePassive

Deletes filled passive shapes only. The default is nil.

Value Returned

t

The command executed successfully.

nil

The command did not execute successfully.

Example

cv = geGetEditCellView()
wspDeleteMetalFill(cv "Metal2"  ?region cv~>bBox ?removePassive t)


Return to top
 ⠀
X