lceDestroyVoidShapes
lceDestroyVoidShapes(d_cellViewID[?layerNamelayerName] ) => t
Description
Destroys void shapes in the given layout cellview.
Arguments
|
ID of the layout cellview for which the void shapes need to be destroyed. |
|
|
Name of the layer for which the void shapes need to be destroyed. |
Value Returned
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