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

lceDestroyVoidShapes

lceDestroyVoidShapes(
d_cellViewID
[ ?layerName layerName ]
)
=> t

Description

Destroys void shapes in the given layout cellview.

Arguments

d_cellViewID

ID of the layout cellview for which the void shapes need to be destroyed.

?layerName

Name of the layer for which the void shapes need to be destroyed.

Value Returned

t

The void shapes were destroyed.

Example

lceDestroyVoidShapes(cvId)

Destroys all void shapes in the specified layout cellview ID.

lceDestroyVoidShapes(cvId ?layerName "L01")

Destroys all void shapes on the specified layer in the given layout cellview ID.


Return to top
 ⠀
X